From: Pekka Riikonen Date: Thu, 15 Mar 2001 11:01:28 +0000 (+0000) Subject: updates. X-Git-Tag: SILC.0.1~119 X-Git-Url: http://git.silcnet.org/gitweb/?a=commitdiff_plain;h=b7548e2c54651d93af3ae21ebefeda62a468378a;p=silc.git updates. --- diff --git a/CHANGES b/CHANGES index 73afc309..7676dd2c 100644 --- a/CHANGES +++ b/CHANGES @@ -1,7 +1,9 @@ Thu Mar 15 12:46:58 EET 2001 Pekka Riikonen * 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 diff --git a/TODO b/TODO index 201673dc..e524e5bb 100644 --- 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