X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=CHANGES;h=0faf7a25fc53eefe0c127b98851c2b96d65fe7e4;hb=06de75789d7eb830f8358b1b784e82b9941b33c8;hp=460b7846993255523c34057651c31198c82f18d2;hpb=17ede281c8884ab84ba8e0ba6e2f02253ada9d48;p=silc.git diff --git a/CHANGES b/CHANGES index 460b7846..0faf7a25 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,24 @@ +Sun Feb 17 15:52:30 EET 2002 Pekka Riikonen + + * Added `user_count' to the SilcChannelEntry which now tells the + number of users on the channel. The user count is now saved + in normal server of global channels as well. Affected files + silcd/server.c, idlist.h, packet_receive.c and command.c. + + * Splitted lib/silcutil/silcutil.[ch] into silcfileutil.[ch] to + include file utility functions. + + * Fixed the lib/silcsftp/sftp_fs_memory.c to use silcutil routines + instead of calling directly OS routines. + + * Fixed NICK change printing in Irssi SILC Client. Fixed + KICKED notify printing in Irssi SILC Client. Affected file + irssi/src/silc/core/client_ops.c. + + * Fixed a NICK change bug in client library, to not recreate the + client_entry->channels hash table everytime nick is changed. + Affected file lib/silcclient/client.c. + Sun Feb 17 10:10:14 EET 2002 Pekka Riikonen * ROBOdoc documented the lib/silcske/silcske.h, and improved