From 293fd052c6c228fae09f1e779dc5f79b37dec8ce Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Sat, 22 Dec 2001 19:50:51 +0000 Subject: [PATCH] updates --- public_html/html/contribute.php | 16 ++ public_html/html/cvs.php | 27 ++- public_html/html/docs.php | 20 +-- public_html/html/download.php | 296 ++++++++++++++++++++++++++------ public_html/html/faq.php | 210 +++++++++++++++------- public_html/html/install.php | 2 +- public_html/html/lists.php | 38 ++++ public_html/html/news.php | 47 +++-- public_html/html/todo.php | 2 +- public_html/html/whitepaper.php | 8 +- 10 files changed, 504 insertions(+), 162 deletions(-) diff --git a/public_html/html/contribute.php b/public_html/html/contribute.php index 6a576dff..d05558ac 100644 --- a/public_html/html/contribute.php +++ b/public_html/html/contribute.php @@ -19,3 +19,19 @@ described in that document.
 
There is anonymous CVS acccess for those who want to participate the development process. See the CVS page. + +
 
+Support +
 
+If you want to have a SILC Project's banner on your web site and support us +this way, you can use the following banner or find some more at: + +http://silcnet.org/salo/img/silc-banners.html. +
 
+ + + + +
+ SILC Secure Internet Live Conferencing +
diff --git a/public_html/html/cvs.php b/public_html/html/cvs.php index d56955a1..80a7eb60 100644 --- a/public_html/html/cvs.php +++ b/public_html/html/cvs.php @@ -35,7 +35,7 @@ The repository can be checked out by using anonymous pserver with CVS.
 
For those who are using sh/ksh/bash/zsh the check out is done as follows:
 
- + export CVSROOT=:pserver:
 
cvs login
@@ -46,7 +46,7 @@ cvs logout

 
For those who are using csh/tcsh the check out is done as follows:
 
- + setenv CVSROOT :pserver:
 
cvs login
@@ -57,7 +57,7 @@ cvs logout
If you don't want to set $CVSROOT environment variable you can set the path to the cvs as command line option:
 
- + cvs -d:pserver: login
cvs -d:pserver: co silc @@ -89,7 +89,7 @@ distribution.
 
Following directories currently exist in SILC source tree.
 
- + doc/
 
  Includes all the SILC documentation. Few parts of the documentation
@@ -128,7 +128,7 @@ silcd/ After checkout from CVS the SILC source tree needs to be prepared for configuration and compilation. To compile the source tree, type:
 
- + ./prepare
./configure --enable-debug
make
 
@@ -150,11 +150,20 @@ scripts. Warning is due here: The debugging produced by both cilent and server is very huge, thus it is common to test the programs as follows:
 
- -./silc -d -f configfile 2>log
-./silcd -d -f configfile 2>log + +./silc -d "*" -f configfile 2>log
+./silcd -d "*" -f configfile 2>log
+
 
+The -d option enables the debug printing. The argument for the -d option +is a string that is used to match the output debug. The example "*" will +match for everything, and all debugs will be printed. If you want to +limit the debugs you want to printout you can give for example a string +like "*server*,*rng*" to match all functions, and filenames that has +"server" or "rng" string in them. Others will not be printed out. You +can freely define regural expressions as debug string. +
 
How to clean SILC Source Tree @@ -162,7 +171,7 @@ follows: To entirely clear the source tree to the state after it was checked out from CVS, type:
 
- + ./prepare-clean
 
diff --git a/public_html/html/docs.php b/public_html/html/docs.php index 2ee32176..2014a9b0 100644 --- a/public_html/html/docs.php +++ b/public_html/html/docs.php @@ -58,10 +58,6 @@ SILC Protocol is documented and four Internet Drafts exist. These Internet Drafts are also available from IETF.
 
-NOTE Mon Nov 5 18:53:56 EET 2001: New versions of the protocol -specifications are almost ready for submission to the IETF. You can -preview the upcoming versions here. -
 
