updates.
[runtime.git] / TODO
diff --git a/TODO b/TODO
index d076aa66fb1a78779c3b997e9b4fd2388d9f4274..a7f0353880d773f97e5d2eb23ea015b8e2c22ced 100644 (file)
--- a/TODO
+++ b/TODO
@@ -51,6 +51,11 @@ TODO/bugs In SILC Client Library
 TODO/bugs In SILC Server
 ========================
 
+ o If server send CUMODE_CHANGE notify (like setting founder) to router
+   and router does not have founder on channel (founder is left or there's
+   no founder on channel at all), the router will accept the server's
+   founder mode change, even though it perhaps should not do that.
+
  o Make the normal server save user counts with LIST command reply.
 
  o The router should check for validity of received notify packets from
@@ -310,7 +315,8 @@ least could be done.
          SIGNOFF of notify at all (using SIGNOFF takes the idea about
          SERVER_SIGNOFF away entirely).
 
- o Add SilcAsyncOperation to utility library.
+ o Add SilcAsyncOperation to utility library.  Any function that takes
+   callback as an argument must return SilcAsyncOperation.
 
  o Cipher optimizations (asm, that this) at least for i386 would be nice.