updates.
[silc.git] / TODO
diff --git a/TODO b/TODO
index 2f9857848e03775e765181b407c88c6d1c2534e5..2a2da686b2d6f715cecb91b76c2e4926be50fb6f 100644 (file)
--- a/TODO
+++ b/TODO
@@ -81,6 +81,8 @@ TODO/bugs In SILC Server
        o IP address fields in configuration file should accept mask
          format as well, IP/MASK, and not just plain IP.
 
+ o Lots of statistics updating is missing around the server.
+
  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!
@@ -161,6 +163,16 @@ describe new stuff to be added to protocol versions 1.x.
     administrative commands and cannot define all that one could imagine.
     To be included in protocol version 1.1.
 
+ 9. Add SILC_MESAGE_FLAG_REPLY for being other side to the
+    SILC_MESSAGE_FLAG_REQUEST.  Add generic SILC_MESSAGE_FLAG_DATA, which
+    can include generic payload, which can include generic data.  The
+    payload definition is left out for now.  To be included in protocol
+    version 1.1.
+
+ 10. Check command reply error status types in various commands,
+     specifically NO_FOPRIV is missing from many commands.  To be 
+     included in protocol version 1.1.
+
 
 TODO After 1.0
 ==============