X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=CHANGES.TOOLKIT;h=6af09f12b8f1fd158935af6cf9dec44f6aafd34d;hb=b2474cb7c3ac99b799b99bab950f207d1e2d2dcb;hp=2ef30cf3fd19b2d0c6ff9f1da3ef5f43a2503f9b;hpb=4d3f87f2f076bd332fa73f878fe198b7a94671b5;p=crypto.git diff --git a/CHANGES.TOOLKIT b/CHANGES.TOOLKIT index 2ef30cf3..6af09f12 100644 --- a/CHANGES.TOOLKIT +++ b/CHANGES.TOOLKIT @@ -10,6 +10,17 @@ Thu Nov 15 16:45:48 EET 2007 Pekka Riikonen closely fully resolved, report it to application. Affected file is lib/silcclient/command_reply.c. + * 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. + + * Remove all channel keys and hmacs after giving LEAVE command. + 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,