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