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 1832 by michael, Fri Apr 19 19:16:09 2013 UTC vs.
Revision 1851 by michael, Wed Apr 24 18:31:06 2013 UTC

# Line 371 | Line 371 | auth {
371           * resv_exempt   - exempt this user from resvs ('$' prefix on /stats I)
372           * no_tilde      - remove ~ from a user with no ident ('-' prefix on /stats I)
373           * can_flood     - allow this user to exceed flood limits ('|' prefix on /stats I)
374 <         * webirc        - enables WEBIRC authentication for web-based clients such as Mibbit
374 >         * webirc        - enables WEBIRC authentication for web-based clients such as Mibbit
375           *                 ('<' prefix on /stats I)
376           */
377          flags = need_password, spoof_notice, exceed_limit, kline_exempt,
# Line 862 | Line 862 | serverhide {
862           */
863          hide_servers = no;
864  
865 +
866 +        /*
867 +         * hide_services: define this if you want to hide the location of
868 +         * services servers thar are specified service{} block.
869 +         */
870 +        hide_services = no;
871 +
872          /*
873           * Use this as the servername users see if hide_servers = yes.
874           */

Diff Legend

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