X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=CHANGES;h=5379d3f6c4c8701da1c4249ab7520abc52d90b4c;hb=9a7e0adece982a24090b9574a05f01394bf264b6;hp=f7dbcb28fcc5ad10867c42f990c921a68be276fb;hpb=2a4bc2680d6927b8d809e55af662feacb8a42707;p=silc.git diff --git a/CHANGES b/CHANGES index f7dbcb28..5379d3f6 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,22 @@ +Thu Oct 25 22:44:06 EDT 2001 Pekka Riikonen + + * Assure that silc_client_notify_by_server_resolve does not + resolve the client information multiple times. If it cannot + be found by the first it cannot be found at all. Affected + file lib/silcclient/client_notify.c. + + * Fixed WHOWAS command reply calling. Affected file + lib/silcclient/command_reply.c. + + * Removed all references to silc_idlist_get_client from the + Irssi SILC client since that call is internal call used by + the library. The Irssi SILC client will use now client + retrieval functions found in silcapi.h. + + * Fixed a bug in resolving nickname info before sending + private message. It used freed memory. Affected file + irssi/src/silc/core/silc-servers.c. + Thu Oct 25 19:04:49 EDT 2001 Pekka Riikonen * Assure my_channels statistics cannot go negative in server.