+Fri Oct 5 21:16:28 EEST 2000 Pekka Riikonen <priikone@poseidon.pspt.fi>
+
+ * Added support for multiple nicknames on same channel. [n] is
+ added locally to the nickname if there are more than one same
+ nicknames on the channel.
+
+ * Server now sends all nicknames that matched WHOIS request.
+ Client also shows the list received from server.
+
+ * Added TOPIC command to client side. User can now set and show
+ current topic on channel.
+
+ * Added MOTD command to client and server. Also, server sends the
+ motd when client connects to the server.
+
+ * Changed version strings to comply ISO 8601.
+
Thu Oct 4 23:29:06 EEST 2000 Pekka Riikonen <priikone@poseidon.pspt.fi>
* Fixed protocol error handling in client library. It should now
;;
esac
-AM_INIT_AUTOMAKE(silc, 30092000)
+AM_INIT_AUTOMAKE(silc, 20001006)
AC_PREREQ(2.3)
AM_CONFIG_HEADER(includes/silcdefs.h)
.in 6
none No compression (mandatory)
-zlib GBU ZLIB (LZ77) compression (optional)
+zlib GNU ZLIB (LZ77) compression (optional)
.in 3
Additional compression algorithms may be defined to be used in SILC.
Reply messages to the command:
Max Arguments: 2
- Arguments: (1) <Status Payload> (2) [<topic>]
+ Arguments: (1) <Status Payload> (2) <Channel ID>
+ (3) [<topic>]
The command may reply with the topic of the channel if it is
set.
SILC_STATUS_ERR_NO_CLIENT_ID
-
10 SILC_COMMAND_INFO
Max Arguments: 1
Max Arguments: 1
Arguments: (1) <server>
- This command is used to query the Message of the Day of a server.
+ This command is used to query the Message of the Day of the server.
Reply messages to the command:
Start of the list. There will be several command replies and
this reply is the start of the list.
- 2 SILC_STATUS_LIST_END
+ 2 SILC_STATUS_LIST_ITEM
+
+ Item in the list. This is one of the item in the list but not the
+ first or last one.
+
+ 3 SILC_STATUS_LIST_END
End of the list. There were several command replies and this
reply is the last of the list. There won't be other replies