Fixed silc_nickname_parse to return valid nickname when it returns
[silc.git] / CHANGES.TOOLKIT
1 Tue Jan  8 16:24:56 EET 2008  Pekka Riikonen <priikone@silcnet.org>
2
3         * Fixed silc_nickname_parse to always return valid nickname
4           when it returns TRUE.  Affected files are 
5           lib/silcclient/client_entry,c and command.c
6
7 Thu Nov 15 16:45:48 EET 2007  Pekka Riikonen <priikone@silcnet.org>
8
9         * Fixed public key authentication as responder.  Affected file
10           is lib/silcske/silcconnauth.c.
11
12         * Report packet engine errors to client application.  Affected
13           file is lib/silcclient/client.c.
14
15         * If channel user list could not be resolved or was not even
16           closely fully resolved, report it to application.  Affected
17           file is lib/silcclient/command_reply.c.
18
19         * Reprocess JOIN command synchronously after resolving channel
20           user list.  Affected file is lib/silcclient/command_reply.c.
21
22         * In JOIN command reply check if the channel key is already
23           saved.  If it is we have received new key from server while
24           resolving user and must not save the old key.  Affected file
25           is lib/silcclient/command_reply.c.
26
27         * Remove all channel keys and hmacs after giving LEAVE command.
28           Affected file is lib/silcclient/command_reply.c.
29
30 Tue Nov 13 18:24:56 EET 2007 Pekka Riikonen <priikone@silcnet.org>
31
32         * Added missing channel unreferencing in CMODE, CUMODE,
33           TOPIC, INVITE, BAN and KICK command replies.  Affected
34           file is lib/silcclient/command_reply.c.
35
36 Mon Nov  5 23:07:58 EET 2007  Pekka Riikonen <priikone@silcnet.org>
37
38         * Zero tail of CTR mode IV in IV Included mode.  Change does
39           not cause compatibility issues.  Affected file is
40           lib/silcske/silcske.c.
41
42 Mon Nov  5 22:24:25 EET 2007  Pekka Riikonen <priikone@silcnet.org>
43
44         * Fixed CTR mode rekey.  Affected file is lib/silcske/silcske.c.
45
46         * Rewrote the IV Included CTR mode encryption/decryption in
47           packet engine.  Affected file is lib/silccore/silcpacket.c.
48
49 Sun Aug 26 12:28:49 EEST 2007  Pekka Riikonen <priikone@silcnet.org>
50
51         * Fixed TIMEOUT handling in user info resolving during JOINing,
52           fixes crash.  Affected file is lib/silcclient/client_notify.c.
53
54 Tue Jul 10 20:02:04 EEST 2007  Pekka Riikonen <priikone@silcnet.org>
55
56         * Added support for new PKCS API and other API changes from
57           Crypto Toolkit to client library.  Affected files are in
58           lib/silcclient/.
59
60 Sun Jul  8 20:20:22 EEST 2007  Pekka Riikonen <priikone@silcnet.org>
61
62         * Changed message payload encoding async, due to the PKCS API
63           changes.  Affected files are lib/silccore/silcmessage.[ch].
64
65         * Added new PKCS API support for connauth and SKE.  Affected
66           files are lib/silcske/silconnauth.c and silcske.c.
67
68 -----------------------------------------------------------------------------
69
70 For older changes please see the CHANGES file from the CVS tree.