Automatically reconnect to backup router (on normal server) if
[silc.git] / TODO
diff --git a/TODO b/TODO
index 33db5ec0613b0d88a2bd45a8f5bf6e8e0dfbc57a..165c657f5a26e21d3d4e35bd7d307de4958dcf66 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,10 +1,11 @@
 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 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.
 
@@ -29,8 +30,6 @@ 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.