Added support for auto-passphrase authentication from the config
[silc.git] / TODO
diff --git a/TODO b/TODO
index 33db5ec0613b0d88a2bd45a8f5bf6e8e0dfbc57a..d1af4714fa878a2d2c6e80a4bc5b6a742a1f997a 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,22 +1,16 @@
 TODO/bugs in Irssi SILC client
 ==============================
 
- o When showing fingerprint of server key, decode the HN form the key
-   and show that with the IP address, after reverse mapping the IP
-   address with lookup, instead of showing the hostname user gave to
-   /server.
-
  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
@@ -29,10 +23,9 @@ TODO/bugs In SILC Client Library
 TODO/bugs In SILC Server
 ========================
 
- o WHOIS may not send reply in certain situations.
-
- 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:
 
@@ -48,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