updates
authorPekka Riikonen <priikone@silcnet.org>
Tue, 29 May 2001 06:24:13 +0000 (06:24 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Tue, 29 May 2001 06:24:13 +0000 (06:24 +0000)
public_html/download.php
public_html/features.php
public_html/history.php
public_html/index.php
public_html/lists.php
public_html/news.php

index 972a4186ce099671e3d2a6561c6b63de6bc2fee9..57c500cef447ef386929b4666dc9241f0fce14db 100644 (file)
@@ -53,5 +53,6 @@ The SILC has been reported to work on, at least:
 <li>OpenBSD
 <li>HP-UX
 <li>Solaris
+<li>Windows (cygwin)
 </ul>
 </font><p>
index 3c80aab9a0a4b08199dc8044579b4de5f160380f..86f6adc08c2b85c5453fdbe2045e371670fd0d00 100644 (file)
@@ -23,6 +23,8 @@
 <p>
 <li> Supports data compression with GZIP to improve performance.
 <p>
+<li> Supports SOCKS4 and SOCKS5 firewall traversal protocols.
+<p>
 <li> 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 the software.
 <p>
 <li> SILC client can be installed and used without root privileges.
index 354277bf094b6dd2a94790eea0080ad08c6c6c67..8d15980934d6954f2914a452fabd478a0a626a55 100644 (file)
@@ -1,13 +1,51 @@
 <b>History</b>
 <font size="2">
 <p>
-Even though SILC were released in summer 2000 to the public the idea and the protocol itself is quite old. I got the idea about SILC in its current form in the year 1996 and first lines of codes were written in early 1997. This release is now third rewrite of the SILC. The very first version were written in 1997 and it included SILC client and very very preliminary SILC server. The server actually weren't usable but the client looked pretty much the same as it does now. At that time the SILC also included RSA implementation and 3DES implementation. The random number generator that exists in this current release is actually based on the RNG written in 1997. The RNG written in 1997, on the other hand, were based on the SSH's random number generator. The RNG has been rewritten twice since the first version.
+Even though SILC were released in summer 2000 to the public the idea and
+the protocol itself is quite old. I got the idea about SILC in its
+current form in the year 1996 and first lines of codes were written in
+early 1997. This release is now third rewrite of the SILC. The very first
+version were written in 1997 and it included SILC client and very very
+preliminary SILC server. The server actually weren't usable but the
+client looked pretty much the same as it does now. At that time the SILC
+also included RSA implementation and 3DES implementation. The random
+number generator that exists in this current release is actually based on
+the RNG written in 1997. The RNG written in 1997, on the other hand, were
+based on the SSH's random number generator. The RNG has been rewritten
+twice since the first version.
 <p>
-I stopped writing the SILC later in 1997 when I got busy at school and in work. The pause lasted several months. The development resumed in 1998 when my friend (Juha Räsänen) and I implemented ElGamal algorithm. I rewrote some other parts as well. However, for the same reasons as previously the development stopped again. I resumed the development later in 1998 by doing rewrite of the SILC in C++. This was obviously a mistake but at that time it seemed like a good idea. Again, in the winter 1999 I got very busy writing my thesis and was forced to stop the development again. I also, started a new job in the spring.
+I stopped writing the SILC later in 1997 when I got busy at school and in
+work. The pause lasted several months. The development resumed in 1998
+when my friend (Juha Räsänen) and I implemented ElGamal algorithm. I
+rewrote some other parts as well. However, for the same reasons as
+previously the development stopped again. I resumed the development later
+in 1998 by doing rewrite of the SILC in C++. This was obviously a mistake
+but at that time it seemed like a good idea. Again, in the winter 1999 I
+got very busy writing my thesis and was forced to stop the development
+again. I also, started a new job in the spring.
 <p>
-Later, in 1999, I decided that this time I'm going to make it the right way. C++ was obviously a bad choice so I decided to fall back to plain C language. I also decided to do complete rewrite and started doing more thorough planning of what the SILC actually should include. I also decided that this time it is going to kill me before I stop the development. I started writing SILC in the weekends and actually everytime I had some spare time. I also started a new job but I didn't let that get to my way. The result of this development effort is the release now in public.
+Later, in 1999, I decided that this time I'm going to make it the right
+way. C++ was obviously a bad choice so I decided to fall back to plain C
+language. I also decided to do complete rewrite and started doing more
+thorough planning of what the SILC actually should include. I also
+decided that this time it is going to kill me before I stop the
+development. I started writing SILC in the weekends and actually
+everytime I had some spare time. I also started a new job but I didn't
+let that get to my way. The result of this development effort is the
+release now in public.
 <p>
-I've learned a lot by doing the SILC. I guess, when I started it I wasn't that good of a C programmer. That alone was a reason why SILC hasn't seen the day of light before now. My programming style has also changed dramatically during these years. Actually, it has changed couple times since this last rewrite as well. However, the code style of current SILC release is quite consistent (actually the coding style SILC has been written now I've learned in my current job).
+I've learned a lot by doing the SILC. I guess, when I started it I wasn't
+that good of a C programmer. That alone was a reason why SILC hasn't seen
+the day of light before now. My programming style has also changed
+dramatically during these years. Actually, it has changed couple times
+since this last rewrite as well. However, the code style of current SILC
+release is quite consistent (actually the coding style SILC has been
+written now I've learned in my current job).
 <p>
-There is probably over 85% of new code in this third rewrite. Rest has just been copied from the old versions and only minor changes has been made (like changed function names and overall coding style). I've preserved the dates of the old files (dating back to 1997) that has existed in some forms in the old versions. There is a lot of new code but already I see a lot that needs rewriting. The development continues.
+There is probably over 85% of new code in this third rewrite. Rest has
+just been copied from the old versions and only minor changes has been
+made (like changed function names and overall coding style). I've
+preserved the dates of the old files (dating back to 1997) that has
+existed in some forms in the old versions. There is a lot of new code but
+already I see a lot that needs rewriting. The development continues.
 </font><p>
index 06a876572fee8e30767486ddc773c56a8929ec11..0dfa6b134b85b3b2899460f98431cd574475e358 100644 (file)
         <table cellspacing="0" cellpadding="10" border="0"><tr><td>
         <font size="2" face="Helvetica,Arial,Sans-serif">
         <li><a href="index.php?page=about">About the SILC</a>
-        <li><a href="index.php?page=faq">The SILC FAQ</a>
-        <li><a href="index.php?page=docs">SILC Documentation</a>
         <li><a href="index.php?page=history">History</a>
+        <li><a href="index.php?page=lists">SILC Mailing Lists</a>
+        <li><a href="index.php?page=docs">SILC Documentation</a>
         </font>
         </td><td>
         <font size="2" face="Helvetica,Arial,Sans-serif">
         <li><a href="index.php?page=download">Download SILC</a>
+        <li><a href="index.php?page=faq">SILC FAQ</a>
         <li><a href="index.php?page=features">SILC Features</a>
         <li><a href="changes.txt">ChangeLog</a>
-        <li><a href="todo.txt">TODO</a>
         </font>
         </td><td>
         <font size="2" face="Helvetica,Arial,Sans-serif">
-        <li><a href="index.php?page=lists">SILC Mailing Lists</a>
+        <li><a href="index.php?page=todo">TODO</a>
         <li><a href="index.php?page=contribute">Contributing</a>
         <li><a href="index.php?page=cvs">Anonymous CVS Access</a>
         <li><a href="index.php?page=copying">The General Public License (GPL)</a>
@@ -78,6 +78,9 @@ function div($a,$b) {
 return (int) ($a/$b);
 }
 
+$latest_d = filemtime($DocRoot."LATEST"); 
+$latest_date = date("l dS of F Y H:i:s", $latest_d);
+
 // read document, if it is not valid then read first page
 if (Is_File($SecurityFilter))
   require $SecurityFilter;
@@ -94,7 +97,11 @@ else
   </td>
  </tr>
 </table>
-<font size="1" face="Helvetica,Arial,Sans-serif">webpage by <a href="mailto:salo at Xtrmntr.org">salo at Xtrmntr.org</a></font>
+<font size="1" face="Helvetica,Arial,Sans-serif">webpage by <a
+href="mailto:salo at Xtrmntr.org">salo at Xtrmntr.org</a></font>
+<br>
+<font size="1" color="#2f486f">
+<? virtual("./counter.shtml"); ?>
 </center>
 
 </body>
index 3b897e91ac97bc9d134fa5e3e841d0c2d89c485c..cf030b0e1e765be7316639255993110bebe8e7c1 100644 (file)
@@ -3,9 +3,15 @@
 <p>
 <b>Available since: Sat Jul 22 17:23:48 EEST 2000</b>
 <p>
-There is currently one mailing list available. The mailing list is the main SILC development mailing list. To subscribe to the mailing list visit the following link and follow the instructions on the web page.
+There is currently one mailing list available. The mailing list is the
+main SILC development mailing list. To subscribe to the mailing list
+visit the following link and follow the instructions on the web page.
 <p>
-<a href="http://lists.sourceforge.net/lists/listinfo/silc-devel">SILC-devel mailing list</a>
+<a href="http://lists.sourceforge.net/lists/listinfo/silc-devel">
+SILC-devel mailing list</a>
 <p>
-After you have subscribed as instructed on the web site you will receive email for further instructions. To send email to the list the email must be destined to: silc-devel at lists.sourceforge.net address.
+After you have subscribed as instructed on the web site you will receive
+email for further instructions. To send email to the list the email must
+be destined to: <font color="#2f486f">silc-devel at
+lists.sourceforge.net</font> address.
 </font><p>
index 8ab767e1129aeafa3e9b478e9a25b3374df2cfab..49173636a59552dd7a212c23883109acd489fb75 100644 (file)
@@ -1,4 +1,5 @@
 <b>SILC <?php echo $latest; ?> Is Now Available!</b>
+<br><font size="1" color="#2f486f"><?php echo $latest_date ?></font>
 <font size="2"><p>
 The new Beta version <?php echo $latest; ?> of SILC is available for testing. 
 Read the README and INSTALL files after downloading for instructions how