From e2ca8f8572db572c4e8ee8c02b78210097fd5050 Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Mon, 4 Nov 2002 13:48:23 +0000 Subject: [PATCH] updates. --- CHANGES | 15 +++++++++++++++ TODO | 2 -- apps/irssi/docs/help/in/invite.in | 11 +++++++---- 3 files changed, 22 insertions(+), 6 deletions(-) diff --git a/CHANGES b/CHANGES index 63450698..e3273273 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,18 @@ +Mon Nov 4 16:02:59 EET 2002 Pekka Riikonen + + * 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 * Fixed the INVITE command to not crash Irssi SILC client diff --git a/TODO b/TODO index 5842ba89..458afafe 100644 --- a/TODO +++ b/TODO @@ -3,8 +3,6 @@ TODO for Irssi SILC Client 1.0 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 diff --git a/apps/irssi/docs/help/in/invite.in b/apps/irssi/docs/help/in/invite.in index b05fc42d..0767e619 100644 --- a/apps/irssi/docs/help/in/invite.in +++ b/apps/irssi/docs/help/in/invite.in @@ -5,12 +5,12 @@ This command is used to invite an client to a channel and to manage 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 @@ -20,5 +20,8 @@ Examples: Removes nickname `joe' from the invite list of the current channel. + /INVITE silc + Prints the invite list of the channel 'silc'. + See also: CMODE -- 2.24.0