]> jfr.im git - solanum.git/blame - doc/reference.conf
[sslproc] Use certificate file if key file is not present
[solanum.git] / doc / reference.conf
CommitLineData
212380e3
AC
1/* doc/reference.conf - charybdis Example configuration file
2 *
3 * Copyright (C) 2000-2002 Hybrid Development Team
4 * Copyright (C) 2002-2005 ircd-ratbox development team
5 * Copyright (C) 2005-2006 charybdis development team
6 *
7 * Written by ejb, wcampbel, db, leeh and others
8 *
212380e3
AC
9 */
10
11/* IMPORTANT NOTES:
12 *
13 * class {} blocks MUST be specified before anything that uses them. That
14 * means they must be defined before auth {} and before connect {}.
15 *
16 * auth {} blocks MUST be specified in order of precedence. The first one
17 * that matches a user will be used. So place spoofs first, then specials,
18 * then general access, then restricted.
19 *
da77b103
JT
20 * privset {} blocks MUST be specified before anything that uses them. That
21 * means they must be defined before operator {}.
22 *
212380e3
AC
23 * Both shell style (#) and C style comments are supported.
24 *
25 * Files may be included by either:
26 * .include "filename"
27 * .include <filename>
28 *
29 * Times/durations are written as:
30 * 12 hours 30 minutes 1 second
5c0df0e7 31 *
212380e3
AC
32 * Valid units of time:
33 * month, week, day, hour, minute, second
34 *
35 * Valid units of size:
36 * megabyte/mbyte/mb, kilobyte/kbyte/kb, byte
37 *
5c0df0e7
MU
38 * Sizes and times may be singular or plural.
39 */
212380e3
AC
40
41/* Extensions:
42 *
43 * Charybdis contains several extensions that are not enabled by default.
44 * To use them, uncomment the lines below.
45 *
9abdcf1c
EM
46 * Channel mode +-A (admin only) -- chm_adminonly
47 * Channel mode +-O (oper only) -- chm_operonly
48 * Channel mode +-S (ssl only) -- chm_sslonly
49 * Emulates channel mode +-O (oper only) (+-iI $o) -- chm_operonly_compat
50 * Emulates channel mode +-R (quiet unreg) (+-q $~a) -- chm_quietunreg_compat
51 * Emulates channel mode +-S (ssl only) (+-b $~z) -- chm_sslonly_compat
52 * Channel mode +-M (disallow KICK on IRC ops) -- chm_operpeace
53 * Restrict channel creation to logged in users -- createauthonly
54 * Account bans (+b $a[:mask]) -- extb_account
55 * Banned from another channel (+b $j:mask) -- extb_canjoin
56 * Other-channel bans (+b $c:mask) -- extb_channel
57 * Combination extbans -- extb_combi
58 * Extended ban (+b $x:mask) -- extb_extgecos
59 * Hostmask bans (for combination extbans) -- extb_hostmask
60 * Oper bans (+b $o) -- extb_oper
61 * Realname (gecos) bans (+b $r:mask) -- extb_realname
62 * Server bans (+b $s:mask) -- extb_server
63 * SSL bans (+b $z) -- extb_ssl
6c5fa2f6 64 * User mode bans (+b $u:modes) -- extb_usermode
9abdcf1c
EM
65 * Helpops system (umode +H) -- helpops
66 * HURT system -- hurt
67 * New host mangling (umode +x) -- ip_cloaking_4.0
68 * Old host mangling (umode +h) -- ip_cloaking
69 * Dynamically extend channel limits -- m_extendchans
70 * Find channel forwards -- m_findforwards
71 * /identify support -- m_identify
0ed0a9fe 72 * /locops support -- m_locops
9abdcf1c
EM
73 * Opers cannot be invisible (umode +i) -- no_oper_invis
74 * Far connection notices (snomask +F) -- sno_farconnect
75 * Remote k/d/x line active notices -- sno_globalkline
76 * Remote oper up notices -- sno_globaloper
77 * Global nick-change notices -- sno_globalnickchange
78 * /whois notifications (snomask +W) -- sno_whois
79 * Oper-override (modehacking only) -- override
80 * Stop services kills -- no_kill_services
212380e3 81 */
9abdcf1c
EM
82#loadmodule "extensions/chm_adminonly";
83#loadmodule "extensions/chm_operonly";
84#loadmodule "extensions/chm_sslonly";
85#loadmodule "extensions/chm_operonly_compat";
86#loadmodule "extensions/chm_quietunreg_compat";
87#loadmodule "extensions/chm_sslonly_compat";
88#loadmodule "extensions/chm_operpeace";
89#loadmodule "extensions/createauthonly";
90#loadmodule "extensions/extb_account";
91#loadmodule "extensions/extb_canjoin";
92#loadmodule "extensions/extb_channel";
93#loadmodule "extensions/extb_combi";
94#loadmodule "extensions/extb_extgecos";
95#loadmodule "extensions/extb_hostmask";
96#loadmodule "extensions/extb_oper";
97#loadmodule "extensions/extb_realname";
98#loadmodule "extensions/extb_server";
99#loadmodule "extensions/extb_ssl";
ed2efe76 100#loadmodule "extensions/extb_usermode";
9abdcf1c
EM
101#loadmodule "extensions/helpops";
102#loadmodule "extensions/hurt";
103#loadmodule "extensions/ip_cloaking_4.0";
104#loadmodule "extensions/ip_cloaking";
105#loadmodule "extensions/m_extendchans";
106#loadmodule "extensions/m_findforwards";
107#loadmodule "extensions/m_identify";
0ed0a9fe 108#loadmodule "extensions/m_locops";
9abdcf1c
EM
109#loadmodule "extensions/no_oper_invis";
110#loadmodule "extensions/sno_farconnect";
111#loadmodule "extensions/sno_globalkline";
112#loadmodule "extensions/sno_globalnickchange";
113#loadmodule "extensions/sno_globaloper";
114#loadmodule "extensions/sno_whois";
115#loadmodule "extensions/override";
116#loadmodule "extensions/no_kill_services";
15d7a311 117
212380e3
AC
118/* serverinfo {}: Contains information about the server. (OLD M:) */
119serverinfo {
120 /* name: the name of our server */
121 name = "hades.arpa";
122
212380e3
AC
123 /* sid: the unique server id of our server. This must be three
124 * characters long. The first character must be a digit [0-9], the
125 * remaining two chars may be letters [A-Z] or digits [0-9].
126 *
cda8e9b8 127 * This parameter must be specified for the server to start.
212380e3
AC
128 */
129 sid = "42X";
130
131 /* description: the description of our server. '[' and ']' may not
132 * be used here for compatibility with older servers.
133 */
134 description = "charybdis test server";
135
136 /* network info: the name and description of the network this server
137 * is on. Shown in the 005 reply and used with serverhiding.
138 */
139 network_name = "MyNet";
212380e3 140
212380e3
AC
141 /* vhost: the IP to bind to when we connect outward to ipv4 servers.
142 * This should be an ipv4 IP only.
143 */
cba8bbc3 144 #vhost = "192.0.2.6";
212380e3
AC
145
146 /* vhost6: the IP to bind to when we connect outward to ipv6 servers.
147 * This should be an ipv6 IP only.
148 */
cba8bbc3 149 #vhost6 = "2001:db7:2::6";
5c0df0e7 150
b8730cbf 151 /* ssl_private_key: our ssl private key */
f1e5a317 152 ssl_private_key = "etc/ssl.key";
b8730cbf
VY
153
154 /* ssl_cert: certificate for our ssl server */
b3c4dfd7 155 ssl_cert = "etc/ssl.pem";
b8730cbf
VY
156
157 /* ssl_dh_params: DH parameters, generate with openssl dhparam -out dh.pem 1024 */
158 ssl_dh_params = "etc/dh.pem";
159
c1725bda
AC
160 /* ssl_cipher_list: A list of ciphers, dependent on your TLS backend */
161 #ssl_cipher_list = "EECDH+HIGH:EDH+HIGH:HIGH:!aNULL";
162
fa1a7bef
JT
163 /* ssld_count: number of ssld processes you want to start, if you
164 * have a really busy server, using N-1 where N is the number of
165 * cpu/cpu cores you have might be useful. A number greater than one
166 * can also be useful in case of bugs in ssld and because ssld needs
167 * two file descriptors per SSL connection.
b8730cbf
VY
168 */
169 ssld_count = 1;
170
171 /* default max clients: the default maximum number of clients
172 * allowed to connect. This can be changed once ircd has started by
173 * issuing:
174 * /quote set maxclients <limit>
c2d96fcb 175 */
101db4c4 176 default_max_clients = 1024;
b583faf9 177
b225bf93
JT
178 /* nicklen: enforced nickname length (for this server only; must not
179 * be longer than the maximum length set while building).
180 */
b583faf9 181 nicklen = 30;
212380e3
AC
182};
183
184/* admin {}: contains admin information about the server. (OLD A:) */
185admin {
186 name = "Smurf target";
187 description = "Main Server Administrator";
188 email = "<syn@packets.r.us>";
189};
190
191/* log {}: contains information about logfiles. */
192log {
193 /* logfiles: the logfiles to use for specific activity. if these
194 * paths are defined, then ircd will log to them, otherwise it wont.
195 *
196 * The confs are, in order:
197 * - userlog: user exits
198 * - fuserlog: failed user connections
199 * - operlog: /oper usage
200 * - foperlog: failed /oper usage
201 * - serverlog: server connects/disconnects
212380e3
AC
202 * - klinelog: klines, etc
203 * - killlog: kills
204 * - operspylog: operspy usage
205 * - ioerrorlog: IO errors
206 */
207 fname_userlog = "logs/userlog";
208 #fname_fuserlog = "logs/fuserlog";
209 fname_operlog = "logs/operlog";
210 #fname_foperlog = "logs/foperlog";
211 fname_serverlog = "logs/serverlog";
212380e3
AC
212 #fname_klinelog = "logs/klinelog";
213 fname_killlog = "logs/killlog";
214 fname_operspylog = "logs/operspylog";
215 #fname_ioerrorlog = "logs/ioerror";
216};
217
218/* class {}: contain information about classes for users (OLD Y:) */
219class "users" {
220 /* class name must go above */
221
222 /* ping time: how often a client must reply to a PING from the
223 * server before they are dropped.
224 */
225 ping_time = 2 minutes;
226
da1b891f
KB
227 /* number per ident: the number of users per user@host networkwide
228 * allowed to connect. Unidented connections are classified as
229 * the same ident.
230 */
231 number_per_ident = 2;
212380e3
AC
232
233 /* number per ip: the number of local users per host allowed */
234 number_per_ip = 3;
235
da1b891f
KB
236 /* number per ip global: the number of network wide connections
237 * per host allowed for a user, including connections to the
238 * local server.
239 */
240 number_per_ip_global = 5;
212380e3 241
bc7c44dc
JT
242 /* cidr_ipv4_bitlen: Limits numbers of connections from a subnet size
243 */
244 cidr_ipv4_bitlen = 24;
245
246 /* cidr_ipv6_bitlen: Limits numbers of connections from a subnet size
212380e3
AC
247 * the following example makes the subnet /64 this is useful
248 * for IPv6 connections in particular
212380e3 249 */
bc7c44dc 250 cidr_ipv6_bitlen = 64;
212380e3 251
5c0df0e7 252 /* number_per_cidr: Number of connections to allow from a subnet of the
bc7c44dc
JT
253 * size given in cidr_ipv4_bitlen/cidr_ipv6_bitlen.
254 * 4 seems to be a good default to me.
212380e3
AC
255 */
256 number_per_cidr = 4;
257
258 /* max number: the maximum number of users allowed in this class */
259 max_number = 100;
260
261 /* sendq: the amount of data allowed in a clients queue before
262 * they are dropped.
263 */
264 sendq = 100 kbytes;
265};
266
267class "restricted" {
268 ping_time = 1 minute 30 seconds;
269 number_per_ip = 1;
270 max_number = 100;
271 sendq = 60kb;
272};
273
274class "opers" {
275 ping_time = 5 minutes;
276 number_per_ip = 10;
277 max_number = 100;
278 sendq = 100kbytes;
279};
280
281class "server" {
282 ping_time = 5 minutes;
283
284 /* connectfreq: only used in server classes. specifies the delay
285 * between autoconnecting to servers.
286 */
287 connectfreq = 5 minutes;
288
2b121c81
JT
289 /* max number: the amount of servers to autoconnect to. if the number
290 * of servers in the class is or exceeds this, no more servers in the
291 * class are autoconnected. oper initiated connects are unaffected.
292 * this should usually be set to either 0 or 1. (autoconnecting from
293 * hubs to leaves may cause leaves to function as hubs by having
294 * multiple servers connected to them.)
295 */
212380e3
AC
296 max_number = 1;
297
298 /* sendq: servers need a higher sendq as they are sent more data */
3bb3dcf7 299 sendq = 2 megabytes;
212380e3
AC
300};
301
302/* listen {}: contain information about the ports ircd listens on (OLD P:) */
303listen {
02270e96
AC
304 /* defer_accept: wait for clients to send IRC handshake data before
305 * accepting them. if you intend to use software which depends on the
306 * server replying first, such as BOPM, you should disable this feature.
307 * otherwise, you probably want to leave it on.
308 */
309 defer_accept = yes;
310
212380e3
AC
311 /* port: the specific port to listen on. if no host is specified
312 * before, it will listen on all available IPs.
313 *
5c0df0e7 314 * sslport: the specific port to listen ssl connections on. if no
b8730cbf
VY
315 * host is specified before, it will listen on all available IPs.
316 *
212380e3
AC
317 * ports are seperated via a comma, a range may be specified using ".."
318 */
5c0df0e7 319
212380e3
AC
320 /* port: listen on all available IPs, ports 5000 and 6665 to 6669 */
321 port = 5000, 6665 .. 6669;
5c0df0e7 322
b8730cbf
VY
323 /* sslport: listen for ssl connections on all available IPs, port 9999 */
324 sslport = 9999;
212380e3 325
5c0df0e7 326 /* host: set a specific IP/host the ports after the line will listen
212380e3
AC
327 * on. This may be ipv4 or ipv6.
328 */
cba8bbc3 329 host = "192.0.2.6";
212380e3 330 port = 7000, 7001;
b8730cbf 331 sslport = 9000, 9001;
212380e3 332
cba8bbc3 333 host = "2001:db8:2::6";
da1b891f
KB
334 port = 7002;
335 sslport = 9002;
212380e3
AC
336};
337
338/* auth {}: allow users to connect to the ircd (OLD I:) */
339auth {
b0dc8e03
JT
340 /* user: the user@host allowed to connect. Multiple IPv4/IPv6 user
341 * lines are permitted per auth block. This is matched against the
342 * hostname and IP address (using :: shortening for IPv6 and
343 * prepending a 0 if it starts with a colon) and can also use CIDR
344 * masks.
212380e3 345 */
cba8bbc3
JT
346 user = "*@198.51.100.0/24";
347 user = "*test@2001:db8:1:*";
212380e3 348
f9bb3e0d
CM
349 /* auth_user: This allows specifying a username:password instead of
350 * just a password in PASS, so that a fixed user@host is not
351 * necessary for a specific auth{} block.
352 */
353 #auth_user = "SomeUser";
354
212380e3
AC
355 /* password: an optional password that is required to use this block.
356 * By default this is not encrypted, specify the flag "encrypted" in
357 * flags = ...; below if it is.
358 */
359 password = "letmein";
5c0df0e7 360
212380e3
AC
361 /* spoof: fake the users user@host to be be this. You may either
362 * specify a host or a user@host to spoof to. This is free-form,
363 * just do everyone a favour and dont abuse it. (OLD I: = flag)
364 */
da1b891f 365 spoof = "I.still.hate.packets";
212380e3
AC
366
367 /* Possible flags in auth:
5c0df0e7 368 *
212380e3
AC
369 * encrypted | password is encrypted with mkpasswd
370 * spoof_notice | give a notice when spoofing hosts
371 * exceed_limit (old > flag) | allow user to exceed class user limits
81a05933
EM
372 * kline_exempt (old ^ flag) | exempt this user from k/g/xlines,
373 * | dnsbls, and proxies
212380e3 374 * dnsbl_exempt | exempt this user from dnsbls
81a05933 375 * proxy_exempt | exempt this user from proxies
212380e3
AC
376 * spambot_exempt | exempt this user from spambot checks
377 * shide_exempt | exempt this user from serverhiding
378 * jupe_exempt | exempt this user from generating
379 * warnings joining juped channels
380 * resv_exempt | exempt this user from resvs
da1b891f
KB
381 * flood_exempt | exempt this user from flood limits
382 * USE WITH CAUTION.
212380e3
AC
383 * no_tilde (old - flag) | don't prefix ~ to username if no ident
384 * need_ident (old + flag) | require ident for user in this class
b1594414 385 * need_ssl | require SSL/TLS for user in this class
212380e3 386 * need_sasl | require SASL id for user in this class
a4721f5e 387 * extend_chans | allow this user to join more channels than normal
212380e3
AC
388 */
389 flags = kline_exempt, exceed_limit;
5c0df0e7 390
212380e3
AC
391 /* class: the class the user is placed in */
392 class = "opers";
393};
394
395auth {
396 /* redirect: the server and port to redirect a user to. A user does
397 * not have to obey the redirection, the ircd just suggests to them
398 * an alternative server.
399 */
cba8bbc3 400 redirserv = "irc.example.net";
212380e3 401 redirport = 6667;
5c0df0e7 402
cba8bbc3 403 user = "*.example.com";
212380e3
AC
404
405 /* class: a class is required even though it is not used */
406 class = "users";
407};
408
409auth {
410 user = "*@*";
411 class = "users";
212380e3
AC
412};
413
da77b103
JT
414/* privset{}: defines operator privilege sets. */
415privset "local_op" {
416 /* privs: controls the activities and commands an oper is
417 * allowed to do on the server
418 *
419 * Available options:
420 *
421 * oper:local_kill: allows local users to be /KILL'd
422 * oper:global_kill: allows local and remote users to be /KILL'd
3eae266c 423 * oper:routing: allows remote SQUIT and CONNECT
da77b103
JT
424 * oper:kline: allows KLINE and DLINE
425 * oper:unkline: allows UNKLINE and UNDLINE
426 * snomask:nick_changes: allows oper to see nickchanges via snomask +n
427 * oper:rehash: allows oper to REHASH config
428 * oper:die: allows DIE and RESTART
429 * oper:admin: gives admin privileges. admins
430 * may (un)load modules and see various
431 * additional information.
432 * oper:hidden_admin: gives admin privileges except
433 * will not have the admin lines in
434 * whois.
435 * oper:xline: allows use of /quote xline/unxline
436 * oper:resv: allows /quote resv/unresv and cmode +LP
437 * oper:operwall: allows the oper to send/receive operwalls
438 * oper:spy: allows 'operspy' features to see through +s
439 * channels etc. see /quote help operspy
440 * oper:hidden: hides the oper from /stats p
441 * oper:remoteban: allows remote kline etc
442 * oper:mass_notice: allows sending wallops and mass notices
fe749d37 443 * oper:grant: allows using the GRANT command
da77b103
JT
444 */
445 privs = oper:local_kill, oper:operwall;
446};
447
448privset "server_bot" {
449 /* extends: a privset to inherit in this privset */
450 extends = "local_op";
d9e7ca49 451 privs = oper:kline, oper:remoteban, snomask:nick_changes;
da77b103
JT
452};
453
454privset "global_op" {
455 extends = "local_op";
456 privs = oper:global_kill, oper:routing, oper:kline, oper:unkline, oper:xline,
457 oper:resv, oper:mass_notice, oper:remoteban;
458};
459
460privset "admin" {
461 extends = "global_op";
fe749d37 462 privs = oper:admin, oper:die, oper:rehash, oper:spy, oper:grant;
da77b103
JT
463};
464
465/* operator {}: defines ircd operators. (OLD O:) */
212380e3
AC
466operator "god" {
467 /* name: the name of the oper must go above */
468
469 /* user: the user@host required for this operator. CIDR *is*
470 * supported now. auth{} spoofs work here, other spoofs do not.
da1b891f 471 * multiple user="" lines are supported.
212380e3
AC
472 */
473 user = "*god@*";
474 user = "*@127.0.0.1";
475
476 /* password: the password required to oper. Unless ~encrypted is
5c0df0e7 477 * contained in flags = ...; this will need to be encrypted using
212380e3
AC
478 * mkpasswd, MD5 is supported
479 */
480 password = "etcnjl8juSU1E";
481
482 /* rsa key: the public key for this oper when using Challenge.
5c0df0e7 483 * A password should not be defined when this is used, see
212380e3
AC
484 * doc/challenge.txt for more information.
485 */
486 #rsa_public_key_file = "/usr/local/ircd/etc/oper.pub";
487
ff31db84
AC
488 /* fingerprint: if specified, the oper's client certificate
489 * fingerprint will be checked against the specified fingerprint
490 * below.
491 */
492 #fingerprint = "c77106576abf7f9f90cca0f63874a60f2e40a64b";
493
212380e3
AC
494 /* umodes: the specific umodes this oper gets when they oper.
495 * If this is specified an oper will not be given oper_umodes
496 * These are described above oper_only_umodes in general {};
497 */
498 #umodes = locops, servnotice, operwall, wallop;
499
500 /* snomask: specific server notice mask on oper up.
501 * If this is specified an oper will not be given oper_snomask.
502 */
503 snomask = "+Zbfkrsuy";
504
da77b103
JT
505 /* flags: misc options for the operator. You may prefix an option
506 * with ~ to disable it, e.g. ~encrypted.
212380e3 507 *
da77b103 508 * Default flags are encrypted.
212380e3
AC
509 *
510 * Available options:
511 *
512 * encrypted: the password above is encrypted [DEFAULT]
b1594414 513 * need_ssl: must be using SSL/TLS to oper up
da1b891f 514 */
da77b103
JT
515 flags = encrypted;
516
517 /* privset: privileges set to grant */
518 privset = "admin";
212380e3
AC
519};
520
521/* connect {}: controls servers we connect to (OLD C:, N:, H:, L:) */
522connect "irc.uplink.com" {
523 /* the name must go above */
524
525 /* host: the host or IP to connect to. If a hostname is used it
526 * must match the reverse dns of the server.
527 */
cba8bbc3 528 host = "203.0.113.3";
212380e3
AC
529
530 /* vhost: the host or IP to bind to for this connection. If this
531 * is not specified, the default vhost (in serverinfo {}) is used.
532 */
cba8bbc3 533 #vhost = "192.0.2.131";
212380e3
AC
534
535 /* passwords: the passwords we send (OLD C:) and accept (OLD N:).
536 * The remote server will have these passwords reversed.
537 */
538 send_password = "password";
539 accept_password = "anotherpassword";
540
ff0cc1e6
AC
541 /* fingerprint: if specified, the server's client certificate
542 * fingerprint will be checked against the specified fingerprint
543 * below.
544 */
545 #fingerprint = "c77106576abf7f9f90cca0f63874a60f2e40a64b";
546
212380e3
AC
547 /* port: the port to connect to this server on */
548 port = 6666;
549
550 /* hub mask: the mask of servers that this server may hub. Multiple
551 * entries are permitted
552 */
553 hub_mask = "*";
554
555 /* leaf mask: the mask of servers this server may not hub. Multiple
556 * entries are permitted. Useful for forbidding EU -> US -> EU routes.
557 */
558 #leaf_mask = "*.uk";
559
560 /* class: the class this server is in */
561 class = "server";
562
563 /* flags: controls special options for this server
564 * encrypted - marks the accept_password as being crypt()'d
565 * autoconn - automatically connect to this server
566 * compressed - compress traffic via ziplinks
567 * topicburst - burst topics between servers
b8730cbf 568 * ssl - ssl/tls encrypted server connections
212380e3
AC
569 */
570 flags = compressed, topicburst;
571};
572
0e1f3667 573connect "ipv6.lame.server" {
d4214e94 574 host = "192.0.2.1";
cba8bbc3 575 host = "2001:db8:3::8";
da1b891f
KB
576 send_password = "password";
577 accept_password = "password";
578 port = 6666;
212380e3 579
d4214e94
SA
580 /* aftype: controls whether the outgoing connection uses "ipv4" or "ipv6".
581 * Default is to try either at random.
212380e3
AC
582 */
583 aftype = ipv6;
da1b891f 584 class = "server";
212380e3
AC
585};
586
b8730cbf
VY
587connect "ssl.uplink.com" {
588 /* Example of ssl server-to-server connection, ssl flag doesn't need
589 * compressed flag, 'cause it uses own compression
590 */
cba8bbc3 591 host = "203.0.113.129";
b8730cbf
VY
592 send_password = "password";
593 accept_password = "anotherpassword";
594 port = 9999;
595 hub_mask = "*";
596 class = "server";
597 flags = ssl, topicburst;
598};
599
212380e3
AC
600/* cluster {}; servers that we propagate things to automatically.
601 * NOTE: This does NOT grant them privileges to apply anything locally,
602 * you must add a seperate shared block for that. Clustering will
603 * only be done for actions by LOCAL opers, that arent directed
604 * remotely.
605 */
606cluster {
607 /* name: the server to share with, this can be a wildcard and may be
608 * stacked.
609 */
610 /* flags: list of what to share, all the name lines above this (up
611 * until another flags entry) will receive these flags.
612 *
613 * kline - share perm klines
614 * tkline - share temp klines
615 * unkline - share unklines
616 * locops - share locops
617 * xline - share perm xlines
618 * txline - share temp xlines
619 * unxline - share unxlines
620 * resv - share perm resvs
621 * tresv - share temp resvs
622 * unresv - share unresvs
623 * all - share all of the above
624 */
625
0e1f3667
EM
626 /* share klines/unklines/xlines with *.lan */
627 name = "*.lan";
212380e3
AC
628 flags = kline, unkline, xline;
629
630 /* share locops with irc.ircd-ratbox.org and ircd.ircd-ratbox.org */
631 name = "irc.ircd-ratbox.org";
632 name = "ircd.ircd-ratbox.org";
633 flags = locops;
634};
635
636/* service{}: privileged servers (services). These servers have extra
637 * privileges such as setting login names on users and introducing clients
638 * with umode +S (unkickable, hide channels, etc). This does not allow them
639 * to set bans, you need a separate shared{} for that.
640 * Do not place normal servers here.
641 * There may be only one service{} block.
642 */
643service {
644 /* name: the server name. These may be stacked. */
645 name = "services.int";
646};
647
648/* shared {}: users that are allowed to place remote bans on our server.
649 * NOTE: These are ordered top down. The first one the user@host and server
650 * matches will be used. Their access will then be decided on that
651 * block and will not fall back to another block that matches.
652 */
653shared {
654 /* oper: the user@host and server the user must be on to set klines.
655 * The first field must be a user@host, the second field is an
656 * optional server. These may be stacked.
657 */
658 /* flags: list of what to allow them to place, all the oper lines
659 * above this (up until another flags entry) will receive these
660 * flags. This *must* be present.
661 *
662 * kline - allow setting perm/temp klines
663 * tkline - allow setting temp klines
664 * unkline - allow removing klines
665 * xline - allow setting perm/temp xlines
666 * txline - allow setting temp xlines
667 * unxline - allow removing xlines
668 * resv - allow setting perm/temp resvs
669 * tresv - allow setting temp resvs
670 * unresv - allow removing xlines
671 * all - allow oper/server to do all of above.
672 * locops - allow locops - only used for servers who cluster
da1b891f 673 * rehash - allow rehashing
d8d2cb0a
JT
674 * dline - allow setting perm/temp dlines
675 * tdline - allow setting temp dlines
676 * undline - allow removing dlines
fe749d37 677 * grant - allow granting operator status
cc7ae51c 678 * die - allow remote DIE/RESTART
15feac53 679 * module - allow remote module commands
212380e3
AC
680 * none - disallow everything
681 */
682
683 /* allow flame@*.leeh.co.uk on server irc.ircd-ratbox.org and
684 * allow leeh@*.leeh.co.uk on server ircd.ircd-ratbox.org to kline
685 */
686 oper = "flame@*.leeh.co.uk", "irc.ircd-ratbox.org";
687 oper = "leeh@*.leeh.co.uk", "ircd.ircd-ratbox.org";
688 flags = kline;
689
690 /* you may forbid certain opers/servers from doing anything */
691 oper = "irc@vanity.oper", "*";
692 oper = "*@*", "irc.vanity.server";
693 oper = "irc@another.vanity.oper", "bigger.vanity.server";
694 flags = none;
695
696 /* or allow everyone to place temp klines */
697 oper = "*@*";
698 flags = tkline;
699};
700
b808adf9 701/* exempt {}: IPs that are exempt from Dlines and rejectcache. (OLD d:) */
212380e3 702exempt {
cba8bbc3 703 ip = "192.0.2.0/24";
212380e3
AC
704
705 /* these may be stacked */
706 ip = "127.0.0.1";
212380e3
AC
707};
708
709/* The channel block contains options pertaining to channels */
710channel {
711 /* invex: Enable/disable channel mode +I, a n!u@h list of masks
712 * that can join a +i channel without an invite.
713 */
714 use_invex = yes;
715
716 /* except: Enable/disable channel mode +e, a n!u@h list of masks
717 * that can join a channel through a ban (+b).
718 */
719 use_except = yes;
720
2da6f6eb
JT
721 /* forward: Enable/disable channel mode +f, a channel to forward
722 * users to if they can't join because of +i etc. Also enables ban
723 * forwarding, <mask>$<channel>.
724 */
725 use_forward = yes;
726
212380e3
AC
727 /* knock: Allows users to request an invite to a channel that
728 * is locked somehow (+ikl). If the channel is +p or you are banned
729 * the knock will not be sent.
730 */
731 use_knock = yes;
732
212380e3
AC
733 /* knock delay: The amount of time a user must wait between issuing
734 * the knock command.
735 */
736 knock_delay = 5 minutes;
737
738 /* knock channel delay: How often a knock to any specific channel
739 * is permitted, regardless of the user sending the knock.
740 */
741 knock_delay_channel = 1 minute;
742
743 /* max chans: The maximum number of channels a user can join/be on. */
744 max_chans_per_user = 15;
745
a4721f5e
AC
746 /* max chans (large): The extended maximum number of channels a user can join. */
747 max_chans_per_user_large = 60;
748
da1b891f
KB
749 /* max bans: maximum number of +b/e/I/q modes in a channel */
750 max_bans = 100;
212380e3 751
da1b891f
KB
752 /* max bans: maximum number of +b/e/I/q modes in a +L channel */
753 max_bans_large = 500;
212380e3 754
da1b891f 755 /* splitcode: split users, split servers and either no join on split
212380e3
AC
756 * or no create on split must be enabled for split checking.
757 * splitmode will be entered on either split users or split servers
758 * dropping below the limit.
759 *
760 * you may force splitmode to be permanent by /quote set splitmode on
761 */
762
763 /* split users: when the usercount is lower than this level, consider
764 * ourselves split. this must be set for automatic splitmode
765 */
766 default_split_user_count = 0;
767
768 /* split servers: when the amount of servers that have acknowledged
5c0df0e7 769 * theyve finished bursting is lower than this, consider ourselves
212380e3
AC
770 * split. this must be set for automatic splitmode
771 */
772 default_split_server_count = 0;
773
774 /* split: no create: disallow users creating channels on split */
775 no_create_on_split = no;
776
777 /* split: no join: disallow users joining channels at all on a split */
778 no_join_on_split = no;
779
780 /* burst topicwho: when bursting topics, also burst the topic setter */
781 burst_topicwho = yes;
782
783 /* kick on split riding: kick users riding splits to join +i or +k
784 * channels. more precisely, if a bursting server sends an SJOIN
785 * for a channel with a lower TS with either a +i mode or a +k
786 * mode with a different key, kick all local users.
787 *
788 * note: this does not take +r, +b, +e and +I into account.
212380e3
AC
789 */
790 kick_on_split_riding = no;
6865c0b0
JT
791
792 /* only ascii channels: disable local users joining channels
793 * containing characters outside the range 33-126 (non-printable
794 * or non-ASCII).
795 */
796 only_ascii_channels = no;
da1b891f 797
c2c25552
JT
798 /* resv_forcepart: force any local users to part a channel
799 * when a RESV is issued.
800 */
801 resv_forcepart = yes;
717238d2
JT
802
803 /* channel target change: restrict how many channels users can
804 * message per unit of time. IRC operators, channel operators and
805 * voiced users are exempt.
806 */
807 channel_target_change = yes;
341f971e
SB
808
809 /* disable local channels: if yes, then local channels will not be
810 * supported.
811 */
812 disable_local_channels = no;
63eb8567
AC
813
814 /* autochanmodes: the channel modes that should be automatically set
815 * when a channel is created.
816 */
817 autochanmodes = "+nt";
d513218a
AC
818
819 /* displayed_usercount: the minimum amount of users on a channel before it
820 * is displayed in LIST. this parameter can be overridden using ELIST parameters,
821 * such as LIST >0.
822 */
823 displayed_usercount = 3;
14482679
AC
824
825 /* strip_topic_colors: whether or not color codes in TOPIC should be stripped. */
826 strip_topic_colors = no;
212380e3
AC
827};
828
829
830/* The serverhide block contains the options regarding serverhiding */
831serverhide {
4acf2281
JT
832 /* flatten links: this option will hide various routing information
833 * and make all servers in /links appear that they are linked to
834 * this server.
212380e3
AC
835 */
836 flatten_links = no;
837
994544c2
JT
838 /* links delay: how long to wait before showing splits or new
839 * servers in a flattened /links output.
212380e3
AC
840 */
841 links_delay = 5 minutes;
842
4acf2281
JT
843 /* hidden: hide this server from a /links output on servers with
844 * flatten_links enabled. this allows hub servers to be hidden etc.
212380e3 845 */
da1b891f 846 hidden = no;
212380e3
AC
847
848 /* disable hidden: prevent servers hiding themselves from a
849 * /links ouput.
850 */
851 disable_hidden = no;
852};
853
854/* These are the blacklist settings.
855 * You can have multiple combinations of host and rejection reasons.
b2324470 856 * They are used in pairs of one host/rejection reason.
212380e3 857 *
f105844a 858 * These settings should be adequate for most networks.
212380e3
AC
859 *
860 * Word to the wise: Do not use blacklists like SPEWS for blocking IRC
861 * connections.
862 *
92fb5c31
AC
863 * As of charybdis 2.2, you can do some keyword substitution on the rejection
864 * reason. The available keyword substitutions are:
865 *
866 * ${ip} - the user's IP
867 * ${host} - the user's canonical hostname
868 * ${dnsbl-host} - the dnsbl hostname the lookup was done against
869 * ${nick} - the user's nickname
870 * ${network-name} - the name of the network
871 *
0a1e77c2
EM
872 * As of charybdis 3.4, a type parameter is supported, which specifies the
873 * address families the blacklist supports. IPv4 and IPv6 are supported.
874 * IPv4 is currently the default as few blacklists support IPv6 operation
875 * as of this writing.
876 *
3c93d380
EM
877 * As of charybdis 3.5, a matches parameter is allowed; if omitted, any result
878 * is considered a match. If included, a comma-separated list of *quoted*
879 * strings is allowed to match queries. They may be of the format "0" to "255"
880 * to match the final octet (e.g. 127.0.0.1) or "127.x.y.z" to explicitly match
881 * an A record. The blacklist is only applied if it matches anything in the
f0bce9d9 882 * list. You may freely mix full IP's and final octets.
5c0df0e7 883 *
f0bce9d9
EM
884 * Consult your blacklist provider for the meaning of these parameters; they
885 * are usually used to denote different ban types.
212380e3 886 */
57b8cb0f 887blacklist {
40e92fca 888 host = "rbl.efnetrbl.org";
0a1e77c2 889 type = ipv4;
40e92fca 890 reject_reason = "${nick}, your IP (${ip}) is listed in EFnet's RBL. For assistance, see http://efnetrbl.org/?i=${ip}";
57b8cb0f 891
3c93d380 892 /* Example of a blacklist that supports both IPv4 and IPv6 and using matches */
0a1e77c2 893# host = "foobl.blacklist.invalid";
3c93d380 894# matches = "4", "6", "127.0.0.10";
0a1e77c2
EM
895# type = ipv4, ipv6;
896# reject_reason = "${nick}, your IP (${ip}) is listed in ${dnsbl-host} for some reason. In order to protect ${network-name} from abuse, we are not allowing connections listed in ${dnsbl-host} to connect";
57b8cb0f 897};
212380e3 898
8275e270
EM
899/* These are the OPM settings.
900 * This is similar to the functionality provided by BOPM. It will scan incoming
901 * connections for open proxies by connecting to clients and attempting several
902 * different open proxy handshakes. If they connect back to us (via a dedicated
903 * listening port), and send back the data we send them, they are considered
904 * an open proxy. For politeness reasons (users may be confused by the incoming
905 * connection attempts if they are logging incoming connections), the user is
906 * notified upon connect if they are being scanned.
907 *
908 * WARNING:
cfb92536
EM
909 * These settings are considered experimental. Only the most common proxy types
910 * are checked for (Charybdis is immune from POST and GET proxies). If you are
a2b7ef92
EM
911 * not comfortable with experimental code, remove or comment out the *entire*
912 * block below to disable the proxy scanner.
8275e270
EM
913 */
914opm {
915 /* IPv4 address to listen on. This must be a publicly facing IP address
916 * to be effective.
917 * If omitted, it defaults to serverinfo::vhost.
918 */
919 #listen_ipv4 = "127.0.0.1";
920
921 /* IPv4 port to listen on.
922 * This should not be the same as any existing listeners.
923 */
924 #port_ipv4 = 32000;
925
926 /* IPv6 address to listen on. This must be a publicly facing IP address
927 * to be effective.
928 * If omitted, it defaults to serverinfo::vhost6.
929 */
d4214e94 930 #listen_ipv6 = "::1";
8275e270
EM
931
932 /* IPv6 port to listen on.
933 * This should not be the same as any existing listeners.
934 */
935 #port_ipv6 = 32000;
936
4dbed1ed
EM
937 /* You can also set the listen_port directive which will set both the
938 * IPv4 and IPv6 ports at once.
8275e270 939 */
4dbed1ed 940 listen_port = 32000;
51fa2ab8 941
9bba0f61
EM
942 /* This sets the timeout in seconds before ending open proxy scans.
943 * Values less than 1 or greater than 60 are ignored.
944 * It is advisable to keep it as short as feasible, so clients do not
945 * get held up by excessively long scan times.
946 */
947 timeout = 5;
948
51fa2ab8
EM
949 /* These are the ports to scan for SOCKS4 proxies on. They may overlap
950 * with other scan types. Sensible defaults are given below.
951 */
952 socks4_ports = 80, 443, 1080, 8000, 8080, 10800;
953
954 /* These are the ports to scan for SOCKS5 proxies on. They may overlap
955 * with other scan types. Sensible defaults are given below.
956 */
957 socks5_ports = 80, 443, 1080, 8000, 8080, 10800;
fabe8b94 958
eb0814b3 959 /* These are the ports to scan for HTTP CONNECT proxies on (plaintext).
fabe8b94
EM
960 * They may overlap with other scan types. Sensible defaults are given
961 * below.
962 */
963 httpconnect_ports = 80, 8080, 8000;
eb0814b3
EM
964
965 /* These are the ports to scan for HTTPS CONNECT proxies on (SSL).
966 * They may overlap with other scan types. Sensible defaults are given
967 * below.
968 */
969 httpsconnect_ports = 443, 4443;
8275e270
EM
970};
971
212380e3
AC
972/*
973 * Alias blocks allow you to define custom commands. (Old m_sshortcut.c)
974 * They send PRIVMSG to the given target. A real command takes
975 * precedence above an alias.
976 */
977alias "NickServ" {
978 /* the name must go above */
979
980 /* target: the target nick (must be a network service) or
981 * user@server (cannot be this server, only opers can use
982 * user starting with "opers" reliably, interpreted on the target
983 * server only so you may need to use nick@server instead)
984 */
985 target = "NickServ";
986};
987
988alias "ChanServ" {
989 target = "ChanServ";
990};
991
992alias "OperServ" {
993 target = "OperServ";
994};
995
996alias "MemoServ" {
997 target = "MemoServ";
998};
999
1000alias "NS" {
1001 target = "NickServ";
1002};
1003
1004alias "CS" {
1005 target = "ChanServ";
1006};
1007
1008alias "OS" {
1009 target = "OperServ";
1010};
1011
1012alias "MS" {
1013 target = "MemoServ";
1014};
1015
1016/* The general block contains many of the options that were once compiled
1017 * in options in config.h. The general block is read at start time.
1018 */
1019general {
1020 /* hide error messages: defines whether error messages from
922aa826
JT
1021 * servers that are not deemed fully safe are hidden or not.
1022 * These can sometimes contain IPs and can have an adverse
1023 * effect on server ip hiding. Set to:
212380e3
AC
1024 * yes: hide from opers and admin
1025 * opers: hide from opers only
1026 * no: do not hide error messages
922aa826 1027 * Admins on other servers count as opers.
212380e3
AC
1028 */
1029 hide_error_messages = opers;
1030
1031 /* hide spoof ips: hide the real ips of auth{} spoofed users
1032 * If disabled, local opers can see them.
1033 * Dynamic spoofs (e.g. set by services) are unaffected by this;
1034 * any oper (local and remote) can see the real ip.
212380e3
AC
1035 */
1036 hide_spoof_ips = yes;
1037
1038 /* default umodes: umodes to set upon connection
1039 * If you have enabled the ip_cloaking extension, and you wish for
a8560aff 1040 * incoming clients to be set +h or +x upon connection, add +h or +x to the umode
212380e3
AC
1041 * string below.
1042 */
1043 default_umodes = "+i";
1044
1045 /* default operstring: defines the default oper response
1046 * in /whois queries, eg "is an IRC Operator".
1047 * After startup use /quote set operstring to change.
1048 */
1049 default_operstring = "is an IRC Operator";
1050
1051 /* default adminstring: defines the default admin response
1052 * in /whois queries, eg "is a Server Administrator".
1053 * After startup use /quote set adminstring to change.
1054 */
1055 default_adminstring = "is a Server Administrator";
1056
1057 /* servicestring: defines the response for opered services (+S)
1058 * in /whois queries, eg "is a Network Service".
1059 * This is updated on rehash.
1060 */
1061 servicestring = "is a Network Service";
1062
7d33cce8
MT
1063 /*
1064 * Nick of the network's SASL agent. Used to check whether services are here,
1065 * SASL credentials are only sent to its server. Needs to be a service.
1066 *
1067 * Defaults to SaslServ if unspecified.
1068 */
1069 sasl_service = "SaslServ";
1070
212380e3
AC
1071 /* disable fake channels: disable local users joining fake versions
1072 * of channels, eg #foo^B^B. Disables bold, mirc colour, reverse,
1073 * underline and hard space. (ASCII 2, 3, 22, 31, 160 respectively).
1074 */
1075 disable_fake_channels = no;
1076
da1b891f
KB
1077 /* tkline_expire_notices: give a notice to opers when a tkline
1078 * expires
1079 */
1080 tkline_expire_notices = no;
212380e3
AC
1081
1082 /* floodcount: the default value of floodcount that is configurable
1083 * via /quote set floodcount. This is the amount of lines a user
1084 * may send to any other user/channel in one second.
1085 */
da1b891f 1086 default_floodcount = 10;
212380e3 1087
5c0df0e7 1088 /* failed oper notice: send a notice to all opers on the server when
212380e3
AC
1089 * someone tries to OPER and uses the wrong password, host or ident.
1090 */
1091 failed_oper_notice = yes;
1092
1093 /* dots in ident: the amount of '.' characters permitted in an ident
1094 * reply before the user is rejected.
1095 */
3bb3dcf7 1096 dots_in_ident = 2;
212380e3 1097
da1b891f 1098 /* min nonwildcard: the minimum non wildcard characters in k/d/g lines
212380e3
AC
1099 * placed via the server. klines hand placed are exempt from limits.
1100 * wildcard chars: '.' '*' '?' '@'
1101 */
1102 min_nonwildcard = 4;
1103
1104 /* min nonwildcard simple: the minimum non wildcard characters in
1105 * xlines/resvs placed via the server.
1106 * wildcard chars: '*' '?'
1107 */
1108 min_nonwildcard_simple = 3;
1109
da1b891f
KB
1110 /* max accept: maximum allowed /accept's for +g usermode */
1111 max_accept = 20;
212380e3 1112
5f8fb56d
AW
1113 /* max monitor: the maximum amount of nicknames a client may have in
1114 * their monitor (server-side notify) list.
1115 */
1116 max_monitor = 100;
1117
212380e3
AC
1118 /* nick flood: enable the nickflood control code */
1119 anti_nick_flood = yes;
1120
1121 /* nick flood: the nick changes allowed in the specified period */
1122 max_nick_time = 20 seconds;
1123 max_nick_changes = 5;
1124
da1b891f 1125 /* anti spam time: the minimum time a user must be connected before
212380e3
AC
1126 * custom quit messages are allowed.
1127 */
da1b891f 1128 anti_spam_exit_message_time = 5 minutes;
212380e3
AC
1129
1130 /* ts delta: the time delta allowed between server clocks before
1131 * a warning is given, or before the link is dropped. all servers
1132 * should run ntpdate/rdate to keep clocks in sync
1133 */
1134 ts_warn_delta = 30 seconds;
1135 ts_max_delta = 5 minutes;
1136
f09c28e1 1137 /* client exit: prepend a user's quit message with "Quit: " */
212380e3
AC
1138 client_exit = yes;
1139
1140 /* collision fnc: change user's nick to their UID instead of
1141 * killing them, if possible. This setting only applies to nick
1142 * collisions detected on this server. Only enable this if
1143 * all servers on the network allow remote nicks to start with
1144 * a digit.
1145 */
1146 collision_fnc = yes;
1147
330692a1
KB
1148 /* resv fnc: change a user's nick to a nick they have recently used
1149 * (or their UID, if no such nick can be found) when a resv matching
1150 * them is set by services. Only enable this if all servers on the
1151 * network allow remote nicks to start with a digit.
1152 */
1153 resv_fnc = yes;
1154
212380e3
AC
1155 /* global snotices: send out certain snotices (most +b, +f, +y,
1156 * some +s) to other servers via ENCAP SNOTE. Received SNOTEs are
1157 * displayed unconditionally.
1158 */
1159 global_snotices = yes;
5c0df0e7
MU
1160
1161 /* dline reason: show the user the dline reason when they connect
212380e3
AC
1162 * and are dlined.
1163 */
1164 dline_with_reason = yes;
5c0df0e7 1165
212380e3
AC
1166 /* kline delay: delay the checking of klines until a specified time.
1167 * Useful if large kline lists are applied often to prevent the
1168 * server eating CPU.
1169 */
1170 kline_delay = 0 seconds;
1171
5c0df0e7 1172 /* kline reason: show the user the reason why they are k/dlined
212380e3
AC
1173 * on exit. may give away who set k/dline when set via tcm.
1174 */
1175 kline_with_reason = yes;
1176
1177 /* kline reason: make the users quit message on channels this
1178 * reason instead of the oper's reason.
1179 */
1180 kline_reason = "Connection closed";
1181
1182 /* identify to services via server password
1183 * if auth{} block had no password but the user specified a
1184 * server password anyway, send a PRIVMSG to <identify_service>
1185 * with as text <identify_command> <password>.
1186 */
1187 identify_service = "NickServ@services.int";
1188 identify_command = "IDENTIFY";
1189
1190 /* non redundant klines: flag and ignore redundant klines */
1191 non_redundant_klines = yes;
1192
1193 /* warn no nline: warn opers about servers that try to connect but
5c0df0e7 1194 * we dont have a connect {} block for. Twits with misconfigured
212380e3
AC
1195 * servers can get really annoying with this enabled.
1196 */
1197 warn_no_nline = yes;
1198
dca9e552 1199 /* use propagated bans: KLINE, XLINE and RESV set fully propagated bans.
3cbbfb25
JT
1200 * That means the bans are part of the netburst and restarted/split
1201 * servers will get them, but they will not apply to 3.2 and older
1202 * servers at all.
1702b694
JT
1203 */
1204 use_propagated_bans = yes;
1205
212380e3
AC
1206 /* stats e disabled: disable stats e. useful if server ips are
1207 * exempted and you dont want them listing on irc.
1208 */
1209 stats_e_disabled = no;
1210
1211 /* stats c oper only: make stats c (connect {}) oper only */
3bb3dcf7 1212 stats_c_oper_only = no;
212380e3
AC
1213
1214 /* stats h oper only: make stats h (hub_mask/leaf_mask) oper only */
3bb3dcf7 1215 stats_h_oper_only = no;
212380e3
AC
1216
1217 /* stats y oper only: make stats y (class {}) oper only */
3bb3dcf7 1218 stats_y_oper_only = no;
212380e3
AC
1219
1220 /* stats o oper only: make stats o (opers) oper only */
3bb3dcf7 1221 stats_o_oper_only = yes;
212380e3
AC
1222
1223 /* stats P oper only: make stats P (ports) oper only
5c0df0e7 1224 * NOTE: users doing stats P will never be given the ips that the
212380e3
AC
1225 * server listens on, simply the ports.
1226 */
3bb3dcf7 1227 stats_P_oper_only = no;
212380e3
AC
1228
1229 /* stats i oper only: make stats i (auth {}) oper only. set to:
1230 * yes: show users no auth blocks, made oper only.
1231 * masked: show users first matching auth block
1232 * no: show users all auth blocks.
1233 */
3bb3dcf7 1234 stats_i_oper_only = masked;
212380e3
AC
1235
1236 /* stats k/K oper only: make stats k/K (klines) oper only. set to:
1237 * yes: show users no auth blocks, made oper only
1238 * masked: show users first matching auth block
1239 * no: show users all auth blocks.
1240 */
3bb3dcf7 1241 stats_k_oper_only = masked;
212380e3 1242
da1b891f
KB
1243 /* map oper only: make /map oper only */
1244 map_oper_only = no;
212380e3
AC
1245
1246 /* operspy admin only: make operspy notices to +Z admin only */
1247 operspy_admin_only = no;
1248
1249 /* operspy dont care user info: treat /who mask as if there was
1250 * an '!' always; do not log or server notice about operspy
1251 * /who mask, /masktrace and /scan. channel information is still
1252 * protected. */
1253 operspy_dont_care_user_info = no;
1254
1255 /* caller id wait: time between notifying a +g user that somebody
1256 * is messaging them.
1257 */
1258 caller_id_wait = 1 minute;
1259
1260 /* pace wait simple: time between use of less intensive commands
1261 * (HELP, remote WHOIS, WHOWAS)
1262 */
1263 pace_wait_simple = 1 second;
1264
1265 /* pace wait: time between more intensive commands
1266 * (ADMIN, INFO, LIST, LUSERS, MOTD, STATS, VERSION)
1267 */
1268 pace_wait = 10 seconds;
1269
1270 /* short motd: send clients a notice telling them to read the motd
1271 * instead of forcing a motd to clients who may simply ignore it.
1272 */
1273 short_motd = no;
1274
1275 /* ping cookies: require clients to respond exactly to a ping command,
1276 * can help block certain types of drones and FTP PASV mode spoofing.
1277 */
1278 ping_cookie = no;
1279
1280 /* connect timeout: sets how long we should wait for a connection
1281 * request to succeed
1282 */
1283 connect_timeout = 30 seconds;
1284
0ffb8106
JH
1285 /* ident timeout: Amount of time (in seconds) that the IRCd will
1286 * wait for a user to respond to an ident request.
1287 */
944b0584 1288 default_ident_timeout = 5;
0ffb8106 1289
212380e3
AC
1290 /* disable auth: disables identd checking */
1291 disable_auth = no;
1292
1293 /* no oper flood: increase flood limits for opers. */
1294 no_oper_flood = yes;
1295
212380e3
AC
1296 /* REMOVE ME. The following line checks you've been reading. */
1297 havent_read_conf = yes;
5c0df0e7
MU
1298
1299 /* max targets: the maximum amount of targets in a single
212380e3
AC
1300 * PRIVMSG/NOTICE. set to 999 NOT 0 for unlimited.
1301 */
1302 max_targets = 4;
1303
da1b891f
KB
1304 /* use_whois_actually: send clients requesting a whois a numeric
1305 * giving the real IP of non-spoofed clients to prevent DNS abuse.
1306 */
1307 use_whois_actually = yes;
212380e3
AC
1308
1309 /* usermodes configurable: a list of usermodes for the options below
1310 *
1311 * +g - callerid - Server Side Ignore
1312 * +D - deaf - Don't see channel messages
5c0df0e7 1313 * +i - invisible - Not shown in NAMES or WHO unless you share a
212380e3
AC
1314 * a channel
1315 * +l - locops - See LOCOPS messages
1316 * +Q - noforward - Unaffected by channel forwarding
1317 * +R - regonlymsg - No messages from unindentified
1318 * +s - servnotice - See server notices
1319 * +w - wallop - See oper and server generated WALLOPS
1320 * +z - operwall - See operwalls
1321 */
5c0df0e7 1322
212380e3
AC
1323 /* oper only umodes: usermodes only opers may set */
1324 oper_only_umodes = operwall, locops, servnotice;
1325
1326 /* oper umodes: default usermodes opers get when they /oper */
1327 oper_umodes = locops, servnotice, operwall, wallop;
1328
1329 /* oper snomask: default snomask opers get when they /oper,
1330 * provided they have umode +s set */
1331 oper_snomask = "+s";
1332
212380e3 1333 /* compression level: level of compression for compressed links between
5c0df0e7 1334 * servers.
212380e3
AC
1335 *
1336 * values are between: 1 (least compression, fastest)
1337 * and: 9 (most compression, slowest).
1338 */
1339 #compression_level = 6;
1340
da1b891f
KB
1341 /* burst_away: This enables bursting away messages to servers.
1342 * With this disabled, we will only propogate AWAY messages
1343 * as users send them, but never burst them. Be warned though
1344 * enabling this could increase the size of a burst significantly
1345 * for a large network, like EFnet.
1346 */
1347 burst_away = yes;
212380e3
AC
1348
1349 /* nick delay: This locks nicks of split clients for the given time
1350 * or until a remote client uses the nick. This significantly
1351 * reduces nick collisions on short splits but it can be annoying.
1352 * To make things as fair as possible, this should be the same on
1353 * all servers. If you enable this, the suggested value is 15 minutes.
1354 */
1355 nick_delay = 0 seconds;
1356
1357 /* reject time: the amount of rejections through klines/dlines etc
1358 * allowed in the given time before the rejection is cached and
1359 * a pseudo temp dline is placed
1360 */
1361 reject_ban_time = 1 minute;
1362 reject_after_count = 3;
1363
1364 /* reject duration: the amount of time to cache the rejection */
1365 reject_duration = 5 minutes;
54015b5f 1366
43946961
JT
1367 /* throttle_duration: Amount of time that throttling will be applied to an IP
1368 * address.
54015b5f 1369 */
43946961
JT
1370 throttle_duration = 60;
1371
1372 /* throttle_count: Number of connections within throttle_duration that it takes
1373 * for throttling to take effect */
1374 throttle_count = 4;
e6e54763 1375
da1b891f
KB
1376 /* client flood_max_lines: maximum number of lines in a clients queue before
1377 * they are dropped for flooding.
1378 */
1379 client_flood_max_lines = 20;
1380
1381 /* Flood control settings. DO NOT CHANGE THESE without extensive discussion
1382 * and testing by someone who knows exactly what they do.
1383 *
1384 * These settings replicate charybdis-3.3 behaviour.
1385 */
1386 client_flood_burst_rate = 40;
1387 client_flood_burst_max = 5;
1388 client_flood_message_time = 1;
1389 client_flood_message_num = 2;
e88a1f1b
KB
1390
1391 /* max_ratelimit_tokens: the maximum number of ratelimit tokens that one
1392 * user can accumulate. This attempts to limit the amount of outbound
1393 * bandwidth one user can consume. Do not change unless you know what
1394 * you're doing.
1395 */
1396 max_ratelimit_tokens = 30;
d42e6915
JT
1397
1398 /* away_interval: the minimum interval between AWAY commands. One
1399 * additional AWAY command is allowed, and only marking as away
1400 * counts.
1401 */
1402 away_interval = 30;
13d8f0ed
AC
1403
1404 /* certfp_method: the method that should be used for computing certificate fingerprints.
cf430c1a
SA
1405 * Acceptable options are sha1, sha256, spki_sha256, sha512 and spki_sha512. Networks
1406 * running versions of charybdis prior to charybdis 3.5 MUST use sha1 for certfp_method.
1407 *
1408 * The spki_* variants operate on the SubjectPublicKeyInfo of the certificate, which does
1409 * not change unless the private key is changed. This allows the fingerprint to stay
dc986b54
SA
1410 * constant even if the certificate is reissued. These fingerprints will be prefixed with
1411 * "SPKI:SHA2-256:" or "SPKI:SHA2-512:" depending on the hash type.
13d8f0ed 1412 */
7380ded5 1413 certfp_method = spki_sha256;
71c95533
AC
1414
1415 /* hide_opers_in_whois: if set to YES, then oper status will be hidden in /WHOIS output. */
1416 hide_opers_in_whois = no;
212380e3
AC
1417};
1418
1419modules {
5c0df0e7 1420 /* module path: paths to search for modules specified below and
212380e3
AC
1421 * in /modload.
1422 */
1423 path = "/usr/local/ircd/modules";
1424 path = "/usr/local/ircd/modules/autoload";
1425
1426 /* module: the name of a module to load on startup/rehash */
9abdcf1c 1427 #module = "some_module";
212380e3 1428};