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/trunk/doc/reference.conf (file contents):
Revision 2344 by michael, Wed Jul 3 12:58:28 2013 UTC vs.
Revision 2345 by michael, Wed Jul 3 18:17:39 2013 UTC

# Line 39 | Line 39
39   */
40   serverinfo {
41          /*
42 <         * name: the name of this server.  This cannot be changed at runtime.
42 >         * name: the name of this server. This cannot be changed at runtime.
43           */
44          name = "hades.arpa";
45  
46          /*
47 <         * sid: a server's unique ID.  This is three characters long and must
48 <         * be in the form [0-9][A-Z0-9][A-Z0-9].  The first character must be
47 >         * sid: a server's unique ID. This is three characters long and must
48 >         * be in the form [0-9][A-Z0-9][A-Z0-9]. The first character must be
49           * a digit, followed by 2 alpha-numerical letters.
50 +         *
51           * NOTE: The letters must be capitalized. This cannot be changed at runtime.
52           */
53          sid = "0HY";
# Line 320 | Line 321 | listen {
321           *
322           * Ports are separated by commas; a range may be specified using ".."
323           */
324 <        
324 >
325          /* port: listen on all available IP addresses, ports 6665 to 6669 */
326          port = 6665 .. 6669;
327  
# Line 407 | Line 408 | auth {
408           */
409          redirserv = "this.is.not.a.real.server";
410          redirport = 6667;
411 <        
411 >
412          user = "*.server";
413  
414          /* class: a class is required even though it is not used */
# Line 850 | Line 851 | channel {
851           *
852           * Either split users or split servers can activate splitmode, but
853           * both conditions must be met for the ircd to deactivate splitmode.
854 <         *
854 >         *
855           * You may force splitmode to be permanent by /quote set splitmode on
856           */
857  
# Line 1164 | Line 1165 | general {
1165          /* oper_pass_resv: allow opers to over-ride RESVs on nicks/channels. */
1166          oper_pass_resv = yes;
1167  
1168 <        /* REMOVE ME.  The following line checks that you have been reading. */
1168 >        /* REMOVE ME. The following line checks that you have been reading. */
1169          havent_read_conf = 1;
1170  
1171          /*
# Line 1186 | Line 1187 | general {
1187           * +G - softcallerid - Server Side Ignore for users not on your channels
1188           * +g - callerid     - Server Side Ignore (for privmsgs etc)
1189           * +H - hidden       - Hides operator status to other users
1190 <         * +i - invisible    - Not shown in NAMES or WHO unless you share a
1190 <         *                     a channel
1190 >         * +i - invisible    - Not shown in NAMES or WHO unless you share a channel
1191           * +j - rej          - See rejected client notices
1192           * +k - skill        - See server generated KILL messages
1193           * +l - locops       - See LOCOPS messages

Diff Legend

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