updates.
[silc.git] / TODO
diff --git a/TODO b/TODO
index 2c984a4be6e179fdab23792a406e3cceff1d422e..d542fb24a02ad006f2cfa34f1495e5872daf4108 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,7 +1,7 @@
 TODO/bugs in Irssi SILC client
 ==============================
 
- o /key msg * list crashes the client
+ o Add the SFTP support.
 
  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 +15,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
@@ -40,6 +37,8 @@ TODO/bugs in Irssi SILC client
 TODO/bugs In SILC Client Library
 ================================
 
+ o Add the SFTP support.
+
  o JOIN command's argument handling is buggy.  See the XXX in the code.
 
 
@@ -54,7 +53,7 @@ TODO/bugs In SILC Server
  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.
 
@@ -120,6 +119,9 @@ TODO/bugs In SILC Server
 TODO/bugs In SILC Libraries
 ===========================
 
+ o Add some silc_rng_get_byte_fast that read directly from /dev/urandom.
+   That can be used for padding generation.  The current is too slow.
+
  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,