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