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-8/doc/example.efnet.conf (file contents):
Revision 1334 by michael, Sun Apr 1 16:35:53 2012 UTC vs.
Revision 1336 by michael, Sun Apr 1 18:23:29 2012 UTC

# Line 1 | Line 1
1 < /* doc/example.efnet.conf - ircd-hybrid-7 EFnet Example configuration file
1 > /* doc/example.efnet.conf - ircd-hybrid-8 EFnet Example configuration file
2   * Copyright (C) 2000-2012 Hybrid Development Team
3   *
4   * Written by ejb, wcampbel, db, leeh and others
# Line 458 | Line 458 | operator {
458           * remoteban    - allows remote KLINE/UNKLINE
459           * dline        - allows DLINE
460           * undline      - allows UNDLINE
461 <         * kline        - allows KILL, and KLINE
461 >         * kline        - allows KILL and KLINE
462           * unkline      - allows UNKLINE
463           * gline        - allows GLINE
464           * xline        - allows XLINE
# Line 579 | Line 579 | cluster {
579           * type: list of what to share, options are as follows:
580           *      dline   - share dlines
581           *      undline - share undlines
582 <         *      kline   - share klines
583 <         *      unkline - share unklines
584 <         *      xline   - share xlines
585 <         *      unxline - share unxlines
586 <         *      resv    - share resvs
587 <         *      unresv  - share unresvs
588 <         *      locops  - share locops
589 <         *      all     - share all of the above (default)
582 >         *      kline   - share klines
583 >         *      unkline - share unklines
584 >         *      xline   - share xlines
585 >         *      unxline - share unxlines
586 >         *      resv    - share resvs
587 >         *      unresv  - share unresvs
588 >         *      locops  - share locops
589 >         *      all     - share all of the above (default)
590           */
591          type = kline, unkline, locops, xline, resv;
592   };
# Line 617 | Line 617 | shared {
617           * type: list of what to share, options are as follows:
618           *      dline   - allow oper/server to dline
619           *      undline - allow oper/server to undline
620 <         *      kline   - allow oper/server to kline
621 <         *      unkline - allow oper/server to unkline
622 <         *      xline   - allow oper/server to xline
623 <         *      unxline - allow oper/server to unxline
624 <         *      resv    - allow oper/server to resv
625 <         *      unresv  - allow oper/server to unresv
626 <         *      locops  - allow oper/server to locops - only used for servers that cluster
627 <         *      all     - allow oper/server to do all of the above (default)
620 >         *      kline   - allow oper/server to kline
621 >         *      unkline - allow oper/server to unkline
622 >         *      xline   - allow oper/server to xline
623 >         *      unxline - allow oper/server to unxline
624 >         *      resv    - allow oper/server to resv
625 >         *      unresv  - allow oper/server to unresv
626 >         *      locops  - allow oper/server to locops - only used for servers that cluster
627 >         *      all     - allow oper/server to do all of the above (default)
628           */
629          type = kline, unkline, resv;
630   };
# Line 1251 | Line 1251 | glines {
1251  
1252          /*
1253           * action: action to take when a matching gline is found. options are:
1254 <         *  reject      - do not apply the gline locally
1255 <         *  block       - do not propagate the gline
1254 >         *  reject - do not apply the gline locally
1255 >         *  block  - do not propagate the gline
1256           */
1257          action = reject, block;
1258  

Diff Legend

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