From: Pekka Riikonen Date: Tue, 7 Oct 2003 18:01:48 +0000 (+0000) Subject: updates. X-Git-Tag: silc.toolkit.0.9.10~10 X-Git-Url: http://git.silcnet.org/gitweb/?a=commitdiff_plain;h=4293ab554bcad9d797170828cdd537348cef3434;p=silc.git updates. --- diff --git a/TODO b/TODO index cca54cc1..34531149 100644 --- 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 diff --git a/doc/draft-riikonen-silc-commands-06.nroff b/doc/draft-riikonen-silc-commands-06.nroff index 1e874c59..dc37da7b 100644 --- a/doc/draft-riikonen-silc-commands-06.nroff +++ b/doc/draft-riikonen-silc-commands-06.nroff @@ -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 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 the ID MUST be + added to the invite list by the server. When this command is given with only argument then the command merely returns the invite list of the channel. This