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/branches/8.2.x/doc/reference.conf (file contents):
Revision 3882 by michael, Fri Jun 6 15:42:52 2014 UTC vs.
Revision 3883 by michael, Fri Jun 6 17:10:09 2014 UTC

# Line 10 | Line 10
10   * ########################################################################
11   * IMPORTANT NOTE:
12   *
13 < * auth {} blocks MUST be specified in order of precedence.  The first one
14 < * that matches a user will be used.  So place spoofs first, then specials,
13 > * auth {} blocks MUST be specified in order of precedence. The first one
14 > * that matches a user will be used. So place spoofs first, then specials,
15   * then general access.
16   * ########################################################################
17   *
# Line 957 | Line 957 | general {
957          services_name = "service.someserver";
958  
959          /* max_watch: maximum WATCH entries a client can have. */
960 <        max_watch = 50;
960 >        max_watch = 30;
961 >
962 >        /* max_accept: maximum allowed /accept's for +g usermode. */
963 >        max_accept = 30;
964  
965          /* gline_enable: enable glines (network-wide temporary klines). */
966          gline_enable = yes;
# Line 1060 | Line 1063 | general {
1063           */
1064          min_nonwildcard_simple = 3;
1065  
1063        /* max_accept: maximum allowed /accept's for +g usermode. */
1064        max_accept = 50;
1065
1066          /* anti_nick_flood: enable the nickflood control code. */
1067          anti_nick_flood = yes;
1068  
# Line 1077 | Line 1077 | general {
1077          anti_spam_exit_message_time = 5 minutes;
1078  
1079          /*
1080 <         * ts delta: the time delta allowed between server clocks before
1081 <         * a warning is given, or before the link is dropped. All servers
1082 <         * should run ntpdate/rdate to keep clocks in sync
1080 >         * ts_warn_delta, ts_max_delta: the time delta allowed between server
1081 >         * clocks before a warning is given, or before the link is dropped.
1082 >         * All servers should run ntpdate/rdate to keep clocks in sync
1083           */
1084          ts_warn_delta = 10 seconds;
1085          ts_max_delta = 2 minutes;
# Line 1099 | Line 1099 | general {
1099           */
1100          stats_e_disabled = no;
1101  
1102 <        /* stats_o_oper only: make stats o (opers) oper only */
1102 >        /* stats_o_oper_only: make stats o (opers) oper only */
1103          stats_o_oper_only = yes;
1104  
1105          /* stats_P_oper_only: make stats P (ports) oper only */

Diff Legend

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