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-8/doc/example.conf (file contents):
Revision 1412 by michael, Sat May 19 18:39:17 2012 UTC vs.
Revision 1441 by michael, Wed Jun 20 19:05:27 2012 UTC

# Line 235 | Line 235 | class {
235          ping_time = 90 seconds;
236          number_per_ip = 10;
237          max_number = 100;
238 <        sendq = 100kbytes;
238 >        sendq = 100 kbytes;
239   };
240  
241   class {
# Line 422 | Line 422 | operator {
422           * +C - cconn_full   - Client connection/quit notices full
423           * +D - deaf         - Don't receive channel messages
424           * +d - debug        - See debugging notices
425 <         * +f - full         - See I: line full notices
425 >         * +f - full         - See auth{} block full notices
426           * +G - softcallerid - Server Side Ignore for users not on your channels
427           * +g - callerid     - Server Side Ignore (for privmsgs etc)
428           * +H - hidden       - Hides operator status to other users
# Line 446 | Line 446 | operator {
446           * allowed to do on the server. All options default to no.
447           * Available options:
448           *
449 <         * module       - allows MODLIST, MODRESTART, MODLOAD, MODUNLOAD
449 >         * module       - allows MODULE
450           * global_kill  - allows remote users to be /KILL'd
451           * remote       - allows remote SQUIT and CONNECT
452           * remoteban    - allows remote KLINE/UNKLINE
# Line 729 | Line 729 | channel {
729           *   3 | mirc color
730           *  15 | plain text
731           *  22 | reverse
732 +         *  29 | italic
733           *  31 | underline
734           * 160 | non-breaking space
735           */
# Line 782 | Line 783 | channel {
783           */
784          max_chans_per_user = 25;
785  
786 +        /*
787 +         * max_chans_per_oper: The maximum number of channels an oper can
788 +         * join/be on.
789 +         */
790 +        max_chans_per_oper = 50;
791 +
792          /* quiet_on_ban: stop banned people talking in channels. */
793          quiet_on_ban = yes;
794  
# Line 1137 | Line 1144 | general {
1144           * +C - cconn_full   - Client connection/quit notices full
1145           * +D - deaf         - Don't receive channel messages
1146           * +d - debug        - See debugging notices
1147 <         * +f - full         - See I: line full notices
1147 >         * +f - full         - See auth{} block full notices
1148           * +G - softcallerid - Server Side Ignore for users not on your channels
1149           * +g - callerid     - Server Side Ignore (for privmsgs etc)
1150           * +H - hidden       - Hides operator status to other users
# Line 1229 | Line 1236 | glines {
1236   modules {
1237          /*
1238           * path: other paths to search for modules specified below
1239 <         * and in /modload.
1239 >         * and in "/module load".
1240           */
1241          path = "/usr/local/ircd/lib/ircd-hybrid/modules";
1242          path = "/usr/local/ircd/lib/ircd-hybrid/modules/autoload";

Diff Legend

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