Added SILC Thread Queue API
[runtime.git] / doc / example_silcd.conf.in
index 9820b2ba60540377dce226c570e07c12853e3c36..e337dc0a50441e2c2fb6fd1f7912bc920b30bf29 100644 (file)
@@ -71,8 +71,8 @@ General {
        # number of the software.  The string can be a regex string to match
        # more widely.  Usually the vendor version checking is not necessary
        # and can be omitted.  These can be overridden with ConnectionParams.
-       #version_protocol = "1.1";
-       #version_software = "1.3";
+       #version_protocol = "1.3";
+       #version_software = "2.0";
        #version_software_vendor = "SomeVendor";
 
        # Default keepalive frequency (seconds).  This can be overridden with
@@ -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 = "";