ircu2.10.12 pk910 fork
[ircu2.10.12-pk.git] / doc / readme.features
1 Many of the old compile-time options are now configured through the
2 server configuration file, ircd.conf.  This file is intended to
3 document each of these features.  Logging, although also configured
4 through the use of Feature entries, is documented in doc/readme.log.  NOTE
5 THAT THESE NAMES ARE CASE SENSITIVE!  Values are not case sensitive
6 unless stated otherwise in the documentation for that feature.
7
8 DOMAINNAME
9  * Type: string
10  * Default: picked by ./configure from /etc/resolv.conf
11
12 This option allows you to specify what you consider to be "local."  It
13 is only used for statistics.  When you issue the IRC command /STATS w,
14 the server will respond with statistics of how many clients have been
15 connecting to your server in the last minute, hour and day.  It will
16 give these statistics for all connections (including the servers), all
17 clients (from anywhere) and also for clients whose hostname ends on
18 the domain you specify here.  So if you are an ISP and you want to
19 know what the client load from your own domain is, specify that domain
20 here.  If you are unsure what to do, then it isn't really important
21 what you give here, just don't give an empty string.  A good guess is
22 the last two parts of your own hostname (i.e., if your hostname is
23 foo.bar.nowhere.org, specify "nowhere.org").  Note that the string you
24 give should NOT start with a "." and you should not use quotes.
25
26 RELIABLE_CLOCK
27  * Type: boolean
28  * Default: FALSE
29
30 You should really ONLY specify "TRUE" here when your system clock is
31 stable and accurate at all times (within a few seconds).  If you are
32 running ntpdate on a regular basis, or an equivalent like xntpd, to
33 keep your system clock synchronized over the network, then you might
34 have an accurate clock.  However, this is not guaranteed; for example,
35 it is known that xntpd gives unstable results on Linux in some cases.
36 Note that an unstable clock is worse then an clock that has a constant
37 offset, because the servers attempt to correct for a constant offset,
38 but do not correct jumps of your system clock!  In general you SHOULD
39 be running ntpdate or equivalent AND make sure it works when you run a
40 production server on Undernet.  Otherwise leave your clock alone and
41 specify "FALSE" here.  If unsure specify "FALSE"!
42
43 BUFFERPOOL
44  * Type: integer
45  * Default: 27000000
46
47 This specifies the maximum amount of RAM that your server will
48 allocate for buffering sendQs.  Small leafs can use a value as little
49 as 1000000, while large HUBs need to specify a value as high as
50 20000000.  If you run out of memory, clients and/or servers are
51 dropped with the error "Buffer allocation error"; then you will have
52 to increase this number (and install more RAM if appropriate).  If you
53 want a more educated guess for this value then realize that any value
54 is good if you _really_ would rather drop servers and clients than
55 allocate more memory; this will be the case when there is the danger
56 you may run out of memory for other allocations.  Even if you run the
57 daemon on a dedicated machine, specifying all of the RAM you have is a
58 bad thing, because running out of memory is a lot worse than dropping
59 clients in a controlled way; if possible you should have memory left
60 for all the internal structures (channels, clients, ban lists, receive
61 buffers) at all times.  On average, clients seem to use 150 bytes of
62 sendQ, but at peak moments this can easily increase to 2032 bytes per
63 client (sendQs are allocated in chunks of 2032 bytes).  The maximum
64 possible amount that can be allocated for sendQs is the number of
65 connected clients times whatever you specified as the maximum sendQ in
66 your Class blocks in the ircd.conf file.  That value will likely be larger
67 then the amount of RAM you have.  The educated guess I talked about
68 earlier would be "number of clients" times * 2048 bytes + "size of
69 net.burst" * n, where "n" is 1 for leafs and up to 5 for HUBs.  The
70 "size of net.burst" is about 125 bytes per online client (on the whole
71 network).  For large HUBs with 4000 clients on a network with 30,000
72 users, this results in 27 Mb.  Leafs could use 12 Mb.  Of course you
73 can use less when you have less than 4000 local clients.  This value
74 is in bytes.
75
76 HAS_FERGUSON_FLUSHER
77  * Type: boolean
78  * Default: FALSE
79
80 If you have a server with a lot of resources available, this option
81 will cause the server to attempt to flush its internal buffers before
82 dropping clients during a net break.  Don't define this if you don't
83 know for certain; if you're not careful this can end up rebooting
84 FreeBSD boxes.  For more information, refer to freebsd.txt, also in
85 this directory.
86
87 CLIENT_FLOOD
88  * Type: integer
89  * Default: 1024
90
91 Currently, everything that a client sends to a server is read by the
92 server and stored in a buffer (the clients receive queue).  The server
93 will process messages from this queue one by one (running over all
94 clients each time).  When a client sends new messages faster they get
95 processed, and the size of its receive buffer reaches this value, the
96 client is dropped with the error "Excess flood."  A reasonable value
97 is 1024 bytes.  The maximum size is 8000 bytes.
98
99 SERVER_PORT
100  * Type: integer
101  * Default: 4400
102
103 When an IRC operator attempts a connect to another server, he or she
104 may not know which port the connect should go to.  In this server
105 version, that operator may use the special port 0, in which case the
106 server will take the port from the Connect block.  If no port is
107 specified in the Connect block, however, the port specified by this
108 option will be used instead.
109
110 NODEFAULTMOTD
111  * Type: boolean
112  * Default: TRUE
113
114 Every time a client connects to your server, the full Message of the
115 Day (as specified by the Motd blocks or by the file specified by the MPATH
116 option) is sent to the client.  The server sends the Message of the
117 Day even though many clients permit the user to ignore it.  Many users
118 never read the message of the day anyway, making it a huge waste of
119 bandwidth.  If you specify "TRUE" here, then the server won't send the
120 MOTD to the client by default; instead, it will only tell the client
121 when the MOTD was last changed, and give instructions on how to obtain
122 it by typing /MOTD.
123
124 MOTD_BANNER
125  * Type: string
126  * Default: NULL
127
128 If you enable NODEFAULTMOTD, this specifies a one-line banner to be sent
129 to the client in addition to the instructions mentioned above.
130
131 PROVIDER
132  * Type: string
133  * Default: NULL
134
135 This string as added to the 001 numeric prefixed with "via" before the nick.
136 It's used for providing promotional space to providers as per CFV-202
137
138 KILL_IPMISMATCH
139  * Type: boolean
140  * Default: FALSE
141
142 When a client connects to your server, the IP address of the client is
143 reverse-resolved to obtain a hostname.  Then that hostname is resolved
144 to an IP address and compared with the IP address of the client.  If
145 they don't match, the client will appear with the IP address instead
146 of the hostname, unless KILL_IPMISMATCH is "TRUE," in which case the
147 client is simply disconnected.
148
149 IDLE_FROM_MSG
150  * Type: boolean
151  * Default: TRUE
152
153 The IRC command WHOIS gives an idle time for clients.  If you want
154 this idle time to be set to zero only when the client sends a PRIVMSG,
155 then you should specify "TRUE" here.  If you specify "FALSE," then the
156 idle time will be nullified on all messages except the server
157 PING/PONG.
158
159 HUB
160  * Type: boolean
161  * Default: FALSE
162
163 All servers of an IRC "network" are connected in a "tree" (no loops).
164 Servers that are only connected to one other server (called the
165 "uplink") are called "leafs"; servers that are connected to more than
166 one other server are called HUBs.  If you specify "FALSE" here then
167 your server will prevent itself from accidentally connecting to two
168 servers at once, thus keeping servers in poor network locations from
169 routing traffic.  Note that on Undernet, all newly linked servers are
170 linked as leafs during their test phase, and should specify "FALSE"
171 here.
172
173 WALLOPS_OPER_ONLY
174  * Type: boolean
175  * Default: FALSE
176
177 Setting this option removes the ability for clients that are not IRC
178 operators to see wallops messages.
179
180 NODNS
181  * Type: boolean
182  * Default: FALSE
183
184 If you are playing with the server off-line, and no DNS is available,
185 then long delays occur before the server starts up because it tries to
186 resolve the name given in the General block (which usually isn't given
187 in /etc/hosts) and for each connecting client.  If you specify "TRUE"
188 here, then a DNS lookup will be done only for the real hostname, and
189 the server will not try to resolve clients that connect to
190 "localhost."  Note that other DNS lookups are still done for outbound
191 connections.
192
193 RANDOM_SEED
194  * Type: string
195  * Default: none
196
197 When a client connects, the server sends the client a "cookie,"
198 consisting of a random number.  The client must return the cookie to
199 the server verbatim.  This is done to prevent IP spoofing.  The cookie
200 is generated by a pseudorandom number generator included in ircd.
201 This generator must be seeded with a phrase that is kept secret, to
202 ensure that the numbers it generates are not easily guessed.  The
203 value given to RANDOM_SEED may be a string of any length.  It should
204 not contain any characters that are considered special by the
205 configuration file system, such as ":" or "#"; the string should be at
206 least 8 characters long, but longer strings are better.  The
207 RANDOM_SEED may not be retrieved online.
208
209 DEFAULT_LIST_PARAM
210  * Type: string
211  * Default: none
212
213 The LIST command takes a single optional argument.  If given, that
214 argument is either a channel or a filter.  If that argument is not
215 given, then by default, /LIST will list all channels on the network.
216 Needless to say, this can generate a large amount of data on large
217 networks with many channels, as well as chewing up a lot of CPU time.
218 Server administrators can therefore set a default filter to be applied
219 to the channel list if the optional argument to LIST is omitted.
220
221 NICKNAMEHISTORYLENGTH
222  * Type: integer
223  * Default: 800
224
225 This value specifies the length of the nick name history list, which
226 is used for /WHOWAS and some nickname chasing in /KILL and /KICK.  It
227 uses about 300 to 400 bytes per entry.  Note that at a net break, so
228 many client disappear that the whole "whowas" list is refreshed a few
229 times (unless you make it rather large).  A reasonable value is "total
230 number of clients" / 25.
231
232 HOST_HIDING
233  * Type: boolean
234  * Default: TRUE
235
236 This selects whether local users can set umode +x, thus allowing them
237 to hide their hostname if they have also registered with a channel
238 service (i.e. they have the ACCOUNT flag set).
239
240 HIDDEN_HOST
241  * Type: string
242  * Default: users.undernet.org
243
244 This selects the suffix for the hidden hostmask (see HOST_HIDING).
245
246 HIDDEN_IP
247  * Type: string
248  * Default: 127.0.0.1
249
250 This selects a fake IP to be shown on /USERIP and /WHO %i when the
251 target has a hidden host (see HOST_HIDING).
252
253 CONNEXIT_NOTICES
254  * Type: boolean
255  * Default: FALSE
256
257 This feature controls the generation of server notices when a user
258 connects to or disconnects from the server.  Enabling this feature may
259 have a performance impact.
260
261 KILLCHASETIMELIMIT
262  * Type: integer
263  * Default: 30
264
265 If a user changes his or her nickname just before an operator issues a
266 /KILL, the /KILL will be changed to follow the user the operator
267 intended to get.  This option specifies the time limit, in seconds,
268 for this nickname change; if the user changed his or her nickname more
269 than this many seconds ago, the /KILL will not be changed.  Don't
270 change this unless you really need to.
271
272 MAXCHANNELSPERUSER
273  * Type: integer
274  * Default: 10
275
276 This is the maximum number of channels a user can be in at a time.
277 The "mandatory" value on Undernet is currently 10.  Since it only
278 influences the local server when you decrease it, its up to you to
279 decide if you want to use a smaller value.  Do not use a larger value
280 however, because it DOES cost more memory and bandwidth on all other
281 servers when you allow users to join more channels simultaneously.
282 One of the most important reasons to choose a smaller value is the
283 fact that the "GUI" clients tend to stay on every channel they join
284 (they aren't bothered by flooding in other channels).  It DOES take
285 your bandwidth however to send all those messages for 10 different
286 channels to all your users.
287
288 AVBANLEN
289  * Type: integer
290  * Default: 40
291
292 This is the expected average ban mask length.  Leave it at 40.
293
294 MAXBANS
295  * Type: integer
296  * Default: 45
297
298 This is the maximum number of bans a user may set on a given channel.
299
300 MAXSILES
301  * Type: integer
302  * Default: 15
303
304 This is the maximum number of masks a user can silence at a time.  The
305 silence command allows users to filter messages directed at them from
306 certain users or domains, at the source server.  Increasing this
307 number allows users to use up more memory with inefficient use of the
308 command.  If you're not sure, don't change this.
309
310 HANGONGOODLINK
311  * Type: integer
312  * Default: 300
313
314 Often the net breaks for a short time and it is useful to try to
315 reestablish the same connection faster than CONNECTFREQUENCY would
316 allow, but to keep from trying again on a bad connection, we require
317 that the connection be open for a certain minimum time. The
318 recommended value is 300 seconds.
319
320 HANGONRETRYDELAY
321  * Type: integer
322  * Default: 10
323
324 When attempting to quickly reestablish a connection to a good link, we
325 give the net a few seconds to calm down. This time must be long enough
326 for the other end to also notice that the connection is broken. The
327 recommended value is 10 seconds.
328
329 CONNECTTIMEOUT
330  * Type: integer
331  * Default: 90
332
333 Number of seconds to wait for a connect(2) call to complete.  NOTE:
334 this must be at *LEAST* 10.  When a client connects, it has
335 CONNECTTIMEOUT - 10 seconds for its host to respond to an ident lookup
336 query and for a DNS lookup to complete. It is recommended that you not
337 change this value, but if you do, consider the fact that users whose
338 clients do not support NOSPOOF will have to type /QUOTE PING <big
339 number> before registration.
340
341 MAXIMUM_LINKS
342  * Type: integer
343  * Default: 1
344
345 This is the maximum number of links for the built-in client class 0.
346 Leave this value at 1.
347
348 PINGFREQUENCY
349  * Type: integer
350  * Default: 120
351
352 If the daemon doesn't receive anything from any of its links within
353 PINGFREQUENCY seconds, then the it will attempt to check for an active
354 link with a PING message.  If no reply is received within
355 (PINGFREQUENCY * 2) seconds, then the connection will be closed.  This
356 value may be overridden by a Class block in "ircd.conf" if the
357 connection's Client or Connect block in "ircd.conf" assigns a specific
358 class to the connection (recommended).
359
360 CONNECTFREQUENCY
361  * Type: integer
362  * Default: 600
363
364 This is the default frequency that the server attempts to reconnect
365 with its uplink server if it is set to auto connect to it. Note that
366 this value is overridden by a Class block in ircd.conf if the Connect
367 entries in ircd.conf assign a specific class to the connection.
368
369 DEFAULTMAXSENDQLENGTH
370  * Type: integer
371  * Default: 40000
372
373 This is the default value of the maximum sendQ length of connection
374 classes (see doc/example.conf for details on Class blocks).  You will
375 generally override this value in your "ircd.conf" with a Class block.
376
377 GLINEMAXUSERCOUNT
378  * Type: integer
379  * Default: 20
380
381 G-lines that affect too many users have to be set with a special
382 command, to prevent accidental G-lines of large blocks of users.  This
383 feature sets that particular threshold.
384
385 MPATH
386  * Type: string
387  * Default: "ircd.motd"
388
389 MPATH is the filename (relative to DPATH) or the full path of the
390 "Message of the Day" file.  The contents of this file will be sent to
391 every client that connects to the server, after registration.
392
393 RPATH
394  * Type: string
395  * Default: "remote.motd"
396
397 RPATH is the filename (relative to DPATH) or the full path of the
398 "Remote Message of the Day" file.  The contents of this file will be
399 sent to every remote client that issues a /MOTD <your server name>.
400 Only the first three lines are sent, so you might want to keep that in
401 mind while writing the file.
402
403 PPATH
404  * Type: string
405  * Default: "ircd.pid"
406
407 PPATH is the filename (relative to DPATH) or the full path of the
408 "PID" file.  It is used for storing the server's process ID so that a
409 ps(1) isn't necessary.
410
411 TOS_SERVER
412  * Type: integer
413  * Default: 0x08
414
415 This option is used to specify the type of service that will be
416 requested for connections to other servers.  The value may be given as
417 a hexadecimal integer.
418
419 TOS_CLIENT
420  * Type: integer
421  * Default: 0x08
422
423 This option is used to specify the type of service that will be
424 requested for connections to users.  The value may be given as a
425 hexadecimal integer.
426
427 POLLS_PER_LOOP
428  * Type: integer
429  * Default: 200
430
431 Some of the engines used by the event interface get a number of events
432 from the kernel at once.  Since the number retrieved can impact
433 performance, it can be tuned by modifying this value.  The engines
434 enforce a lower limit of 20.
435
436 CONFIG_OPERCMDS
437  * Type: boolean
438  * Default: FALSE
439
440 Since u2.10.11, several new oper-only features have been added that
441 involve changes to the server<->server protocol.  This configuration
442 option provides a single switch to prevent the use of these features
443 until the entire network has been upgraded.  It is not required that
444 all servers set this to "TRUE" in order for the features to be used,
445 as long as all servers are running u2.10.11 or above.
446
447 HIS_MAP
448  * Type: boolean
449  * Default: TRUE
450
451 As per UnderNet CFV-165, this removes /MAP from users.
452
453 HIS_SNOTICES
454  * Type: boolean
455  * Default: TRUE
456
457 As per UnderNet CFV-165, this removes server notices from users.
458
459 HIS_SNOTICES_OPER_ONLY
460  * Type: boolean
461  * Default: TRUE
462
463 As per UnderNet CFV-165, this removes server notices from users.
464
465 HIS_DEBUG_OPER_ONLY
466  * Type: boolean
467  * Default: TRUE
468
469 As per UnderNet CFV-165, this removes server wallops from users.
470
471 HIS_WALLOPS
472  * Type: boolean
473  * Default: TRUE
474
475 As per UnderNet CFV-165, this removes operator wallops from users.
476
477 HIS_LINKS
478  * Type: boolean
479  * Default: TRUE
480
481 As per UnderNet CFV-165, this removes /LINKS from users.
482
483 HIS_TRACE
484  * Type: boolean
485  * Default: TRUE
486
487 As per UnderNet CFV-165, this removes /TRACE from users.
488
489 HIS_STATS_a
490  * Type: boolean
491  * Default: TRUE
492
493 As per UnderNet CFV-165, this removes /STATS a from users.
494
495 HIS_STATS_c
496  * Type: boolean
497  * Default: TRUE
498
499 As per UnderNet CFV-165, this removes /STATS c from users.
500
501 HIS_STATS_d
502  * Type: boolean
503  * Default: TRUE
504
505 As per UnderNet CFV-165, this removes /STATS d from users.
506
507 HIS_STATS_e
508  * Type: boolean
509  * Default: TRUE
510
511 As per UnderNet CFV-165, this removes /STATS e from users.
512
513 HIS_STATS_f
514  * Type: boolean
515  * Default: TRUE
516
517 As per UnderNet CFV-165, this removes /STATS f from users.
518
519 HIS_STATS_g
520  * Type: boolean
521  * Default: TRUE
522
523 As per UnderNet CFV-165, this removes /STATS g from users.
524
525 HIS_STATS_i
526  * Type: boolean
527  * Default: TRUE
528
529 As per UnderNet CFV-165, this removes /STATS i from users.
530
531 HIS_STATS_j
532  * Type: boolean
533  * Default: TRUE
534
535 As per UnderNet CFV-165, this removes /STATS j from users.
536
537 HIS_STATS_J
538  * Type: boolean
539  * Default: TRUE
540
541 As per UnderNet CFV-165, this removes /STATS J from users.
542
543 HIS_STATS_k
544  * Type: boolean
545  * Default: TRUE
546
547 As per UnderNet CFV-165, this removes /STATS k from users.
548
549 HIS_STATS_l
550  * Type: boolean
551  * Default: TRUE
552
553 As per UnderNet CFV-165, this removes /STATS l from users.
554
555 HIS_STATS_L
556  * Type: boolean
557  * Default: TRUE
558
559 As per UnderNet CFV-165, this removes /STATS L from users.
560
561 HIS_STATS_M
562  * Type: boolean
563  * Default: TRUE
564
565 As per UnderNet CFV-165, this removes /STATS M from users.
566
567 HIS_STATS_m
568  * Type: boolean
569  * Default: TRUE
570
571 As per UnderNet CFV-165, this removes /STATS m from users.
572
573 HIS_STATS_o
574  * Type: boolean
575  * Default: TRUE
576
577 As per UnderNet CFV-165, this removes /STATS o from users.
578
579 HIS_STATS_p
580  * Type: boolean
581  * Default: TRUE
582
583 As per UnderNet CFV-165, this removes /STATS p from users.
584
585 HIS_STATS_q
586  * Type: boolean
587  * Default: TRUE
588
589 As per UnderNet CFV-165, this removes /STATS q from users.
590
591 HIS_STATS_r
592  * Type: boolean
593  * Default: TRUE
594
595 As per UnderNet CFV-165, this removes /STATS r from users.
596
597 HIS_STATS_R
598  * Type: boolean
599  * Default: TRUE
600
601 As per UnderNet CFV-165, this removes /STATS R from users.
602
603 HIS_STATS_t
604  * Type: boolean
605  * Default: TRUE
606
607 As per UnderNet CFV-165, this removes /STATS t from users.
608
609 HIS_STATS_T
610  * Type: boolean
611  * Default: TRUE
612
613 As per UnderNet CFV-165, this removes /STATS T from users.
614
615 HIS_STATS_u
616  * Type: boolean
617  * Default: FALSE
618
619 As per UnderNet CFV-165, this allows users to perform /STATS u.
620
621 HIS_STATS_U
622  * Type: boolean
623  * Default: TRUE
624
625 As per UnderNet CFV-165, this removes /STATS U from users.
626
627 HIS_STATS_v
628  * Type: boolean
629  * Default: TRUE
630
631 As per UnderNet CFV-165, this removes /STATS v from users.
632
633 HIS_STATS_w
634  * Type: boolean
635  * Default: FALSE
636
637 As per UnderNet CFV-165, this allows users to perform /STATS w.
638
639 HIS_STATS_x
640  * Type: boolean
641  * Default: TRUE
642
643 As per UnderNet CFV-165, this removes /STATS x from users.
644
645 HIS_STATS_y
646  * Type: boolean
647  * Default: TRUE
648
649 As per UnderNet CFV-165, this removes /STATS y from users.
650
651 HIS_STATS_z
652  * Type: boolean
653  * Default: TRUE
654
655 As per UnderNet CFV-165, this removes /STATS z from users.
656
657 HIS_STATS_IAUTH
658  * Type: boolean
659  * Default: TRUE
660
661 As per UnderNet CFV-165, this disables /STATS IAUTH and
662 /STATS IAUTHCONF from users.
663
664 HIS_WHOIS_SERVERNAME
665  * Type: boolean
666  * Default: TRUE
667
668 As per UnderNet CFV-165, this removes server names in replies to /WHOIS.
669
670 HIS_WHOIS_IDLETIME
671  * Type: boolean
672  * Default: TRUE
673
674 As per UnderNet CFV-165, this removes idle time in replies to /WHOIS.
675
676 HIS_WHO_SERVERNAME
677  * Type: boolean
678  * Default: TRUE
679
680 As per UnderNet CFV-165, this removes server names in replies to /WHO.
681
682 HIS_WHO_HOPCOUNT
683  * Type: boolean
684  * Default: TRUE
685
686 As per UnderNet CFV-165, this replaces hopcount to a static 3 in
687 replies to /WHO.
688
689 HIS_MODEWHO
690  * Type: boolean
691  * Default: TRUE
692
693 As per UnderNet CFV-165, this doesn't show which server performed a channel
694 mode change.
695
696 HIS_BANWHO
697  * Type: boolean
698  * Default: TRUE
699
700 As per UnderNet CFV-165, this doesn't show which server set a ban.
701
702 HIS_KILLWHO
703  * Type: boolean
704  * Default: TRUE
705
706 As per UnderNet CFV-165, this doesn't show which server or oper performed a
707 kill.
708
709 HIS_REWRITE
710  * Type: boolean
711  * Default: TRUE
712
713 As per UnderNet CFV-165, this remaps remote numerics to come from the local
714 server.
715
716 HIS_REMOTE
717  * Type: integer
718  * Default: 1
719
720 As per UnderNet CFV-165, this disallows remote queries. (*sob!*)
721
722 HIS_NETSPLIT
723  * Type: boolean
724  * Default: TRUE
725
726 As per UnderNet CFV-165, this removes server names in net break sign-offs.
727
728 HIS_WHOIS_LOCALCHAN
729  * Type: boolean
730  * Default: TRUE
731
732 As per UnderNet CFV-165, this removes local channels in replies to /WHOIS.
733
734 HIS_SERVERNAME
735  * Type: string
736  * Default: "*.undernet.org"
737
738 As per UnderNet CFV-165, this is the "name" of the server shown to users on a
739 /WHOIS of another user.
740
741 HIS_SERVERINFO
742  * Type: string
743  * Default: "The Undernet Underworld"
744
745 As per UnderNet CFV-165, this is the "info" of the server shown to users on a
746 /WHOIS of another user.
747
748 HIS_URLSERVERS
749  * Type: string
750  * Default: "http://www.undernet.org/servers.php"
751
752 As per UnderNet CFV-165, this is the URL shown to users when they do a /MAP or
753 /LINKS.
754
755 NETWORK
756  * Type: string
757  * Default: "UnderNet"
758
759 This defines the network name as reported in the 005 "supported features"
760 numeric, and as used by the "Failed to deliver" message.
761
762 URL_CLIENTS
763  * Type: string
764  * Default: "ftp://ftp.undernet.org/pub/irc/clients"
765
766 This defines a URL that users may visit to find compatible IRC clients.
767
768 URLREG
769  * Type: string
770  * Default: "http://cservice.undernet.org/live/"
771
772 This defines a URL that is used in server response 477 (ERR_NEEDREGGEDNICK) to
773 let users know which website they must visit to obtain a proper account for
774 authentication.
775
776 NICKLEN
777  * Type: integer
778  * Default: 12
779
780 This is the allowed length of the nickname length.  It may not be
781 larger than the NICKLEN #define, and should usually be the same
782 length.  The real purpose of this feature is to permit easy increases
783 in nickname length for a network.
784
785 IRCD_RES_RETRIES
786  * Type: integer
787  * Default: 2
788
789 This is the number of attempts the irc daemon's resolver will have at
790 trying to solicit a response from the DNS server.
791
792 IRCD_RES_TIMEOUT
793  * Type: integer
794  * Default: 4
795
796 When a DNS query is sent, the irc daemon's resolver will wait this many
797 seconds for a reply.  After this timeout has expired, it will retry again,
798 for as many retries as IRCD_RES_RETRIES allows.  This can be cut short by
799 AUTH_TIMEOUT expiring.
800 NOTE: Has no effect when using the adns resolver.
801
802 AUTH_TIMEOUT
803  * Type: integer
804  * Default: 9
805
806 This is the maximum number of seconds to wait for the ident lookup and
807 the DNS query to succeed.  On older (pre 2.10.11.06) servers this was
808 hard coded to 60 seconds.
809
810 IPCHECK_CLONE_LIMIT
811  * Type: integer
812  * Default: 4
813
814 The number of times you are allowed to connect within IPCHECK_CLONE_PERIOD
815 seconds before you are considered abusing the server and throttled.
816
817 IPCHECK_CLONE_PERIOD
818  * Type: integer
819  * Default: 40
820
821 The number of seconds you are allowed to connect IPCHECK_CLONE_LIMIT times
822 within before you are considered abusing the server and throttled.
823 For instance if you set IPCHECK_CLONE_LIMIT to 1, and IPCHECK_CLONE_PERIOD
824 to 10, then a user is only allowed to connect once in 10s, if they connect
825 again within 10s, then they are considered to be connecting too fast and
826 they are throttled.
827
828 IPCHECK_CLONE_DELAY
829  * Type: integer
830  * Default: 600
831
832 The number of seconds grace after restarting the server before the throttle
833 code kicks in.  Even if a user connects repetitively during this period,
834 they will never get throttled.  This is so after a restart users on a
835 multiuser box can all connect to a server simultaniously without being
836 considered an attack.
837
838 SOCKSENDBUF
839  * Type: integer
840  * Default: 61440
841
842 The send window size used for connections to other servers.
843
844 SOCKRECVBUF
845  * Type: integer
846  * Default: 61440
847
848 The receive window size used for connections to other servers.
849
850 ANNOUNCE_INVITES
851  * Type: boolean
852  * Default: FALSE
853
854 If set, send RPL_ISSUEDINVITE (345) to a channel's operators to
855 announce when someone is invited to the channel.
856
857 LOCAL_CHANNELS
858  * Type: boolean
859  * Default: TRUE
860
861 If set, allow users to create local channels.
862
863 TOPIC_BURST
864  * Type: boolean
865  * Default: FALSE
866
867 If set, send the current topic value and timestamp for channels during
868 burst.  This generally only makes sense for hubs to use, and it causes
869 a large increase in net.burst size.
870
871 AWAY_BURST
872  * Type: boolean
873  * Default: FALSE
874
875 If set, send the current away message of a user during burst. This causes
876 a large increase in net.burst size.
877
878 CHANNELLEN
879  * Type: integer
880  * Default: 200
881
882 This is the allowed length of locally created channels.  It may not be
883 larger than the CHANNELLEN #define.  Like the NICKLEN feature, this is
884 intended to ease changes in channel name length across a network.
885
886 OPLEVELS
887  * Type: boolean
888  * Default: TRUE
889
890 This allows local users to set the +A and +U modes (admin and user
891 passwords, respectively) on channels where they are marked as channel
892 managers.  This feature must be disabled until all servers on the
893 network are able to interpret and handle these modes correctly.
894
895 ZANNELS
896  * Type: boolean
897  * Default: TRUE
898
899 This preserves empty channels with no admin password so that it is
900 impractical to become the channel manager by clearing out the channel.
901 It must be set to FALSE if there are both 2.10.11.x servers and
902 2.10.12.y servers on the network where y < 4.  It should be set to
903 TRUE whenever the OPLEVELS features is TRUE.
904
905 LOC_ENABLE
906  * Type: boolean
907  * Default: FALSE
908
909 Enable Login-On-Connect.
910
911 LOC_TARGET
912  * Type: string
913  * Default: NULL
914
915 If LOC_ENABLE is on, this is the target nick where to send the requests
916 to. If the nick is not online or has not umode +S or is not on a
917 services server, the LOC request is discarded.
918
919 EXCEPT_ENABLE
920  * Type: boolean
921  * Default: TRUE
922
923 If enabled, then channel ops are allowed to set/unset ban exceptions (cmode +e).
924 If disabled, then only servers can set this mode.
925
926 NOAMSG_TIME
927  * Type: integer
928  * Default: 0
929
930 The time span in which the multi target message block may drop messages. 0 will disable the extended multi target message block.
931
932 NOAMSG_NUM
933  * Type: integer
934  * Default: 1
935
936 The number the same message must occur to be blocked in channels that block multi target messages.