From 61165ca0d39ffb9439bd2e02db5e71d42f6f47ab Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Sat, 28 Apr 2007 15:11:29 +0000 Subject: [PATCH] updates. --- CHANGES | 3 +++ doc/example_silcd.conf.in | 6 ++++++ 2 files changed, 9 insertions(+) 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 = ""; -- 2.24.0