Secure Internet Live Conferencing (SILC), Protocol Specification
 
@@ -76,8 +72,8 @@ Abstract SILC Packet Protocol [SILC2], SILC Key Exchange and Authentication Protocols [SILC3] and SILC Commands [SILC4].
 
- -draft-riikonen-silc-spec-03.txt + +draft-riikonen-silc-spec-04.txt
 
 
SILC Packet Protocol @@ -91,8 +87,8 @@ Abstract the contents of the packets. It provides secure binary packet protocol that assures that the content of the packets is secured and authenticated.
 
- -draft-riikonen-silc-pp-03.txt + +draft-riikonen-silc-pp-04.txt
 
 
SILC Key Exchange and Authentication Protocols @@ -115,8 +111,8 @@ Abstract can be used to authenticate the user with, for example, passphrase (pre-shared-secret) or public key (and certificate).
 
- -draft-riikonen-silc-ke-auth-03.txt + +draft-riikonen-silc-ke-auth-04.txt
 
 
SILC Commands @@ -131,5 +127,5 @@ Abstract also SILC servers may use the commands. This memo specifies detailed command messages and command reply messages.
 
- -draft-riikonen-silc-commands-01.txt + +draft-riikonen-silc-commands-02.txt diff --git a/public_html/html/download.php b/public_html/html/download.php index 8bddde38..de6799da 100644 --- a/public_html/html/download.php +++ b/public_html/html/download.php @@ -7,47 +7,111 @@ users, the SILC Server for system administrators and the SILC Toolkit for developers.
 
Use a mirror near you for downloads. -
 
+
 

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
-SILC Client +SILC Client +
 
+The latest version of the SILC client is
 
The SILC Client package is inteded for end users who need only the SILC client. The package includes the new Irssi-SILC client.
 
-Sources HTTP: - -tar.gz ( kB), - -tar.bz2 ( kB) -
- -Sources FTP: tar.gz and tar.bz2 -
- -Binaries HTTP: -RPM ( kB) -, Cygwin ( kB) -, Solaris 8/SPARC ( kB) -
+
PackageVersionSizeURLSUM
 Sources tar.gz kB HTTPFTPMD5
 Sources tar.bz2 kB HTTPFTPMD5
 Sources SRPM kB HTTPFTPMD5
 Sources NetBSD pkgsrc kB HTTPFTPMD5
 Binaries RPM GNU/Linux i386 (release notes) kB HTTPFTPMD5
 Binaries PKG Solaris 8 SPARC kB HTTPFTPMD5
 Binaries EXE Windows/Cygwin kB HTTPFTPMD5

+The SILC Client package is also available in official package bases in FreeBSD (ports/net/silc-client/) and NetBSD (pkgsrc/chat/silc-client/). +
-Binaries FTP: RPM, Solaris 8/SPARC
 
-SILC Server + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +SILC Server +
 
+The latest version of the SILC server is
 
The SILC Server package is intended for system administrators who wants to setup their own SILC server or router. The package includes only the @@ -55,46 +119,160 @@ server and not the client. People who is running SILC servers and are interested to get the server linked to the new router on silc.silcnet.org contact me now.
 
-Sources HTTP: - -tar.gz ( kB), - -tar.bz2 ( kB) -
-Sources FTP: tar.gz and tar.bz2 + +
PackageVersionSizeURLSUM
 Sources tar.gz kB HTTPFTPMD5
 Sources tar.bz2 kB HTTPFTPMD5
 Sources SRPM kB HTTPFTPMD5
 Sources NetBSD pkgsrc kB HTTPFTPMD5
 Binaries RPM GNU/Linux i386 (release notes) kB HTTPFTPMD5

+The SILC Server package is also available in official package bases in FreeBSD (ports/net/silc-server/) and NetBSD (pkgsrc/chat/silc-server/). +
+
 
-SILC Toolkit + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +SILC Toolkit +
 
+The latest version of the SILC toolkit is
 
