updates.
[silc.git] / TODO
diff --git a/TODO b/TODO
index ca95f2e1b3b051e1666f304a6c664b9d2aa41da4..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,18 +44,15 @@ TODO/bugs In SILC Client Library
 TODO/bugs In SILC Server
 ========================
 
- o After backup resuming protocol some of the server's SilcIDListData
-   on primary that came back online are NULL. Seems actually that the
-   udpate_client_by_server does not work since the client->router, and
-   the client->router->connection->user_data are not same, and they
-   should be.
+ 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.