Added Requested Attributes sending and receiving support to
[silc.git] / TODO
diff --git a/TODO b/TODO
index 998f6f847a9815532c6dfc0fc15afb5035c4e742..3bf55507473ee768281b0238de56f7d75e9c5317 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,9 +1,16 @@
 TODO/bugs in Irssi SILC client
 ==============================
 
- o UTF-8 encode/decode WHOIS userinfos, topic, etc.
+ o Add support for the Requested Attributes in WHOIS (setting information
+   and displaying information).  Do /SET MY_* settings to set them.
+
+ 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 Add STATS.
+ o UTF-8 encode/decode WHOIS userinfos, topic, etc.
 
  o Testing
 
@@ -11,9 +18,6 @@ TODO/bugs in Irssi SILC client
 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
@@ -26,8 +30,9 @@ TODO/bugs In SILC Client Library
 TODO/bugs In SILC Server
 ========================
 
- 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:
 
@@ -36,10 +41,6 @@ TODO/bugs In SILC Server
 
        o Testing
 
- o Close unconfigured client connections in rehash.  When client
-   connections are removed from the config file and rehashed the 
-   connections matching those removed, should be closed.
-
  o Add a timeout to handling incoming JOIN commands.  It should be 
    enforced that JOIN command is executed only once in a second or two
    seconds.  Now it is possible to accept n incoming JOIN commands
@@ -47,16 +48,14 @@ 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 Testing
 
 
 TODO/bugs In SILC Libraries
 ===========================
 
+ o Add support for SILC_ATTRIBUTE_USER_INFo attribute (VCard).
+
  o WIN32 silc_net_create_connection_async does not work the same way
    than on Unix.  Do it with threads on WIN32.  The function works but
    is not actually async currently (Fix this to 0.9.x).