Added support for auto-passphrase authentication from the config
[silc.git] / TODO
diff --git a/TODO b/TODO
index c01886b18d0de35ed8aba4ae16374db24ea2e271..d1af4714fa878a2d2c6e80a4bc5b6a742a1f997a 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,10 +1,10 @@
 TODO/bugs in Irssi SILC client
 ==============================
 
- o add --with-iconv
-
  o UTF-8 encode/decode WHOIS userinfos, topic, etc.
 
+ o Manaul file for silc(1) and silc.conf.
+
  o Testing
 
 
@@ -23,25 +23,14 @@ TODO/bugs In SILC Client Library
 TODO/bugs In SILC Server
 ========================
 
- o Implement the <Requested Attributes> and the Attribute Payload to
-   the core library, client and server.  Maybe implementations of
-   RFC 2425 and RFC 2426 to make it complete.
-
- o Add special handling in router and server for "connection timed out"
-   error.  Be optimistic.
-
- o Backup router related issues (Fix this to 0.9.x):
-
-       o Complete backup router support with standalone router
+ o If client's public key is saved in the server (and doing public key
+   authentication) then the hostname and the username information could
+   be taken from the public key.  Should be a configuration option!
 
-       o Make the backup router work even if not all servers in the
-         cell use it.  When primary goes down, also those that are
-         not using it (are not connected locally) are signoffed.
+ o Backup router related issues:
 
-         o When primary goes down and removing clients of non-backup
-           aware server the SERVER_SIGNOFF includes the router's ID
-           not the server's ID, which it should include.  The notify
-           is sent by backup.
+       o Add special handling in router and server for "connection
+         timed out" error.  Be optimistic.
 
        o Testing
 
@@ -52,9 +41,7 @@ TODO/bugs In SILC Server
    each JOIN command will create and distribute the new channel key
    to everybody on the channel (Fix this to 0.9.x).
 
- o If client's public key is saved in the server (and doing public key
-   authentication) then the hostname and the username information could
-   be taken from the public key.  Should be a configuration option!
+ o Manual file for silcd(8) and silcd.conf.
 
  o Testing
 
@@ -77,8 +64,6 @@ Manual (Do these to 0.9.x).
 
  o ROBOdoc documenting missing from lib/silcutil/silcdlist.h.
 
- o ROBOdoc documenting missing from lib/silcutil/silcfileutil.h.
-
  o ROBOdoc documenting missing from lib/silccrypt/silccipher.h.
 
  o ROBOdoc documenting missing from lib/silccrypt/silcpkcs.h.
@@ -92,3 +77,8 @@ Manual (Do these to 0.9.x).
  o Write "Platform Implementations" document to describe what platforms
    Toolkit support, what has been implemented, what has not been, what
    works differently etc.
+
+ o Automatically generated index (would be nice).
+
+ o Searching of predefined keywords, exact and partial matches (would be 
+   nice).