updates.
[silc.git] / TODO
diff --git a/TODO b/TODO
index fc44accbb42a8a7b98236d62f0edf8f5cc247712..ead9982760eefb48e633b711adb7699db0c5075d 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,18 @@ 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 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
@@ -57,11 +65,6 @@ TODO/bugs In SILC Server
    each JOIN command will create and distribute the new channel key
    to everybody on the channel.
 
- o Optimize the JOIN command in normal server.  When router returns
-   command reply for JOIN it returns the new channel key.  We however
-   still create new channel key when processing the pending JOIN command.
-   This works ok but is not necessary.
-
  o Optimize the WHOIS and IDENTIFY commands to somehow check whether the
    requested clients are on some channel that the server knows about.  If
    this is the case then the request is not needed to be forwarded to the