The SILC Toolkit package is intended for developers and programmers who would like to create their own SILC applications or help in the development of the SILC protocol. The Win32 binary package available includes the entire Toolkit with sources and compiled DLLs.
 
-Sources HTTP: - -tar.gz ( kB), - -tar.bz2 ( kB) -
-Sources FTP: tar.gz and tar.bz2 -
-Binaries HTTP: -Win32 ( kB) + +
PackageVersionSizeURLSUM
 Sources tar.gz kB HTTPFTPMD5
 Sources tar.bz2 kB HTTPFTPMD5
 Binaries Win32 kB HTTPFTPMD5
+
 
+ + + + + + + + + + + + + + + + + + + + +
+ CVS Snapshots
 
Daily CVS snapshots are available. These are generated 22:00 GMT every night. Read the CVS page for more information.
 
-HTTP: CVS Snapshot + +
PackageVersionSizeURLSUM
 Sources tar.gz CVS snapshotCVS kB HTTPFTPMD5
+ + + + + +
+
 
Portability
 
@@ -107,5 +285,11 @@ The SILC has been reported to work on, at least:  - HP-UX
 - Solaris
 - IRIX
+ - AIX
 - Windows
- - Cygwin & MinGW + - Cygwin & MinGW
+ - Mac OS X + +
diff --git a/public_html/html/faq.php b/public_html/html/faq.php index 61c215db..62a61019 100644 --- a/public_html/html/faq.php +++ b/public_html/html/faq.php @@ -2,51 +2,93 @@ Frequently Asked Questions
 
1. General Questions
-     1.1 What is SILC?
-     1.2 When was SILC Project started?
-     1.3 Why SILC in the first place?
-     1.4 What license covers the SILC release?
-     1.5 Why SILC? Why not IRC3?
-     1.6 What platforms SILC supports?
-     1.7 Where can I find more information?
-     1.8 I would like to help out, what can I do? +      +1.1 What is SILC?
+      +1.2 When was SILC Project started?
+      +1.3 Why SILC in the first place?
+      +1.4 What license covers the SILC release?
+      +1.5 Why SILC? Why not IRC3?
+      +1.6 What platforms SILC supports?
+      +1.7 Where can I find more information?
+      +1.8 I would like to help out, what can I do? +
 
2. Protocol Questions
-     2.1 What is the status of SILC protocol in the IETF?
-     2.2 How much the SILC protocol is based on IRC?
-     2.3 Why use SILC? Why not IRC with SSL?
-     2.4 Can I talk from SILC network to IRC network?
-     2.5 Does SILC support file transfer?
-     2.6 I am behind a firewall, can I use SILC?
-     2.7 How secure SILC really is?
-     2.8 Does SILC support instant messaging?
-     2.9 Why SILC does not have LINKS command like in IRC?
-     2.10 Why SILC does not have STATS command like in IRC?
-     2.11 I have suggestions to SILC Protocol, what can I do? +      +2.1 What is the status of SILC protocol in the IETF?
+      +2.2 How much the SILC protocol is based on IRC?
+      +2.3 Why use SILC? Why not IRC with SSL?
+      +2.4 Can I talk from SILC network to IRC network?
+      +2.5 Does SILC support file transfer?
+      +2.6 Does SILC support DCC or alike?
+      +2.7 I am behind a firewall, can I use SILC?
+      +2.8 How secure SILC really is?
+      +2.9 Does SILC support instant messaging?
+      +2.10 Why SILC does not have LINKS command like in IRC?
+      +2.11 Why SILC does not have STATS command like in IRC?
+      +2.12 Is anyone outside a channel able to see the channel messages?
+      +2.13 I have suggestions to SILC Protocol, what can I do? +
 
3. Client Questions
-     3.1 Where can I find SILC clients?
-     3.2 Can I use SILC with IRC client and vice versa? +      +3.1 Where can I find SILC clients?
+      +3.2 Can I use SILC with IRC client and vice versa? +
 
