updates.
authorPekka Riikonen <priikone@silcnet.org>
Thu, 14 Feb 2002 20:43:59 +0000 (20:43 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Thu, 14 Feb 2002 20:43:59 +0000 (20:43 +0000)
TODO

diff --git a/TODO b/TODO
index 04f4e3bf04dbd7ada5967509f4fb339b063cb5d9..7e307c9d1c5c346aaebba5894159a1fedff33894 100644 (file)
--- a/TODO
+++ b/TODO
@@ -39,35 +39,26 @@ TODO/bugs In SILC Client Library
 TODO/bugs In SILC Server
 ========================
 
- o The accept_new_connection_final for router/server is broken. See XXX.
-
  o Configuration file additions:
 
        o Allow configuration of protocol execution timeouts.  This 
-         includes SKE, CONN_AUTH and REKEY timeouts.
-
-       o Add require_reverse_lookup boolean to set whether require
-         reverse lookups for hostnames and IPs.
+         includes SKE, CONN_AUTH and REKEY timeouts. Check all
+         "XXX hardcoded" from the code for these.
 
        o IP address fields in configuration file should accept mask
          format as well, IP/MASK, and not just plain IP.  This would
          allow subnet filtering etc.
 
-       o Implement Classes (or Params) for connections.
-
-       o Add also default keepalive etc. settings to General (can default
-         when Classes are not used.
-
        o Add channel key rekey default timeout.
 
-       o Add reconnection retry count, internal, max timeout, and
-         whether to keep trying or not.
-
        o Add (advanced options in General) to set how often certain ID
-         caches are purged.
+         caches are purged (could be used to optimize the server's
+         behaviour).
 
        o Add hashed passwords to config file.
 
+       o Add rehashing support.
+
  o Assure that server is allowed to connect only once to router.  Meaning
    if server connection is established already, same connection cannot be
    established again.