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