updates
[runtime.git] / README
diff --git a/README b/README
index d56e632b3926e39aae5e3689bd0cea6796438053..7ca53522c21cb5dbd754eb0dc8535d8bf161417c 100644 (file)
--- a/README
+++ b/README
@@ -17,7 +17,7 @@ Description
 SILC (Secure Internet Live Conferencing) is a protocol which provides
 secure conferencing services in the Internet over insecure channel.
 SILC is IRC like softwarre although internally they are very different.
-Biggest similiarity between SILC and IRC is that they both provide
+Biggest similarity between SILC and IRC is that they both provide
 conferencing services and that SILC has almost same commands as IRC.  Other
 than that they are nothing alike.  Biggest differences are that SILC is 
 secure what IRC is not in any way.  The network model is also entirely
@@ -57,7 +57,7 @@ Following commands has been, at least partly, implemented:
 
                Changes/sets nickname.  Note that in SILC there can be
                multiple same nicknames.  However, the logic on working
-               with multiple nicknams on user interface is pretty much
+               with multiple nicknames on user interface is pretty much
                still missing.  Also note that nicknames in SILC are
                case-sensitive.
 
@@ -66,6 +66,11 @@ Following commands has been, at least partly, implemented:
                Joins to a channel.  Channel names start with `#'
                character.
 
+       /LEAVE  <channel>
+
+               Leaves the channel.  If /leave * is given the client
+               leaves the current channel.
+
        /MSG    <nickname> <message>
 
                Sends private message to remote client.  Support for
@@ -78,10 +83,35 @@ Following commands has been, at least partly, implemented:
                handling multiple same nicknames with this command is
                still missing.
 
+       /PING   [<server>]
+
+               Pings server.  Only locally connected server may be 
+               pinged.
+
+       /INFO   [<server>]
+
+               Requests information about a server.  If argument is
+               not specified current server is used.
+
+       /AWAY   [<message>]
+
+               Sets away message.  When private message is received and
+               away message is set the client automatically replies to
+               the sender with the away message.  To remove away message
+               give the command without arguments.
+
        /QUIT
 
                Quits session.  Connection to remote server is closed.
 
+       /CLEAR
+
+               Clears current screen.
+
+       /VERSION
+
+               Shows client version.
+
 
 Features
 ========
@@ -114,6 +144,8 @@ TODO file for more information.]
 
  o Supports data compression with GZIP to improve performance.
 
+ o Supports SOCKS4 and SOCKS5 firewall traversal protocols.
+
  o SIM (SILC Module) support.  Support for loading of shared objects at 
    run-time that provides new and extended features to both SILC client
    and server.  These can provide extra ciphers and extra features to
@@ -183,8 +215,8 @@ Contact
 Feedback and comments are welcome.  You can reach me in the following
 Address. 
 
-[Note that generally bug reports should not be sent just yet as the 
-Developer's Version is full of them and the bug hunt has not even started 
-yet.]
+Official SILC project web site is   : http://silc.pspt.fi
+FTP archive for SILC project is     : ftp://silc.pspt.fi/pub/silc/
+Development mailing list address is : silc-devel@lists.sourceforge.net
 
                                Pekka Riikonen <priikone@poseidon.pspt.fi>