updates
authorPekka Riikonen <priikone@silcnet.org>
Thu, 24 Apr 2003 17:31:28 +0000 (17:31 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Thu, 24 Apr 2003 17:31:28 +0000 (17:31 +0000)
doc/Makefile.am.pre
doc/draft-riikonen-silc-commands-05.nroff

index 6fc615506e43700d894840a5567bad01b4f7b374..08341f8e5646f5f710517e677585e171b2c11a2d 100644 (file)
@@ -24,12 +24,12 @@ DIST_SUBDIRS = SILC_DISTRIBUTION_SUBDIRS
 makerfc = ../scripts/makerfc
 
 all:
-       touch draft-riikonen-silc-spec-06.txt
-       touch draft-riikonen-silc-pp-06.txt
-       touch draft-riikonen-silc-ke-auth-06.txt
-       touch draft-riikonen-silc-commands-04.txt
-       touch draft-riikonen-silc-flags-payloads-02.txt
-       touch draft-riikonen-presence-attrs-01.txt
+       touch draft-riikonen-silc-spec-07.txt
+       touch draft-riikonen-silc-pp-07.txt
+       touch draft-riikonen-silc-ke-auth-07.txt
+       touch draft-riikonen-silc-commands-05.txt
+       touch draft-riikonen-silc-flags-payloads-03.txt
+       touch draft-riikonen-presence-attrs-02.txt
 
 if SILC_DIST_TOOLKIT
 toolkit-ref-html:
@@ -56,35 +56,35 @@ toolkit-ref-pdf:
 
 dist-hook:
        $(SILC_TOP_SRCDIR)/scripts/manpages.pl
-       touch draft-riikonen-silc-spec-06.txt
-       touch draft-riikonen-silc-pp-06.txt
-       touch draft-riikonen-silc-ke-auth-06.txt
-       touch draft-riikonen-silc-commands-04.txt
-       touch draft-riikonen-silc-flags-payloads-02.txt
-       touch draft-riikonen-presence-attrs-01.txt
-       $(makerfc) draft-riikonen-silc-spec-06.nroff \
-               draft-riikonen-silc-spec-06.txt
-       $(makerfc) draft-riikonen-silc-pp-06.nroff \
-               draft-riikonen-silc-pp-06.txt
-       $(makerfc) draft-riikonen-silc-ke-auth-06.nroff \
-               draft-riikonen-silc-ke-auth-06.txt
-       $(makerfc) draft-riikonen-silc-commands-04.nroff \
-               draft-riikonen-silc-commands-04.txt
-       $(makerfc) draft-riikonen-silc-flags-payloads-02.nroff \
-               draft-riikonen-silc-flags-payloads-02.txt
-       $(makerfc) draft-riikonen-presence-attrs-01.nroff \
-               draft-riikonen-presence-attrs-01.txt
+       touch draft-riikonen-silc-spec-07.txt
+       touch draft-riikonen-silc-pp-07.txt
+       touch draft-riikonen-silc-ke-auth-07.txt
+       touch draft-riikonen-silc-commands-05.txt
+       touch draft-riikonen-silc-flags-payloads-03.txt
+       touch draft-riikonen-presence-attrs-02.txt
+       $(makerfc) draft-riikonen-silc-spec-07.nroff \
+               draft-riikonen-silc-spec-07.txt
+       $(makerfc) draft-riikonen-silc-pp-07.nroff \
+               draft-riikonen-silc-pp-07.txt
+       $(makerfc) draft-riikonen-silc-ke-auth-07.nroff \
+               draft-riikonen-silc-ke-auth-07.txt
+       $(makerfc) draft-riikonen-silc-commands-05.nroff \
+               draft-riikonen-silc-commands-05.txt
+       $(makerfc) draft-riikonen-silc-flags-payloads-03.nroff \
+               draft-riikonen-silc-flags-payloads-03.txt
+       $(makerfc) draft-riikonen-presence-attrs-02.nroff \
+               draft-riikonen-presence-attrs-02.txt
 
 else
 dist-hook:
        $(SILC_TOP_SRCDIR)/scripts/manpages.pl
        rm draft-riikonen*.txt
-       touch draft-riikonen-silc-spec-06.txt
-       touch draft-riikonen-silc-pp-06.txt
-       touch draft-riikonen-silc-ke-auth-06.txt
-       touch draft-riikonen-silc-commands-04.txt
-       touch draft-riikonen-silc-flags-payloads-02.txt
-       touch draft-riikonen-presence-attrs-01.txt
+       touch draft-riikonen-silc-spec-07.txt
+       touch draft-riikonen-silc-pp-07.txt
+       touch draft-riikonen-silc-ke-auth-07.txt
+       touch draft-riikonen-silc-commands-05.txt
+       touch draft-riikonen-silc-flags-payloads-04.txt
+       touch draft-riikonen-presence-attrs-02.txt
 endif
 
 if SILC_DIST_TOOLKIT
index 7a58385b376004d1e12c27c7850ec24884ab454c..28973b41868f4f97c060cc595201d79e63b8cb60 100644 (file)
@@ -477,8 +477,9 @@ List of all defined commands in SILC follows.
             Arguments:  (1) <nickname>
 
         Set/change nickname.  This command is used to set nickname for
-        user.  Nickname MUST NOT include any spaces (` '), non-printable
-        characters, commas (`,') and any wildcard characters.
+        user.  Nickname MUST NOT include any whitespaces (` '), 
+        non-printable characters, commas (`,'), '@', '!' or any wildcard 
+        characters.
 
         When nickname is changed new Client ID is generated.  Server MUST
         distribute SILC_NOTIFY_TYPE_NICK_CHANGE to local clients on the
@@ -625,7 +626,7 @@ List of all defined commands in SILC follows.
             [<nickname>[@<server>]!][<username>]@[<hostname or IP/MASK>]
 
             The <hostname> may also be in format of IP/MASK to indicate
-            a network.
+            a network, for example 10.2.1.0/255.255.0.0.
 
           0x02 - Argument is the public key of a client
           0x03 - Argument is the Client ID of a client