4. Server Questions
-     4.1 Where can I find SILC servers?
-     4.2 Can I run own SILC server?
-     4.3 What is the difference between SILC server and SILC router?
-     4.4 Why server says permission denied to write to a log file?
-     4.5 When I connect to to my server, it says "server does not support one of your proposed cipher", what is wrong? +      +4.1 Where can I find SILC servers?
+      +4.2 Can I run own SILC server?
+      +4.3 What is the difference between SILC server and SILC router?
+      +4.4 Why server says permission denied to write to a log file?
+      +4.5 When I connect to to my server, it says "server does not support one of your proposed cipher", what is wrong?
+      +4.6 Why SILC server runs on privileged port 706? +
 
5. Toolkit Questions
-     5.1 What is SILC Toolkit?
-     5.2 Is the SILC Toolkit Reference Manual Available?
-     5.3 How do I compile the Toolkit on Unix
-     5.4 How do I compile the Toolkit on Win32
+      +5.1 What is SILC Toolkit?
+      +5.2 Is the SILC Toolkit Reference Manual Available?
+      +5.3 How do I compile the Toolkit on Unix?
+      +5.4 How do I compile the Toolkit on Win32?
+      +5.5 Does the Toolkit package include any sample code?

 
1. General Questions
 
-Q: What is SILC?
+Q: What is SILC?
A: SILC (Secure Internet Live Conferencing) is a protocol which provides secure conferencing services in the Internet over insecure channel. SILC is IRC like although internally they are very different. Biggest @@ -59,14 +101,14 @@ The network model is also entirely different compared to IRC.
 
-Q: When was SILC Project started?
+Q: When was SILC Project started?
A: The SILC development started in 1996 and early 1997. But, for various reasons it suspended many times until it finally got some wind under its wings in 1999. First public release was in summer 2000.
 
-Q: Why SILC in the first place?
+Q: Why SILC in the first place?
A: Simply for fun, nothing more. And actually for need back in the days when it was started. When SILC was first developed there really did not exist anything like this. SILC has been very interesting and educational @@ -74,14 +116,14 @@ project.
 
-Q: What license covers the SILC release?
+Q: What license covers the SILC release?
A: The SILC software developed here at silcnet.org, the SILC Client, the SILC Server and the SILC Toolkit are covered by the GNU General Public License.
 
-Q: Why SILC? Why not IRC3?
+Q: Why SILC? Why not IRC3?
A: Question that is justified no doubt of that. SILC was not started to become a replacement for IRC. SILC was something that didn't exist in 1996 or even today except that SILC is now released. However, I did check out @@ -103,7 +145,7 @@ act together and start coding the thing.
 
-Q: What platforms SILC supports?
+Q: What platforms SILC supports?
A: The SILC Client is available on various Unix systems and is reported to work under cygwin on Windows. The SILC Server also works on various Unix systems. However, the server has not been tested under cygwin as far as we @@ -112,14 +154,14 @@ and native Windows.
 
-Q: Where can I find more information?
+Q: Where can I find more information?
A: For more technical information we suggest reading the SILC Protocol specifications. You might also want to take a look at the documentation page on the web page.
 
-Q: I would like to help out, what can I do?
+Q: I would like to help out, what can I do?
A: You might want to take a look at the Contributing page and the TODO list. You might also want to join the @@ -130,7 +172,7 @@ SILC development mailing list. 2. Protocol Questions
 
-Q: What is the status of SILC protocol in the IETF?
+Q: What is the status of SILC protocol in the IETF?
A: The SILC protocol specifications has been submitted currently as individual submissions. There does not currently exist a working group for this sort of project. Our goal is to fully standardize the SILC and @@ -139,7 +181,7 @@ later time.
 
-Q: How much SILC Protocol is based on IRC?
+Q: How much SILC Protocol is based on IRC?
A: SILC is not based on IRC. The client superficially resembles IRC client but everything that happens under the hood is nothing alike IRC. SILC could *never* support IRC because the entire network toppology is @@ -153,7 +195,7 @@ commands.
 
