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 4314 by michael, Thu Jul 31 18:53:31 2014 UTC vs.
Revision 4393 by michael, Sun Aug 3 18:23:58 2014 UTC

# Line 390 | Line 390 | auth {
390          class = "opers";
391  
392          /*
393 <         * need_password - don't allow users who haven't supplied the correct
393 >         * need_password - don't allow users who haven't supplied the correct  | ('&' prefix on /stats I if disabled)
394           *                 password to connect using another auth {} block
395 <         *                 ('&' prefix on /stats I if disabled)
396 <         * need_ident    - require the user to have identd to connect ('+' prefix on /stats I)
395 >         * need_ident    - require the user to have identd to connect          | ('+' prefix on /stats I)
396           * spoof_notice  - enable spoofing notification to admins
397 <         * exceed_limit  - allow a user to exceed class limits ('>' prefix on /stats I)
398 <         * kline_exempt  - exempt this user from k/glines ('^' prefix on /stats I)
399 <         * gline_exempt  - exempt this user from glines ('_' prefix on /stats I)
400 <         * resv_exempt   - exempt this user from resvs ('$' prefix on /stats I)
401 <         * no_tilde      - remove ~ from a user with no ident ('-' prefix on /stats I)
402 <         * can_flood     - allow this user to exceed flood limits ('|' prefix on /stats I)
403 <         * webirc        - enables WEBIRC authentication for web-based clients such as Mibbit
404 <         *                 ('<' prefix on /stats I)
397 >         * exceed_limit  - allow a user to exceed class limits                 | ('>' prefix on /stats I)
398 >         * kline_exempt  - exempt this user from k/glines                      | ('^' prefix on /stats I)
399 >         * gline_exempt  - exempt this user from glines                        | ('_' prefix on /stats I)
400 >         * resv_exempt   - exempt this user from resvs                         | ('$' prefix on /stats I)
401 >         * no_tilde      - remove ~ from a user with no ident                  | ('-' prefix on /stats I)
402 >         * can_flood     - allow this user to exceed flood limits              | ('|' prefix on /stats I)
403 >         * webirc        - enables WEBIRC authentication for web-based         | ('<' prefix on /stats I)
404 >         *                 clients such as Mibbit
405           */
406          flags = need_password, spoof_notice, exceed_limit, kline_exempt,
407                  gline_exempt, resv_exempt, no_tilde, can_flood;

Diff Legend

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