+Sat Aug 11 12:36:02 EEST 2001 Pekka Riikonen <priikone@silcnet.org>
+
+ * The client's Client ID was created initally from the wrong
+ nickname (it could have been in format nick@host) in the
+ silc_server_new_client. Affected file silcd/packet_receive.c
+
Sat Aug 11 00:29:57 EEST 2001 Pekka Riikonen <priikone@silcnet.org>
* Added some SILC_LOG_ERROR's to various error conditions
o Some ./prepare problems with latest autoconf and automake.
+ o Remove the mlock() stuff from the lib/silcutil/silcmemory.c, they
+ are redundant.
+
o Compression routines are missing. The protocol supports packet
compression thus it must be implemented. SILC Comp API must be
defined. zlib package is already included into the lib dir (in CVS,
/* Create Client ID */
silc_id_create_client_id(server->id, server->rng, server->md5hash,
- username, &client_id);
+ nickname, &client_id);
/* Update client entry */
idata->registered = TRUE;