Added statistics updating and statisics dumping with SIGUSR1.
[silc.git] / TODO
diff --git a/TODO b/TODO
index 52cb1ac84781f12da2258ff4909062c1975b2c29..737c025e68ce61a4b0631b2f5f378c7e6de24fa2 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,19 +1,9 @@
 TODO/bugs in Irssi SILC client
 ==============================
 
- o /cumode for unknown nick does not give any error message (Fix this to
-   0.9.x).
-
- o The paths in Irssi SILC client binary are wrong.  Stuff gets installed
-   in (fe.) /usr/local/share but binary checks from /usr/local/lib and
-   never from share.
-
-
 TODO/bugs In SILC Client Library
 ================================
 
- o file transfer does not work everytime, and not with large files?
-
  o The PRIVATE_MESSAGE_KEY packet is not handled (it is implemented 
    though).  This should be added and perhaps new client operation
    should be added to notify application that it was received and
@@ -24,8 +14,6 @@ TODO/bugs In SILC Client Library
 TODO/bugs In SILC Server
 ========================
 
- o Implement the SILC_CUMODE_QUIET user mode (Do this to 0.9.x).
-
  o Implement the <Requested Attributes> and the Attribute Payload to
    the core library, client and server.  Maybe implementations of
    RFC 2425 and RFC 2426 to make it complete.
@@ -42,8 +30,6 @@ TODO/bugs In SILC Server
    each JOIN command will create and distribute the new channel key
    to everybody on the channel (Fix this to 0.9.x).
 
- o Lots of statistics updating is missing around the server.
-
  o If client's public key is saved in the server (and doing public key
    authentication) then the hostname and the username information could
    be taken from the public key.  Should be a configuration option!