updates.
[silc.git] / TODO
diff --git a/TODO b/TODO
index feaa084f2cf1a6fe6b2503fdb0c0b2d84ca3f0e9..2c984a4be6e179fdab23792a406e3cceff1d422e 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,6 +1,8 @@
 TODO/bugs in Irssi SILC client
 ==============================
 
+ o /key msg * list crashes the client
+
  o Add local command to switch the channel's private key when channel has
    several private keys.  Currently sending channel messages with many
    keys is not possible because changing the key is not possible by the
@@ -44,12 +46,21 @@ TODO/bugs In SILC Client Library
 TODO/bugs In SILC Server
 ========================
 
- o On normal server the channel count can go negative (like -3 channels).
+ o After backup resume protocol the TOPIC_SET was not handled correctly
+   by all (unknown Channel ID).
+
+ o Server signoff notifys does not go to normal servers from routers.
+
+ o Channel user mode changes are notified unnecessarely when switching
+   to backup router on router crash.
 
  o Change the sever to connect to another server from low ports (706)
    and not from high ports.  Currently we cannot do incoming connection
    checking by remote port because the port is not fixed.
 
+ o Announcements are incomplete: channel topics are not announced,
+   user modes (UMODE) are not announced.
+
  o Add a timeout to handling incoming JOIN commands.  It should be 
    enforced that JOIN command is executed only once in a second or two
    seconds.  Now it is possible to accept n incoming JOIN commands
@@ -109,9 +120,6 @@ TODO/bugs In SILC Server
 TODO/bugs In SILC Libraries
 ===========================
 
- o Security fixes from the latest draft for MAC key and MAC computation:
-   the packet sequence number.
-
  o Compression routines are missing.  The protocol supports packet
    compression thus it must be implemented.  SILC Comp API must be
    defined.  zlib package is already included into the lib dir (in CVS,