-Q: Why use SILC? Why not IRC with SSL?
+Q: Why use SILC? Why not IRC with SSL?
A: Sure, that is possible, although, does that secure the entire IRC network? And does that increase or decrease the lags and splits in the IRC network? Does that provide user based security where some specific @@ -167,7 +209,7 @@ good for some things, SILC is good for same and some other things.
 
-Q: Can I talk from SILC network to IRC network?
+Q: Can I talk from SILC network to IRC network?
A: Simple answer for this is No. The protocols are not compatible which makes it impossible to directly talk from SILC network to IRC network or vice versa. Developing a gateway between these two networks would @@ -176,7 +218,7 @@ recommended. We have no plans for developing such a gateway.
 
-Q: Does SILC support file transfer?
+Q: Does SILC support file transfer?
A: Yes. The SILC protocol support SFTP as mandatory file transfer protocol. It provides simple client to client file transfer, but also a possibility for file and directory manipulation. Even though the SFTP @@ -185,15 +227,31 @@ done so that practically any file transfer protocol may be used with SILC protocol.
 
+ +Q: Does SILC support DCC or alike?
+A: SILC does not support the DCC commonly used in IRC. It does not need +it since it has builtin support for same features that DCC have. You can +transfer files securely and encrypted directly with another client. You +can also negotiate secret key material with another client directly to +use it in private message encryption. The private messages are not, +however sent directly between clients. The protocol, on the hand +does not prohibit sending messages directly between clients if the +implementation would support it. The current SILC Client implementation +does not support it. This means that private messages travel through the +SILC Network. SILC protocol also has a capability to support DCC +and CTCP like protocols with SILC. None of them, however have not been +defined to be used with SILC at the present time. +
 
+ -Q: I am behind a firewall, can I use SILC?
+Q: I am behind a firewall, can I use SILC?
A: Yes. If your network administrator can open the port 706 (TCP) you can use SILC without problems. You may also compile your SILC client with SOCKS support which will proxy your SILC session through the firewall.
 
-Q: How secure SILC really is?
+Q: How secure SILC really is?
A: A good question which I don't have an answer for. We have tried to make SILC as secure as possible. However, there is no security protocol or security software that has not been vulnerable to some sort of attacks. @@ -230,7 +288,7 @@ using the best cryptographic algorithms out there.
 
-Q: Does SILC support instant messaing?
+Q: Does SILC support instant messaing?
A: SILC is not an instant message (IM) system, like ICQ and the others. SILC is more IRC like system, "real-time", connection-oriented chat and that kind of stuff. But I guess IRC is too called an Instant Messaging @@ -238,7 +296,7 @@ system.
 
-Q: Why SILC does not have LINKS command like in +Q: Why SILC does not have LINKS command like in IRC?
A: It was felt that this information as an own command in SILC is not necessary. Moreover, the topology of the network might be undisclosed @@ -250,7 +308,7 @@ links in IRC.
 
-Q: Why SILC does not have STATS command like in +Q: Why SILC does not have STATS command like in IRC?
A: This too was considered as information that the protocol should not address. We feel that server implementations will need to implement some @@ -260,7 +318,21 @@ consider this implementation issue, not protocol design issue.
 
-Q: I have suggestions to SILC Protocol, +Q: Is anyone outside a channel able to see the channel +messages?
+A: A short answer is simply No. A longer answer involves assumptions +about security conditions. Initially channel keys are generated by the +server, so if the server would get compromised it would be possible for +an adversary to see the messages. However, users on the channel can +prevent this even if the server would be compromised. It is possible to +set so called channel private key that only the users on the channel +know about. The servers does not know about the key, and therefore cannot +see the messages even if they would be compromised. So, longer answer +results into same as the short one; No. +
 
+ + +Q: I have suggestions to SILC Protocol, what can I do?
A: All suggestions and improvements are of course welcome. You should read the protocol specifications first to check out whether your idea is @@ -269,18 +341,19 @@ SILC development mailing list.
 
