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