X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=CHANGES;fp=CHANGES;h=36a87acd713340abbec7aa021ad3a3388f81dbc5;hb=be0c7ce1a309642e9bc96167faacab832b69f976;hp=55db593ec7ccc6bc1d925f2eb5364bb70976d7eb;hpb=94f85c96b5f956d89e99846130c8a90faf528ac4;p=runtime.git diff --git a/CHANGES b/CHANGES index 55db593e..36a87acd 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,14 @@ -Tue Nov 13 18:24:56 EET 2007 Pekka Riikonen +Thu Nov 15 18:03:53 EET 2007 Pekka Riikonen + + * Reprocess JOIN command synchronously after resolving channel + user list. Affected file is lib/silcclient/command_reply.c. + + * In JOIN command reply check if the channel key is already + saved. If it is we have received new key from server while + resolving user and must not save the old key. Affected file + is lib/silcclient/command_reply.c. + +Tue Nov 13 18:24:56 EET 2007 Pekka Riikonen * Added missing channel unreferencing in CMODE, CUMODE, TOPIC, INVITE, BAN and KICK command replies. Affected