- 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
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