updates.
authorPekka Riikonen <priikone@silcnet.org>
Tue, 7 Oct 2003 18:01:48 +0000 (18:01 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Tue, 7 Oct 2003 18:01:48 +0000 (18:01 +0000)
TODO
doc/draft-riikonen-silc-commands-06.nroff

diff --git a/TODO b/TODO
index cca54cc1ecc9be04fccfc346ec7ef4f869698544..34531149da17506644267ea79561323ba2601990 100644 (file)
--- a/TODO
+++ b/TODO
@@ -20,6 +20,18 @@ TODO for SILC Server 1.0
    - test all resume error cases for primary router
    - test communication
 
+   NOTIFYS
+
+   Problems:
+
+   - INVITE (and probably BAN) list notification from backup to primary
+     after resuming does not work.  Primary does not get the list.
+
+   Works:
+
+   JOIN, TOPIC_SET, CMODE_CHANGE, CUMODE_CHANGE, CHANNEL_CHANGE,
+   UMODE_CHANGE (rest of the notifys does not apply, no testing required)
+
  o Testing
 
 
index 1e874c5958780a2978e5f66e3521b6cdd3d3ae3b..dc37da7be81103c8f39d77618108ab4a6c2faf77 100644 (file)
@@ -638,11 +638,13 @@ List of all defined commands in SILC follows.
 
         When adding to or removing from the invite list the server MUST
         send the notify type SILC_NOTIFY_TYPE_INVITE to its primary router.
-        The client which executes this command MUST have at least channel
-        operator privileges to be able to add to or remove from the invite
-        list.  The wildcards MAY be used with this command.  When this
-        command is used to invite explicit client with <Client ID> the
-        ID MUST be added to the invite list by the server.
+        When the SILC_CHANNEL_MODE_INVITE is set the client which executes
+        this command MUST have at least channel operator privileges to be
+        able to add to or remove from the invite list.  If this channel
+        mode is not set the list manipulation is allowed for all clients.
+        Wildcards MAY be used with this command.  When this command is
+        used to invite explicit client with <Client ID> the ID MUST be
+        added to the invite list by the server.
 
         When this command is given with only <Channel ID> argument then
         the command merely returns the invite list of the channel.   This