updates.
[silc.git] / TODO
diff --git a/TODO b/TODO
index 56c3ab5101ff55ef5f480410d2240a2685c21044..dd3db5c99346f42833a4d35d2da5a698afb2d97a 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,7 +1,8 @@
 TODO/bugs in Irssi SILC client
 ==============================
 
- o /key msg * list crashes the client
+ o /NAMES kees showing things wrong after JOIN and after ppl has left
+   channel.
 
  o Add local command to switch the channel's private key when channel has
    several private keys.  Currently sending channel messages with many
@@ -15,9 +16,6 @@ TODO/bugs in Irssi SILC client
    that the user has.  And a local command to dump the contents of the
    public key to the screen.  Something like LISTKEYS, SHOWKEY...
 
- o The QUIT command should wait for server's disconnection (at least for
-   a while) before exiting the application.
-
  o The JOIN command's HELP is generated from Irssi IRCs JOIN help and
    the syntax is not same in SILC.  This must be fixed.  Most likely
    we must forget the Irssi's JOIN command and mimic it to get our
@@ -46,12 +44,15 @@ TODO/bugs In SILC Client Library
 TODO/bugs In SILC Server
 ========================
 
+ 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)
+ o Change the server 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.