From 0c47faacf0bcf9ecf1c7852376a786cc4c41736d Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Fri, 6 Oct 2000 08:09:19 +0000 Subject: [PATCH] updates --- CHANGES | 17 +++++++++++++++++ configure.in | 2 +- doc/draft-riikonen-silc-spec-01.nroff | 15 ++++++++++----- 3 files changed, 28 insertions(+), 6 deletions(-) diff --git a/CHANGES b/CHANGES index 19020006..cae450b3 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,20 @@ +Fri Oct 5 21:16:28 EEST 2000 Pekka Riikonen + + * 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 * Fixed protocol error handling in client library. It should now diff --git a/configure.in b/configure.in index b5e8a441..1857776c 100644 --- a/configure.in +++ b/configure.in @@ -33,7 +33,7 @@ case "$target" in ;; esac -AM_INIT_AUTOMAKE(silc, 30092000) +AM_INIT_AUTOMAKE(silc, 20001006) AC_PREREQ(2.3) AM_CONFIG_HEADER(includes/silcdefs.h) diff --git a/doc/draft-riikonen-silc-spec-01.nroff b/doc/draft-riikonen-silc-spec-01.nroff index 86fc30e6..b995ab66 100644 --- a/doc/draft-riikonen-silc-spec-01.nroff +++ b/doc/draft-riikonen-silc-spec-01.nroff @@ -1134,7 +1134,7 @@ Following compression algorithms are defined: .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. @@ -1992,7 +1992,8 @@ List of all defined commands in SILC follows. Reply messages to the command: Max Arguments: 2 - Arguments: (1) (2) [] + Arguments: (1) (2) + (3) [] The command may reply with the topic of the channel if it is set. @@ -2092,7 +2093,6 @@ List of all defined commands in SILC follows. SILC_STATUS_ERR_NO_CLIENT_ID - 10 SILC_COMMAND_INFO Max Arguments: 1 @@ -2301,7 +2301,7 @@ List of all defined commands in SILC follows. Max Arguments: 1 Arguments: (1) - 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: @@ -2898,7 +2898,12 @@ List of all defined command status messages following. 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 -- 2.24.0