From: Pekka Riikonen Date: Sat, 28 Apr 2007 15:11:29 +0000 (+0000) Subject: updates. X-Git-Tag: 1.2.beta1~365 X-Git-Url: http://git.silcnet.org/gitweb/?p=crypto.git;a=commitdiff_plain;h=61165ca0d39ffb9439bd2e02db5e71d42f6f47ab updates. --- diff --git a/CHANGES b/CHANGES index 18eecd68..7b574738 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,8 @@ Sat Apr 28 13:47:47 EEST 2007 Pekka Riikonen + * 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]. diff --git a/doc/example_silcd.conf.in b/doc/example_silcd.conf.in index 9820b2ba..6b9ba6f0 100644 --- a/doc/example_silcd.conf.in +++ b/doc/example_silcd.conf.in @@ -162,6 +162,12 @@ General { # 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 = "";