From d3352b9e9c4cd0cac6c8e17fe93052352dbda98c Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Wed, 28 Jun 2000 06:39:51 +0000 Subject: [PATCH] Added some more info. --- README | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) diff --git a/README b/README index 1953d942..d56e632b 100644 --- a/README +++ b/README @@ -24,6 +24,65 @@ secure what IRC is not in any way. The network model is also entirely different compared to IRC. +Running SILC +============ + +The development version is still preliminary version and requires some +work to get it working. You should, first of all, check the example +configuration files in ./doc/ directory. Change them according to your +needs. + +To run SILC client: + + cd silc + ./silc -f + +To run SILC server + + cd silcd + ./silcd -f + + +Working Commands +================ + +Following commands has been, at least partly, implemented: + + + /SERVER [[:]] + + Connects to remote SILC server. + + /NICK [] + + 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 + still missing. Also note that nicknames in SILC are + case-sensitive. + + /JOIN + + Joins to a channel. Channel names start with `#' + character. + + /MSG + + Sends private message to remote client. Support for + handling multiple same nicknames with /MSG command is + still missing. + + /WHOIS [@] [] + + Gives a little information about a client. Support for + handling multiple same nicknames with this command is + still missing. + + /QUIT + + Quits session. Connection to remote server is closed. + + Features ======== -- 2.24.0