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 2286 by michael, Tue Jun 18 19:23:54 2013 UTC vs.
Revision 2305 by michael, Wed Jun 19 19:41:30 2013 UTC

# Line 30 | Line 30
30   * Valid units of size:
31   *        megabyte/mbyte/mb, kilobyte/kbyte/kb, byte
32   *
33 < * Sizes and times may be singular or plural.  
34 < */
33 > * Sizes and times may be singular or plural.
34 > */
35  
36  
37   /*
# Line 341 | Line 341 | listen {
341          port = 6697;
342  
343          /*
344 <         * host: set a specific IP/host the ports after the line will listen
344 >         * host: set a specific IP/host the ports after the line will listen
345           * on. This may be ipv4 or ipv6.
346           */
347          host = "1.2.3.4";
# Line 509 | Line 509 | operator {
509          umodes = locops, servnotice, operwall, wallop;
510  
511          /*
512 <         * privileges: controls the activities and commands an oper is
512 >         * privileges: controls the activities and commands an oper is
513           * allowed to do on the server. All options default to no.
514           * Available options:
515           *
# Line 1020 | Line 1020 | general {
1020          default_floodcount = 10;
1021  
1022          /*
1023 <         * failed_oper_notice: send a notice to all opers on the server when
1023 >         * failed_oper_notice: send a notice to all opers on the server when
1024           * someone tries to OPER and uses the wrong password, host or ident.
1025           */
1026          failed_oper_notice = yes;
# Line 1070 | Line 1070 | general {
1070  
1071          /*
1072           * warn_no_nline: warn opers about servers that try to connect but
1073 <         * we don't have a connect {} block for. Twits with misconfigured
1073 >         * we don't have a connect {} block for. Twits with misconfigured
1074           * servers can get really annoying with this enabled.
1075           */
1076          warn_no_nline = yes;
# Line 1160 | Line 1160 | general {
1160          havent_read_conf = 1;
1161  
1162          /*
1163 <         * max_targets: the maximum amount of targets in a single
1163 >         * max_targets: the maximum amount of targets in a single
1164           * PRIVMSG/NOTICE. Set to 999 NOT 0 for unlimited.
1165           */
1166          max_targets = 4;

Diff Legend

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