+
3. Client Questions
 
-Q: Where can I find SILC clients?
+Q: Where can I find SILC clients?
A: The SILC client is available for free download from the silcnet.org web page. Some people have also mentioned words Java and Perl when talking about SILC clients. Nothing has appeared yet, though.
 
-Q: Can I use SILC with IRC client and vice versa?
+Q: Can I use SILC with IRC client and vice versa?
A: Generally the answer would be no for both. However, there exist already at least one IRC client that supports SILC, the Irssi client. The current SILC client is @@ -294,13 +367,13 @@ not possible. 4. Server Questions
 
-Q: Where can I find SILC servers?
+Q: Where can I find SILC servers?
A: The SILC server is available for free download from the silcnet.org web page. We are not aware of any other SILC server implementations, so far.
 
-Q: Can I run own SILC server?
+Q: Can I run own SILC server?
A: Yes of course. Download the SILC server package, compile and install it. Be sure to check out the installation instructions and the README file. You also should decide whether you want to run SILC server or SILC @@ -308,7 +381,7 @@ router.
 
-Q: What is the difference between SILC +Q: What is the difference between SILC server and SILC router?
A: The topology of the SILC network includes SILC routers and the SILC servers (and SILC clients of course). Normal SILC server does not have @@ -328,7 +401,7 @@ or cannot run it as router.
 
-Q: Why server says permission denied to write to a +Q: Why server says permission denied to write to a log file?
A: The owner of the log files must be same user that the server is run under, by default it is user `nobody'. Just change the permissions and @@ -336,7 +409,7 @@ try again.
 
-Q: When I connect to my server it says "server does +Q: When I connect to my server it says "server does not support one of your proposed ciphers", what is wrong?
A: Most likely the ciphers and others has not been compiled as SIMs (modules) and they are configured as modules in the silcd.conf. If they @@ -346,12 +419,21 @@ ciphers. Then try connecting to the server again. It is also possible that the client IS proposing some ciphers that your server does not support.
 
+ +Q: Why SILC server runs on privileged port 706? +
+A: Ports 706/tcp and 706/udp have been assigned for the SILC protocol by +IANA. Server on the network listening above privileged ports (>1023) +SHOULD NOT be trusted as it could have been set up by untrusted party. +The server normally drops root privileges after startup and then run as +user previously defined in silcd.conf. +
 

5. Toolkit Questions
 
-Q: What is SILC Toolkit?
+Q: What is SILC Toolkit?
A: SILC Toolkit is a package intended for software developers who would like to develope their own SILC based applications or help in the development of the SILC. The Toolkit includes SILC Protocol Core library, @@ -361,21 +443,21 @@ library and few other libraries.
 
-Q: Is the SILC Toolkit Reference Manual Available?
+Q: Is the SILC Toolkit Reference Manual Available?
A: Yes, partially completed reference manual is available in the Toolkit releases as HTML package and they are available from the silcnet.org website as well at the documentation page.
 
-Q: How do I compile the Toolkit on Unix?
+Q: How do I compile the Toolkit on Unix?
A: You should read the INSTALL file from the package and follow its instructions. The compilation on Unix is as simple as compiling any other SILC package. Give, `./configure' command and then `make' command.
 
-Q: How do I compile the Toolkit on Win32?
+Q: How do I compile the Toolkit on Win32?
A: We have prepared instructions to compile the Toolkit on Win32 in the Toolkit package. Please, read the README.WIN32 file from the package for detailed instructions how to compile the Toolkit for Cygwin, MinGW and @@ -383,3 +465,11 @@ native Win32 systems. We have also prepared ready MSVC++ Workspace files in the win32/ directory in the package that will compile automatically the Toolkit.
 
+ + +Q: Does the Toolkit package include any sample code?
+A: Yes, naturally. It includes sample codes for two different SILC Client +implementations, and SILC Server. Win32 samples are included in the +win32/ directory, for simple client. +
 
