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