+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
----------------------------------------------------------------------------
+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
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
+
----------------------------------------------------------------------------
AUTOMAKE_OPTIONS = 1.0 no-dependencies foreign
SUBDIRS = lib silcd silc doc includes
+
+EXTRA_DIST = CHANGES CREDITS
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.