From: Pekka Riikonen Date: Tue, 12 Dec 2006 18:40:25 +0000 (+0000) Subject: updates. X-Git-Tag: 1.2.beta1~549 X-Git-Url: http://git.silcnet.org/gitweb/?p=crypto.git;a=commitdiff_plain;h=5e8e3a77c70f10a29e78aa645366c84564b8bc7d updates. --- diff --git a/CHANGES b/CHANGES index 6a0cebbd..f4a72343 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,10 @@ +Tue Dec 12 18:56:14 EET 2006 Pekka Riikonen + + * Changed back the SILC_FSM_THREAD_WAIT operation to not + continue to next state if thread is finished already. That + check is not done anymore. Affected files are + lib/silcutil/silcfsm.[ch]. + Sun Dec 10 13:54:52 EET 2006 Pekka Riikonen * Removed silc_packet_[get|set]_ciphers and diff --git a/TODO b/TODO index 63569641..9f031d87 100644 --- a/TODO +++ b/TODO @@ -6,6 +6,18 @@ NOTE: Any item that doesn't have (***DONE) in it, isn't done yet. The tested. +SILC Client +=========== + + o Porting to new Toolkit API and new Client Library API + + o Improve help files, especially /cmode, /cumode and /key. + + o in /cmode and /cumode with +r, maybe the public key and private key + could be just some "string", which would then match to "string.pub" and + "string.prv". + + lib/silcclient, The Client Library ==================================