| 1 |
< |
/* doc/example.conf - ircd-hybrid-7 Example configuration file |
| 1 |
> |
/* doc/example.conf - ircd-hybrid-8 Example configuration file |
| 2 |
|
* Copyright (C) 2000-2012 Hybrid Development Team |
| 3 |
|
* |
| 4 |
|
* Written by ejb, wcampbel, db, leeh and others |
| 39 |
|
*/ |
| 40 |
|
|
| 41 |
|
/* |
| 42 |
< |
* serverinfo {}: contains information about the server. (OLD M:) |
| 42 |
> |
* serverinfo {}: contains information about the server |
| 43 |
|
*/ |
| 44 |
|
serverinfo { |
| 45 |
|
/* |
| 364 |
|
|
| 365 |
|
/* |
| 366 |
|
* user: the user@host required for this operator. Multiple |
| 367 |
< |
* user="" lines are supported. |
| 367 |
> |
* user="" lines are supported. |
| 368 |
|
*/ |
| 369 |
|
user = "*god@192.168.0.0/16"; |
| 370 |
|
user = "*@127.0.0.0/8"; |
| 514 |
|
* autoconn - controls whether we autoconnect to this server or not, |
| 515 |
|
* dependent on class limits. By default, this is disabled. |
| 516 |
|
* burst_away - This will send the /away string that users have set |
| 517 |
< |
* on the server burst. Note this can be a lot of data |
| 517 |
> |
* on the server burst. Note this can be a lot of data |
| 518 |
|
* and slow down your server burst. |
| 519 |
< |
* topicburst - Send topics to this server during channel burst. Works |
| 519 |
> |
* topicburst - Send topics to this server during channel burst. Works |
| 520 |
|
* only if the server we are connecting to is capable |
| 521 |
|
* of TBURST/TB. |
| 522 |
|
* ssl - Initiates a TLS/SSL connection. |
| 561 |
|
* type: list of what to share, options are as follows: |
| 562 |
|
* dline - share dlines |
| 563 |
|
* undline - share undlines |
| 564 |
< |
* kline - share klines |
| 565 |
< |
* unkline - share unklines |
| 566 |
< |
* xline - share xlines |
| 567 |
< |
* unxline - share unxlines |
| 568 |
< |
* resv - share resvs |
| 569 |
< |
* unresv - share unresvs |
| 570 |
< |
* locops - share locops |
| 571 |
< |
* all - share all of the above (default) |
| 564 |
> |
* kline - share klines |
| 565 |
> |
* unkline - share unklines |
| 566 |
> |
* xline - share xlines |
| 567 |
> |
* unxline - share unxlines |
| 568 |
> |
* resv - share resvs |
| 569 |
> |
* unresv - share unresvs |
| 570 |
> |
* locops - share locops |
| 571 |
> |
* all - share all of the above (default) |
| 572 |
|
*/ |
| 573 |
|
type = kline, unkline, locops, xline, resv; |
| 574 |
|
}; |
| 599 |
|
* type: list of what to share, options are as follows: |
| 600 |
|
* dline - allow oper/server to dline |
| 601 |
|
* undline - allow oper/server to undline |
| 602 |
< |
* kline - allow oper/server to kline |
| 603 |
< |
* unkline - allow oper/server to unkline |
| 604 |
< |
* xline - allow oper/server to xline |
| 605 |
< |
* unxline - allow oper/server to unxline |
| 606 |
< |
* resv - allow oper/server to resv |
| 607 |
< |
* unresv - allow oper/server to unresv |
| 602 |
> |
* kline - allow oper/server to kline |
| 603 |
> |
* unkline - allow oper/server to unkline |
| 604 |
> |
* xline - allow oper/server to xline |
| 605 |
> |
* unxline - allow oper/server to unxline |
| 606 |
> |
* resv - allow oper/server to resv |
| 607 |
> |
* unresv - allow oper/server to unresv |
| 608 |
|
* locops - allow oper/server to locops - only used for servers that cluster |
| 609 |
< |
* all - allow oper/server to do all of the above (default) |
| 609 |
> |
* all - allow oper/server to do all of the above (default) |
| 610 |
|
*/ |
| 611 |
|
type = kline, unkline, resv; |
| 612 |
|
}; |
| 1205 |
|
|
| 1206 |
|
/* |
| 1207 |
|
* action: action to take when a matching gline is found. options are: |
| 1208 |
< |
* reject - do not apply the gline locally |
| 1209 |
< |
* block - do not propagate the gline |
| 1208 |
> |
* reject - do not apply the gline locally |
| 1209 |
> |
* block - do not propagate the gline |
| 1210 |
|
*/ |
| 1211 |
|
action = reject, block; |
| 1212 |
|
|