update.
authorPekka Riikonen <priikone@silcnet.org>
Wed, 21 Feb 2001 20:32:03 +0000 (20:32 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Wed, 21 Feb 2001 20:32:03 +0000 (20:32 +0000)
CHANGES
CREDITS
Makefile.am
TODO

diff --git a/CHANGES b/CHANGES
index b7785c8d2f3433cf3685ddf2c4ed94f7e93e2ee4..9bf31c6a3350c92c7b2ea7126f4005d07990b6f0 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,8 @@
+Wed Feb 21 22:39:30 EET 2001  Pekka Riikonen <priikone@poseidon.pspt.fi>
+
+       * Added CREDITS file.  The CHANGES and CREDITS file will appear
+         in the distribution as well.
+
 Wed Feb 21 14:17:04 EET 2001  Pekka Riikonen <priikone@poseidon.pspt.fi>
 
        * Implemented CMODE_CHANGE, CUMODE_CHANGE and TOPIC_SET notify
diff --git a/CREDITS b/CREDITS
index f96973bfc281cd1e6c3676ee17f8be755a4feec5..e8a0ca1315c7c80413288708f3796938f8e71507 100644 (file)
--- a/CREDITS
+++ b/CREDITS
@@ -8,6 +8,16 @@ kernel credits file. :)
 
 ----------------------------------------------------------------------------
 
+N: Mika "Bostik" Boström
+E: bostik@lut.fi
+W: http://www.lut.fi/~bostik
+D: Server runs as a daemon on dedicated account
+D: Fixed inconsistencies in server side code routine names
+D: Transition to new configuration file format
+S: Skinnarilankatu 28 E 2
+S: 53850 Lappeenranta
+S: Finland
+
 N: Pekka Riikonen
 E: priikone@poseidon.pspt.fi
 E: priikone@ssh.com
@@ -17,4 +27,13 @@ S: Kasarmikatu 11 A4
 S: 70110 Kuopio
 S: Finland
 
+N: Juha Räsänen
+E: jmrasane@lut.fi
+D: Persistent nagger
+D: Desultory coder
+D: ElGamal implementation
+S: Laserkatu 4 A 4
+S: 53850 Lappeenranta
+S: Finland
+
 ----------------------------------------------------------------------------
index f0436ab9d53af97e3b38401632722639f15c66f5..12ecddcdde81c5a7d4a77c8cc624b789d729234c 100644 (file)
@@ -19,3 +19,5 @@
 AUTOMAKE_OPTIONS = 1.0 no-dependencies foreign
 
 SUBDIRS = lib silcd silc doc includes
+
+EXTRA_DIST = CHANGES CREDITS
diff --git a/TODO b/TODO
index e8bbcf8cade0b6dbf36050b18369d8591275ca3f..1a9635aca86a6a1e9bdc50d163d7fd88d228633e 100644 (file)
--- a/TODO
+++ b/TODO
@@ -125,10 +125,6 @@ TODO In SILC Server
 
  o Protocol execution timeouts are hard coded, should be configurable.
 
- o serverconfig.c and the function naming in it is inconsistent.  It is 
-   not silc_config_server* it should be silc_server_config*.  As should
-   all the SilcConfigServer* types be SilcServerConfig*.
-
  o Implement DENY_CONNECTION section in serverconfig.c and in server.
 
  o Implement REDIRECT_CLIENT section in serverconfig.c and in server.