X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=CHANGES;h=0e8d4c6aca0aefbd037a726869cfafbd7a659fd6;hb=dec23b2f25ece17efc64295a144cde7b72b7014d;hp=ee08994b805d797e635e664a30b5bcb123d5af2a;hpb=0f093b08e579e8c8e04800ed74210bbd521a1475;p=silc.git diff --git a/CHANGES b/CHANGES index ee08994b..0e8d4c6a 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,36 @@ +Thu Oct 18 20:58:13 EDT 2001 Pekka Riikonen + + * Resolve the client info when received private message or + channel message for a client which nickname we don't know. + Affected files lib/silcclient/client_prvmsg.c and + lib/silcclient/client_channel.c. + + * Do not crash in /KEY if client is not connected. Affected + file irssi/src/silc/core/silc-channels.c. + + * Added SilcClientStatus field to the SilcClientEntry in the + lib/silcclient/idlist.h. + + Added SILC_CLIENT_STATUS_RESOLVING to mark that the entry + is incomplete and is being resolved, it won't be resolved + twice. + + Make sure also that USERS command reply does not resolve + twice information. Affected file is + lib/silcclient/command_reply.c. + + Make sure that silc_client_get_clients_by_list does not + resolve twice same information. + + * Check for valid client->id in the silc_server_free_client_data. + Affected file silcd/server.c. + + * Fixed /GETKEY nick@server not to crash if the server entry + is not found. Affected file lib/silcclient/command.c. + + * Fixed the silc_server_check_cmode_rights to check the + requested modes correctly. Affected file silcd/command.c. + Thu Oct 18 12:10:22 CEST 2001 Pekka Riikonen * Better checks for non-printable chars in nick added.