X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=CHANGES.TOOLKIT;h=1e4a3ccb475fb56bfd68b24b768e531067f8fcfb;hb=f5a51141c5f33b6a816b36fe3adcedb53df818b9;hp=ac7dcfa01a587be9dbdf22d301eedfba899f1eed;hpb=61dab58b01b4c1f7d31e975e1bac1114b5f4bba6;p=silc.git diff --git a/CHANGES.TOOLKIT b/CHANGES.TOOLKIT index ac7dcfa0..1e4a3ccb 100644 --- a/CHANGES.TOOLKIT +++ b/CHANGES.TOOLKIT @@ -1,8 +1,32 @@ -Thu Nov 15 16:45:48 EET 2007 Pekka Riikonen +Tue Jan 8 16:24:56 EET 2008 Pekka Riikonen + + * Fixed silc_nickname_parse to always return valid nickname + when it returns TRUE. Affected files are + lib/silcclient/client_entry,c and command.c + +Thu Nov 15 16:45:48 EET 2007 Pekka Riikonen * Fixed public key authentication as responder. Affected file is lib/silcske/silcconnauth.c. + * 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. + + * 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,