updates
authorPekka Riikonen <priikone@silcnet.org>
Tue, 10 Oct 2000 07:26:42 +0000 (07:26 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Tue, 10 Oct 2000 07:26:42 +0000 (07:26 +0000)
CHANGES
doc/draft-riikonen-silc-pp-01.nroff
doc/draft-riikonen-silc-spec-01.nroff

diff --git a/CHANGES b/CHANGES
index 9d97eb001ac2cc787378f32b6dc1b21ccad3777f..ea457f0ae5860c36955ab5c0fa447435ca5ed3d4 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,13 @@
+Mon Oct  9 20:57:02 EEST 2000  Pekka Riikonen <priikone@poseidon.pspt.fi>
+
+       * 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 <priikone@poseidon.pspt.fi>
 
        * Added flags parameter into silc_ske_assemble_security_properties
index e1efe7de01272f50090fa43bcbd1013e7d489d57..d6cccf552f533665c60b3d082da990bb8611cfa5 100644 (file)
@@ -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  |
index 3f18465102ed7c1d453b69ea4de7e96ed3d6af13..a78e9865372af1affff668672756c0f8c1fedaea 100644 (file)
@@ -1840,7 +1840,8 @@ List of all defined commands in SILC follows.
    3    SILC_COMMAND_IDENTIFY
 
         Max Arguments:  2
-            Arguments:  (1) <nickname>[@<server>]  (2) [<count>]
+            Arguments:  (1) <nickname>[@<server>]  (2) [<Client ID>]
+                        (3) [<count>]
 
         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 <Client ID>
+        is provided server must use it as the search value instead of
+        the <nickname>.
+
         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