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