updates.
authorPekka Riikonen <priikone@silcnet.org>
Thu, 15 Mar 2001 11:01:28 +0000 (11:01 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Thu, 15 Mar 2001 11:01:28 +0000 (11:01 +0000)
CHANGES
TODO

diff --git a/CHANGES b/CHANGES
index 73afc3098bb9df19b8dca9f486bd6e968858cbf6..7676dd2cf8441d4bee6c3caab55f01adae64451f 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,7 +1,9 @@
 Thu Mar 15 12:46:58 EET 2001  Pekka Riikonen <priikone@poseidon.pspt.fi>
 
        * Fixed fatal bug in failure packet handling.  Server ignored
-         the failiure and thus crashed when it came.
+         the failure and thus crashed when it came.
+
+       * Updated TODO.
 
 Wed Mar 14 20:37:35 EET 2001  Pekka Riikonen <priikone@poseidon.pspt.fi>
 
diff --git a/TODO b/TODO
index 201673dc13edd44ad58f0a30d26a6f631b52c47c..e524e5bb38c25789828f877c34d3219e2aa41c7c 100644 (file)
--- a/TODO
+++ b/TODO
@@ -62,6 +62,13 @@ New features TODO
 TODO In SILC Client Library
 ===========================
 
+ o Client library crashes if for example server timeouts protocol
+   execution and disconnects the client.  The client, on the other hand
+   may still assume that the connection is active, even after receiving
+   the EOF.  Reason for this is that the clien library does not handle
+   the SilcSocketConnection reference counter at all.  This must be
+   fixed.
+
  o Add client library parameters or options that handle what kind of
    messages the library should print out (using `say' client operation,
    for example) and what is left for the application to print.  The