+ diff --git a/public_html/html/install.php b/public_html/html/install.php index a193c276..0ef01023 100644 --- a/public_html/html/install.php +++ b/public_html/html/install.php @@ -1,5 +1,5 @@  
- + unsubscribe from silc-devel +
 
+ +Basic instructions for submitting patches +
 
+ + + + + + + + + + +
- +use the unified output format for the diff (diff -u) +
- +use diff, not cvs diff +
- +send the patch to the mailing list, and add those people that should know +about it on CC: +
- +submit ready patches. if they are not ready then sending them to +people who are involved in the development is preferred. the patch might face +several round trips so sending patches which are ready is preffered +
- +include the patch in the body of the email or attach it +
- +send separate patches for every bugfix or feature +
- +if you think that your work is benefical to the development of the +SILC and would like to be listed in the CREDITS file in SILC packages, you +can submit patches for the CREDITS file too. Nobody will be added there +without a patch, this way those who don't want to see their name there won't +get there +
- +do not submit bugs ;) +
diff --git a/public_html/html/news.php b/public_html/html/news.php index aa15679f..310aac1a 100644 --- a/public_html/html/news.php +++ b/public_html/html/news.php @@ -1,10 +1,10 @@  
SILC Client Is Now Available! -
+

 
-The new version of SILC Client is available! +The new version of the SILC Client is available! Read the README and INSTALL files after downloading for instructions how -to compile and use SILC. Report bugs to the +to compile and use the SILC. Report bugs to the SILC development mailing list.
 
Download: SILC Client Version
Changes: SILC Client Changes +
+Release notes: SILC Client +Release Notes
 
 
SILC Server Is Now Available! -
+

 
-The new version of SILC Server is available! +The new version of the SILC Server is available! Read the README and INSTALL files after downloading for instructions how -to compile and use SILC. Report bugs to the +to compile and use the SILC. Report bugs to the SILC development mailing list.
 
People who is running SILC servers and are interested to get the server @@ -32,15 +35,19 @@ $Latest_Server; ?> Version
Changes: SILC Server Changes +
+Release notes: SILC +Server +Release Notes
 
 
SILC Toolkit Is Now Available! -
+

 
-The new version of SILC Toolkit is available! This -package is intended for developers and programmers who would like to -create their own SILC applications or help in the development of SILC +The new version of the SILC Toolkit is available! +This package is intended for developers and programmers who would like to +create their own SILC applications or help in the development of the SILC protocol.
 
Download: SILC Toolkit Version
Changes: SILC Toolkit Changes +
+Release notes: SILC Toolkit Release Notes
 
 
Try out SILC server at silc.silcnet.org
 
-You are free to connect to various SILC servers in the SILC Network. The +Feel free to connect to various SILC servers in the SILC Network. The network is still quite small but is growing all the time. To connect -give command /server silc.silcnet.org. You might also want to try -out one of the following servers: +to the server type command /server silc.silcnet.org. You might also +want to try out one of following servers:
 
-- silc.silcnet.org (router) (Slovakia)
-- silc.ytti.fi (Finland)
-- silc.peelo.com (Finland)
-- silc.debolaz.com (Norway)
-- silc.highertechnology.com (USA)
-- silc.silcnet.org on port 707 +- silc.silcnet.org (router) (Slovakia)
+- silc.ytti.fi (Finland)
+- silc.peelo.com (Finland)
+- silc.debolaz.com (Norway)
+- silc.highertechnology.com (USA)
+- silc.silcnet.org on port 707
 
There may be some action on channel #silc (unless everybody is sleeping) diff --git a/public_html/html/todo.php b/public_html/html/todo.php index a0507630..075aeae9 100644 --- a/public_html/html/todo.php +++ b/public_html/html/todo.php @@ -1,5 +1,5 @@  
- + IETF website.
 
-- +- Secure Internet Live Conferencing (SILC), Protocol Specification
-- +- SILC Packet Protocol
-- +- SILC Key Exchange and Authentication Protocols
-- +- SILC Commands
 
-- 2.24.0