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