+Mon Nov 4 16:02:59 EET 2002 Pekka Riikonen <priikone@silcnet.org>
+
+ * Print notify for server opers when backup router comes
+ online. Affected file silcd/server.c.
+
+ * Fixed the INVITE command to send the invite list in
+ command reply. Affected file silcd/command_reply.c.
+
+ * Fixed MOTD command reply sending. Affected file
+ silcd/command.c.
+
+ * UTF-8 decode the topic in TOPIC command reply and LIST
+ command reply in Irssi SILC client. Affected file is
+ irssi/src/silc/core/client_ops.c.
+
Sun Nov 3 17:59:15 EET 2002 Pekka Riikonen <priikone@silcnet.org>
* Fixed the INVITE command to not crash Irssi SILC client
o bugs parsing nicknames with @ in NICK_CHANGE.
- o UTF-8 decode WHOIS userinfos, topic, etc.
-
o c0ffee's MIME signal
o SILC protocol version 1.2 integration
the channel's invite list. Wildcards may be used with this command.
Examples:
- /INVITE #silc joe
- Invites nickname `joe' to channel #silc.
+ /INVITE silc joe
+ Invites nickname `joe' to channel 'silc'.
- /INVITE #silc +joe!*@*
+ /INVITE silc +joe!*@*
Adds nickname `joe' from anywhere to the invite list of the
- channel #silc
+ channel 'silc'
/INVITE * +foo*@silcnet.org!*@*.foobar.com
Adds nicknames foo* from silcnet.org server from *.foobar.com
Removes nickname `joe' from the invite list of the current
channel.
+ /INVITE silc
+ Prints the invite list of the channel 'silc'.
+
See also: CMODE