updates.
authorPekka Riikonen <priikone@silcnet.org>
Mon, 4 Nov 2002 13:48:23 +0000 (13:48 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Mon, 4 Nov 2002 13:48:23 +0000 (13:48 +0000)
CHANGES
TODO
apps/irssi/docs/help/in/invite.in

diff --git a/CHANGES b/CHANGES
index 63450698d3666c715e3a340490f7f80463d8815f..e3273273ad7cd6c9afa866bc16e3c3584de1c01f 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,18 @@
+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
diff --git a/TODO b/TODO
index 5842ba8918598d1e7315168152c3eaa9d6827ea5..458afafefcb3329565591b7b78c126caa4e5ae87 100644 (file)
--- 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
index b05fc42d9ef4612ca5662accaff65706333b577f..0767e61925ca8630675a4a971f32ec5e39e7abd9 100644 (file)
@@ -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