From: Pekka Riikonen Date: Wed, 21 Feb 2001 20:32:03 +0000 (+0000) Subject: update. X-Git-Tag: 1.2.beta1~2510 X-Git-Url: http://git.silcnet.org/gitweb/?p=runtime.git;a=commitdiff_plain;h=10b007d7eb8ff7ab307a03f63530a7142c5f0dce update. --- diff --git a/CHANGES b/CHANGES index b7785c8d..9bf31c6a 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,8 @@ +Wed Feb 21 22:39:30 EET 2001 Pekka Riikonen + + * 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 * Implemented CMODE_CHANGE, CUMODE_CHANGE and TOPIC_SET notify diff --git a/CREDITS b/CREDITS index f96973bf..e8a0ca13 100644 --- 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 + ---------------------------------------------------------------------------- diff --git a/Makefile.am b/Makefile.am index f0436ab9..12ecddcd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 e8bbcf8c..1a9635ac 100644 --- 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.