Sat Apr 28 13:47:47 EEST 2007 Pekka Riikonen <priikone@silcnet.org>
+ * Ported SILC Server to the new Toolkit API, working towards
+ SILC Server 1.1. Affected files are in apps/silcd/.
+
* Added silc_skr_del_public_key, silc_skr_[ref|unref]_public_key
to lib/silcskr/silcskr.[ch].
# Limit on how many channels one client can join. Default is 50.
#channel_join_limit = 100;
+ # HTTP server access to the server for retrieving server statistics
+ # with a web browser. This is disabled by default.
+ #http_server = true;
+ #http_server_ip = "127.0.0.1";
+ #http_server_port = 5000;
+
# Debug string. Debug string can be set to print debugging from
# the running server. The debug is redirected to stderr.
# debug_string = "";