Added support for auto-passphrase authentication from the config
[silc.git] / TODO
diff --git a/TODO b/TODO
index e59cf674cb32f41e08e3c01e0c7e3403514309e6..d1af4714fa878a2d2c6e80a4bc5b6a742a1f997a 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,23 +1,16 @@
 TODO/bugs in Irssi SILC client
 ==============================
 
- o Server password is not used at all.  It is not possible to automize
-   the password authentication currently.  The silc_get_auth_method
-   in irssi/src/silc/core/client_ops.c should find the connection's
-   password, only if not found then continue resolving the auth method.
-   Alternatively it can do it after resolving in the callback.
-
  o UTF-8 encode/decode WHOIS userinfos, topic, etc.
 
+ o Manaul file for silc(1) and silc.conf.
+
  o Testing
 
 
 TODO/bugs In SILC Client Library
 ================================
 
- o Add support for the <Requested Attributes> in WHOIS.  Sending and
-   reception should be added.
-
  o The PRIVATE_MESSAGE_KEY packet is not handled (it is implemented 
    though).  This should be added and perhaps new client operation
    should be added to notify application that it was received and
@@ -30,11 +23,9 @@ TODO/bugs In SILC Client Library
 TODO/bugs In SILC Server
 ========================
 
- o Normal server doesn't reconnect to backup router if connection was
-   lost.
-
- o Add support for the <Requested Attributes> in WHOIS.  Sending and
-   reception, with clients and servers should be added.
+ 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 Backup router related issues:
 
@@ -50,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