X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=CHANGES.TOOLKIT;h=bd514cefe62ae394920dfa862d30e34f4311857b;hb=79284c6f2e3df2de326793b1f9ff038ad88f9e0f;hp=572909ff34edbc1ed1d775c4056f5d01cb4bf5ab;hpb=5ac4c6dd7e3c34242033e37c5ec51bce9c450eaf;p=crypto.git diff --git a/CHANGES.TOOLKIT b/CHANGES.TOOLKIT index 572909ff..bd514cef 100644 --- a/CHANGES.TOOLKIT +++ b/CHANGES.TOOLKIT @@ -6,6 +6,18 @@ Thu Nov 15 16:45:48 EET 2007 Pekka Riikonen * Report packet engine errors to client application. Affected file is lib/silcclient/client.c. + * If channel user list could not be resolved or was not even + 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. + Tue Nov 13 18:24:56 EET 2007 Pekka Riikonen * Added missing channel unreferencing in CMODE, CUMODE,