updates.
[silc.git] / TODO
diff --git a/TODO b/TODO
index eab9ad3a051359988415b7dcbaf11602e54b8b8a..dd3db5c99346f42833a4d35d2da5a698afb2d97a 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,8 +1,6 @@
 TODO/bugs in Irssi SILC client
 ==============================
 
- o Add the SFTP support.
-
  o /NAMES kees showing things wrong after JOIN and after ppl has left
    channel.
 
@@ -40,8 +38,6 @@ 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.
 
 
@@ -122,9 +118,6 @@ 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,