updates.
authorPekka Riikonen <priikone@silcnet.org>
Tue, 12 Dec 2006 18:40:25 +0000 (18:40 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Tue, 12 Dec 2006 18:40:25 +0000 (18:40 +0000)
CHANGES
TODO

diff --git a/CHANGES b/CHANGES
index 6a0cebbd77e2a760d3d68264f167bfbcce948cc7..f4a72343a2567f37a1d9587cd62252084c4ee675 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,10 @@
+Tue Dec 12 18:56:14 EET 2006  Pekka Riikonen <priikone@silcnet.org>
+
+       * 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 <priikone@silcnet.org>
 
        * Removed silc_packet_[get|set]_ciphers and
diff --git a/TODO b/TODO
index 635696411eb9d9fadfc9d1d42d74fee2886ea39f..9f031d87f12189609d30e94c25b6348580131eb5 100644 (file)
--- 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
 ==================================