]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - doc/reference.conf
ssl sync with http://hg.angelforce.ru/charybdis-old
[irc/rqf/shadowircd.git] / doc / reference.conf
index 4d96ae31eb10a056498c0aff6489f88c6bf4fa65..8096b9cd84092f5d8abfd851252e2cd25a655628 100755 (executable)
@@ -115,13 +115,22 @@ serverinfo {
         * This should be an ipv6 IP only.
         */
        #vhost6 = "3ffe:80e8:546::2";
-
-       /* max_clients: this should be set to the maximum amount of clients
-        * that the server should support. Note that you should leave some
-        * file descriptors free for log files, server connections, ident
-        * lookups (if enabled), exceed_limit clients, etc.
-        */
-       max_clients = 1024;
+       
+       /* ssl_private_key: our ssl private key */\r
+        ssl_private_key = "etc/test.key";\r
+\r
+       /* ssl_cert: certificate for our ssl server */\r
+        ssl_cert = "etc/test.cert";\r
+\r
+       /* ssl_dh_params: DH parameters, generate with openssl dhparam -out dh.pem 1024 */\r
+        ssl_dh_params = "etc/dh.pem";
+
+       /* default max clients: the default maximum number of clients\r
+        * allowed to connect.  This can be changed once ircd has started by\r
+        * issuing:\r
+        *   /quote set maxclients <limit>\r
+        */
+       default_max_clients = 1024;
 };
 
 /* admin {}: contains admin information about the server. (OLD A:) */
@@ -398,6 +407,7 @@ operator "god" {
         *               channels etc. see /quote help operspy
         * hidden_oper:  hides the oper from /stats p    (OLD UMODE +p) 
         * remoteban:    allows remote kline etc [DEFAULT]
+        * mass_notice:  allows sending wallops and mass notices [DEFAULT]
          */
        flags = global_kill, remote, kline, unkline, gline,
                die, rehash, admin, xline, operwall;
@@ -764,11 +774,13 @@ alias "MS" {
  */
 general {
        /* hide error messages: defines whether error messages from
-        * servers are hidden or not.  These can sometimes contain IPs and
-        * can have an adverse effect on server ip hiding.  Set to:
+        * servers that are not deemed fully safe are hidden or not.
+        * These can sometimes contain IPs and can have an adverse
+        * effect on server ip hiding.  Set to:
         *   yes:   hide from opers and admin
         *   opers: hide from opers only
         *   no:    do not hide error messages
+        * Admins on other servers count as opers.
         */
        hide_error_messages = opers;
 
@@ -1023,11 +1035,6 @@ general {
         */
        gline_min_cidr = 16;
 
-       /* idletime: the maximum amount of time a user may idle before
-        * they are disconnected
-        */
-        idletime = 0;
-
        /* REMOVE ME.  The following line checks you've been reading. */
        havent_read_conf = yes;