More checks for not having purge timeout for global clients that
[silc.git] / TODO
diff --git a/TODO b/TODO
index 71863c8ace06b839eaf42d2ebdb2023ffdbe3493..974493445361e99c7e6e5e282f1c3891a1c7ff3d 100644 (file)
--- a/TODO
+++ b/TODO
@@ -11,6 +11,9 @@ TODO/bugs in Irssi SILC client
 TODO/bugs In SILC Client Library
 ================================
 
+ o Resolve local hostname info using IDENTIFY and not use the local
+   clinet resolving (ie. update your local info in IDENTIFY reply).
+
  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
@@ -23,26 +26,25 @@ TODO/bugs In SILC Client Library
 TODO/bugs In SILC Server
 ========================
 
+ o Rekey protocol does not work with backup router (due to disabled
+   connections)!?
+
+ o Do not switch to primary router on backup if server is shutting
+   (the backup) down.
+
  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 Backup router related issues (Fix this to 0.9.x):
-
-       o Complete backup router support with standalone router
-
-       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 Configure use of backup router on normal server using HUP.
-
-       o Configure use of backup router on router using HUP.
-
-       o Rewrite SILC_LOG_DEBUG's in silcd/server_backup.c.
+       o Add special handling in router and server for "connection
+         timed out" error.  Be optimistic.
 
        o Testing
 
+ o Close unconfigured client connections in rehash.
+
  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
@@ -90,3 +92,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).