| 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 |
|
* |
| 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; |
| 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 |
|
|
| 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; |
| 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 */ |