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

Comparing ircd-hybrid-7.2/etc/example.conf.in (file contents):
Revision 958 by michael, Sun Jul 26 22:14:38 2009 UTC vs.
Revision 959 by michael, Fri Jul 31 14:42:09 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 845 | Line 845 | channel {
845           */
846          default_split_server_count = 0;
847  
848 <        /* split no create: disallow users creating channels on split. */
848 >        /* no_create_on_split: disallow users creating channels on split. */
849          no_create_on_split = yes;
850  
851 <        /* split: no join: disallow users joining channels at all on a split */
851 >        /* no_join_on_split: disallow users joining channels at all on a split. */
852          no_join_on_split = no;
853   };
854  
# Line 1178 | Line 1178 | general {
1178           *
1179           * +b - bots         - See bot and drone flooding notices
1180           * +c - cconn        - Client connection/quit notices
1181 <         * +C - cconn        - Client connection/quit notices full
1181 >         * +C - cconn_full   - Client connection/quit notices full
1182           * +D - deaf         - Don't receive channel messages
1183           * +d - debug        - See debugging notices
1184           * +f - full         - See I: line full notices
# Line 1302 | Line 1302 | modules {
1302          path = "@LIBDIR@/modules/autoload";
1303  
1304          /* module: the name of a module to load on startup/rehash */
1305 <        #module = "some_module.so";
1305 >        #module = "some_module.la";
1306   };

Diff Legend

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