From f91e277c5be35170e584ff6f6f1a9ef5815f4e4d Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Tue, 10 Oct 2000 07:26:42 +0000 Subject: [PATCH] updates --- CHANGES | 10 ++++++++++ doc/draft-riikonen-silc-pp-01.nroff | 2 +- doc/draft-riikonen-silc-spec-01.nroff | 7 ++++++- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 9d97eb00..ea457f0a 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,13 @@ +Mon Oct 9 20:57:02 EEST 2000 Pekka Riikonen + + * Changed SILC_COMMAND_IDENTIFY in protocol specification to + accept searching by Client ID as well. + + * Added support for LEAVE and SIGNOFF notify types in client library. + + * Added silc_id_payload_parse_data into lib/silccore/silcpayload.[ch] + to parse ID Payload from raw data. + Sun Oct 8 19:33:08 EEST 2000 Pekka Riikonen * Added flags parameter into silc_ske_assemble_security_properties diff --git a/doc/draft-riikonen-silc-pp-01.nroff b/doc/draft-riikonen-silc-pp-01.nroff index e1efe7de..d6cccf55 100644 --- a/doc/draft-riikonen-silc-pp-01.nroff +++ b/doc/draft-riikonen-silc-pp-01.nroff @@ -246,7 +246,7 @@ always encrypted. .in 5 .nf - 1 2 3 + 1 2 3 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Payload Length * | Flags | Packet Type | diff --git a/doc/draft-riikonen-silc-spec-01.nroff b/doc/draft-riikonen-silc-spec-01.nroff index 3f184651..a78e9865 100644 --- a/doc/draft-riikonen-silc-spec-01.nroff +++ b/doc/draft-riikonen-silc-spec-01.nroff @@ -1840,7 +1840,8 @@ List of all defined commands in SILC follows. 3 SILC_COMMAND_IDENTIFY Max Arguments: 2 - Arguments: (1) [@] (2) [] + Arguments: (1) [@] (2) [] + (3) [] Identify. Identify command is almost analogous to WHOIS command, except that it does not return as much information. Only relevant @@ -1854,6 +1855,10 @@ List of all defined commands in SILC follows. are no limit of accepted results. The query may also be narrowed down by defining the server name of the nickname. + It is also possible to search the user by Client ID. If + is provided server must use it as the search value instead of + the . + To prevent miss-use of this service wildcards in the nickname or in the servername are not permitted. It is not allowed to request all users on some server. The IDENTIFY requests must -- 2.24.0