ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid-8/doc/example.efnet.conf
(Generate patch)

Comparing ircd-hybrid-7.2/etc/example.efnet.conf (file contents):
Revision 583 by michael, Sun May 7 12:58:29 2006 UTC vs.
Revision 584 by michael, Sun May 7 15:26:45 2006 UTC

# Line 1 | Line 1
1 < /* doc/example.conf - ircd-hybrid-7 EFnet Example configuration file
1 > /* doc/example.efnet.conf - ircd-hybrid-7 EFnet Example configuration file
2   * Copyright (C) 2000-2006 Hybrid Development Team
3   *
4   * Written by ejb, wcampbel, db, leeh and others
# Line 691 | Line 691 | deny {
691   /*
692   * exempt {}: IPs that are exempt from deny {} and Dlines. (OLD d:)
693   *
694 < * EFnet Note: exempt {} blocks are NOT hidden, so do NOT exempt
695 < *             EFnet server IPs.
694 > * EFnet Note: We really suggest to enable general::stats_e_disabled
695 > * if you plan to exempt EFnet server IPs you don't want to show to
696 > * other operators and/or administrators through "STATS e".
697   */
698   exempt {
699          ip = "192.168.0.0/16";
# Line 1073 | Line 1074 | general {
1074           */
1075          warn_no_nline = yes;
1076  
1077 +        /*
1078 +         * stats_e_disabled: set this to 'yes' to disable "STATS e" for both
1079 +         * operators and administrators.  Doing so is a good idea in case
1080 +         * there are any exempted (exempt{}) server IPs you don't want to
1081 +         * see leaked.
1082 +         */
1083 +        stats_e_disabled = no;
1084 +
1085          /* stats_o_oper only: make stats o (opers) oper only */
1086          stats_o_oper_only = yes;
1087  
# Line 1245 | Line 1254 | general {
1254           * the same ip.  exempt {} blocks are excluded from this throttling.
1255           * Offers protection against flooders who reconnect quickly.  
1256           * Set to 0 to disable.
1248         *
1249         * EFnet Note: exempt {} blocks are NOT hidden, so do NOT exempt
1250         *             EFnet server IP's.
1257           */
1258          throttle_time = 0;
1259   };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines