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 3447 by michael, Thu May 1 18:45:57 2014 UTC vs.
Revision 3448 by michael, Thu May 1 18:51:24 2014 UTC

# Line 313 | Line 313 | motd {
313   */
314   listen {
315          /*
316 <         * port: the port to listen on. If no host is specified
317 <         * earlier in the listen {} block, it will listen on all available IPs.
316 >         * port: the port to listen on. If no host is specified earlier
317 >         * in the listen {} block, it will listen on all available IPs.
318           *
319           * Ports are separated by commas; a range may be specified using ".."
320           */
# Line 426 | Line 426 | operator {
426          name = "sheep";
427  
428          /*
429 <         * user: the user@host required for this operator. Multiple
430 <         * user lines are supported.
429 >         * user: the user@host required for this operator. Multiple user
430 >         * lines are permitted within each operator block.
431           */
432          user = "*sheep@192.168.0.0/16";
433          user = "*@127.0.0.0/8";
# Line 1100 | Line 1100 | general {
1100          stats_u_oper_only = no;
1101  
1102          /*
1103 <         * stats i oper only: make stats i (auth {}) oper only. Set to:
1103 >         * stats_i_oper only: make stats i (auth {}) oper only. Set to:
1104           *     yes    - show users no auth blocks, made oper only.
1105           *     masked - show users the first matching auth block
1106           *     no     - show users all auth blocks.

Diff Legend

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