ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/doc/reference.conf
(Generate patch)

Comparing ircd-hybrid-7.2/etc/example.conf.in (file contents):
Revision 954 by michael, Sun Jul 26 22:14:38 2009 UTC vs.
Revision 967 by michael, Sun Aug 2 18:05:28 2009 UTC

# Line 1 | Line 1
1   /* doc/example.conf - ircd-hybrid-7 Example configuration file
2 < * Copyright (C) 2000-2006 Hybrid Development Team
2 > * Copyright (C) 2000-2009 Hybrid Development Team
3   *
4   * Written by ejb, wcampbel, db, leeh and others
5   * Other example configurations can be found in the source dir under
# Line 76 | Line 76 | serverinfo {
76  
77          /*
78           * vhost: the IP to bind to when we connect outward to ipv4 servers.
79 <         * This should be an ipv4 IP only, or "* for INADDR_ANY.
79 >         * This should be an ipv4 IP only, or "*" for INADDR_ANY.
80           */
81          #vhost = "192.169.0.1";
82  
83          /*
84           * vhost6: the IP to bind to when we connect outward to ipv6 servers.
85 <         * This should be an ipv6 IP only, or "* for INADDR_ANY.
85 >         * This should be an ipv6 IP only, or "*" for INADDR_ANY.
86           */
87          #vhost6 = "3ffe:80e8:546::2";
88  
# Line 124 | Line 124 | serverinfo {
124           *      E-mail: you@domain.com
125           */
126          #ssl_certificate_file = "/usr/local/ircd/etc/cert.pem";
127 +
128 +        /*
129 +         * ssl_server_protocol:
130 +         * SSL/TLS protocols we provide for incoming secure connections.
131 +         * This can be either sslv3 for SSLv3, and/or tlsv1 for TLSv1.
132 +         * SSLv2 is not suppported. This cannot be changed at runtime.
133 +         */
134 +        #ssl_server_protocol = sslv3, tlsv1;
135   };
136  
137   /*
# Line 845 | Line 853 | channel {
853           */
854          default_split_server_count = 0;
855  
856 <        /* split no create: disallow users creating channels on split. */
856 >        /* no_create_on_split: disallow users creating channels on split. */
857          no_create_on_split = yes;
858  
859 <        /* split: no join: disallow users joining channels at all on a split */
859 >        /* no_join_on_split: disallow users joining channels at all on a split. */
860          no_join_on_split = no;
861   };
862  
# Line 1178 | Line 1186 | general {
1186           *
1187           * +b - bots         - See bot and drone flooding notices
1188           * +c - cconn        - Client connection/quit notices
1189 <         * +C - cconn        - Client connection/quit notices full
1189 >         * +C - cconn_full   - Client connection/quit notices full
1190           * +D - deaf         - Don't receive channel messages
1191           * +d - debug        - See debugging notices
1192           * +f - full         - See I: line full notices
# Line 1302 | Line 1310 | modules {
1310          path = "@LIBDIR@/modules/autoload";
1311  
1312          /* module: the name of a module to load on startup/rehash */
1313 <        #module = "some_module.so";
1313 >        #module = "some_module.la";
1314   };

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)