This file is indexed.

/usr/share/doc/dancer-ircd/dancer-oper-guide.html/configlines.htm is in dancer-ircd-doc 1.0.36-8ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN""http://www.w3.org/TR/html4/loose.dtd">
<HTML
><HEAD
><TITLE
>Specific lines</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
REL="HOME"
TITLE="Operators guide for the dancer IRC server"
HREF="index.htm"><LINK
REL="UP"
TITLE="Server config file format"
HREF="config.htm"><LINK
REL="PREVIOUS"
TITLE="Server config file format"
HREF="config.htm"></HEAD
><BODY
CLASS="SECT1"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV
CLASS="NAVHEADER"
><TABLE
SUMMARY="Header navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="3"
ALIGN="center"
>Operators guide for the dancer IRC server</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="config.htm"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
>Chapter 5. Server config file format</TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
>&nbsp;</TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="SECT1"
><H1
CLASS="SECT1"
><A
NAME="CONFIGLINES"
>5.2. Specific lines</A
></H1
><DIV
CLASS="SECT2"
><H2
CLASS="SECT2"
><A
NAME="AEN867"
>5.2.1. M:line</A
></H2
><PRE
CLASS="SYNOPSIS"
>M:<TT
CLASS="REPLACEABLE"
><I
>server name</I
></TT
>:[<SPAN
CLASS="OPTIONAL"
><TT
CLASS="REPLACEABLE"
><I
>bind address</I
></TT
></SPAN
>]:<TT
CLASS="REPLACEABLE"
><I
>description</I
></TT
></PRE
><P
>	  the name the server will claim to be to clients and to other servers, and usually is chosen to
	  be something that resolves to the server's IP address. The text description is sent out in
	  LINKS and when clients connect.
	</P
><P
>	  The optional bind address is which interface to bind to/send from when making outgoing connections.
	</P
></DIV
><DIV
CLASS="SECT2"
><H2
CLASS="SECT2"
><A
NAME="AEN876"
>5.2.2. A:line</A
></H2
><PRE
CLASS="SYNOPSIS"
>A:<TT
CLASS="REPLACEABLE"
><I
>text</I
></TT
>:<TT
CLASS="REPLACEABLE"
><I
>text</I
></TT
>:<TT
CLASS="REPLACEABLE"
><I
>text</I
></TT
></PRE
><P
>	  This line should contain exactly three text fields, which can contain any arbitrary text. It is
	  returned by the ADMIN command. It is suggested that it contains the name of the organisation
	  running the IRC <SPAN
CLASS="emphasis"
><I
CLASS="EMPHASIS"
>network</I
></SPAN
>, and a means to contact the network/server administrator
	  (probably email).
	</P
></DIV
><DIV
CLASS="SECT2"
><H2
CLASS="SECT2"
><A
NAME="AEN884"
>5.2.3. Y:line</A
></H2
><PRE
CLASS="SYNOPSIS"
>Y:<TT
CLASS="REPLACEABLE"
><I
>class</I
></TT
>:<TT
CLASS="REPLACEABLE"
><I
>ping frequency</I
></TT
>:<TT
CLASS="REPLACEABLE"
><I
>connect frequency</I
></TT
>:<TT
CLASS="REPLACEABLE"
><I
>maximum links</I
></TT
>:<TT
CLASS="REPLACEABLE"
><I
>sendq size</I
></TT
></PRE
><P
>	  Y:lines define classes of connections for later use. The class number is used to connect them to
	  other lines in the config file.
	</P
><P
>	  All fields are integers. The <TT
CLASS="REPLACEABLE"
><I
>class</I
></TT
> field must be a value greater than
	  zero, and must uniquely identify the connection class within the config. The rate at which things
	  in this connection are pinged to see if their connection is still alive is controlled by the
	  second field.
	</P
><P
>	  <TT
CLASS="REPLACEABLE"
><I
>connect frequency</I
></TT
> for a server connection is the time in seconds this server will
	  wait before attempting to make a connection (if autoconnect is allowed). If the connect frequency is 0 then
	  only one connection will be attempted, at server startup. For a client class, this is the number of 
	  connections which will be allowed from the same originating IP address, or 0 for no limit.
	</P
><P
>	  sendq is the size in bytes of the queue which holds messages awaiting delivery to the target. For
	  clients a few hundred thousand bytes is adequete; for servers at least 4Mb is recommended.
	</P
><P
>	  When picking a server to connect to, the ircd will try higher connection classes first, unless
	  they are waiting for the "connect frequency" time to elapse before trying again.
	</P
></DIV
><DIV
CLASS="SECT2"
><H2
CLASS="SECT2"
><A
NAME="AEN899"
>5.2.4. I:line</A
></H2
><PRE
CLASS="SYNOPSIS"
>I:[<SPAN
CLASS="OPTIONAL"
><TT
CLASS="REPLACEABLE"
><I
>spoof host</I
></TT
></SPAN
>]:[<SPAN
CLASS="OPTIONAL"
><TT
CLASS="REPLACEABLE"
><I
>password</I
></TT
></SPAN
>]:<TT
CLASS="REPLACEABLE"
><I
>domain mask</I
></TT
>::<TT
CLASS="REPLACEABLE"
><I
>connection class</I
></TT
></PRE
><P
>	  I:lines allow client connections to the server, and control/set various flags about those connections.
	</P
><P
>          The spoof host is used if the = flag is specified.
	</P
><P
>	  If a password is given, then it must be used at connection time or the connection will be
	  dropped, without checking any other I:lines.
	</P
><P
>	  The domain mask matches may (and usually does) contain wildcards. The domain mask may have
	  several prefixes which affect the client connection. They are:
	  <P
></P
><UL
><LI
><P
>		-  Don't prefix a ~ to the username if the ident check fails.
	      </P
></LI
><LI
><P
>		+  Require ident check to succeed to connect.
	      </P
></LI
><LI
><P
>		!  Only allow n connections (as defined in the Y:line) per IP address, not per hostmask.
	      </P
></LI
><LI
><P
>		^  Exempt from K/G lines. Partially exempt from D lines.
	      </P
></LI
><LI
><P
>		&#38;  Will not be killed by the bot check.
	      </P
></LI
><LI
><P
>		&#62;  Exempt from connection limits.
	      </P
></LI
><LI
><P
>		=  The IP mask field contains the hostname to spoof to.
	      </P
></LI
><LI
><P
>		/  Spoof the hostname automatically on connect.
	      </P
></LI
></UL
>
	</P
><P
>	  If no = flag is given, then SPOOF_LIMIT_HOST in config.h will be used as the hostname to spoof
	  to, if any.
	</P
></DIV
><DIV
CLASS="SECT2"
><H2
CLASS="SECT2"
><A
NAME="AEN930"
>5.2.5. O:line</A
></H2
><PRE
CLASS="SYNOPSIS"
>O:<TT
CLASS="REPLACEABLE"
><I
>hostname</I
></TT
>:<TT
CLASS="REPLACEABLE"
><I
>password</I
></TT
>:<TT
CLASS="REPLACEABLE"
><I
>nick</I
></TT
>:<TT
CLASS="REPLACEABLE"
><I
>allowed umodes</I
></TT
>:<TT
CLASS="REPLACEABLE"
><I
>connection class</I
></TT
>:<TT
CLASS="REPLACEABLE"
><I
>default umodes</I
></TT
></PRE
><P
>	  O:lines define who may use the OPER command to gain extended privileges.
	</P
><P
>	  The hostname may be a mask, and must match for an OPER command to work.
	  The password may be encrypted as an MD5 hash, depending on compile-time configuration.
	</P
><P
>	  Dancer uses a very different system than most ircds. Rather than a capabilities field, it has
	  a field which contains the list of umodes an oper may have. This allows for very fine control
	  of what a person can and can't do.
	</P
><P
>	  When an OPER command succeeds, the user will be moved into the connection class specified
	  in the O:line, and they will have all the umodes in the "default umodes" field set.
	</P
></DIV
><DIV
CLASS="SECT2"
><H2
CLASS="SECT2"
><A
NAME="AEN943"
>5.2.6. C/N:lines</A
></H2
><PRE
CLASS="SYNOPSIS"
>C:<TT
CLASS="REPLACEABLE"
><I
>hostname</I
></TT
>:[<SPAN
CLASS="OPTIONAL"
><TT
CLASS="REPLACEABLE"
><I
>password</I
></TT
></SPAN
>]:<TT
CLASS="REPLACEABLE"
><I
>name</I
></TT
>:[<SPAN
CLASS="OPTIONAL"
><TT
CLASS="REPLACEABLE"
><I
>port</I
></TT
></SPAN
>]:<TT
CLASS="REPLACEABLE"
><I
>connection class</I
></TT
></PRE
><PRE
CLASS="SYNOPSIS"
>N:<TT
CLASS="REPLACEABLE"
><I
>hostname</I
></TT
>:[<SPAN
CLASS="OPTIONAL"
><TT
CLASS="REPLACEABLE"
><I
>password</I
></TT
></SPAN
>]:<TT
CLASS="REPLACEABLE"
><I
>name</I
></TT
>::<TT
CLASS="REPLACEABLE"
><I
>connection class</I
></TT
>[<SPAN
CLASS="OPTIONAL"
>:</SPAN
>]</PRE
><P
>	  These always appear in matched pairs, and define what servers may connect or be connected to.
	</P
><P
>	  The hostname must match that of the remote server. The cleartext password in the C:line on one
	  side of a link must match the (possibly hashed) password in the N:line on the other side. The
	  name must match that given in the first field of the M:line on the remote server.
	</P
><P
>	  If a port is given in the C:line, a connection will be automatically attempted according to the
	  connection class, on startup, and at regular intervals when a server is not connected.
	</P
><P
>	  In order for a server to be listed in the LINKS response, it must have an N:line (it need not
	  have a C:line, nor need there be a valid password in the N:line).  <SPAN
CLASS="emphasis"
><I
CLASS="EMPHASIS"
>If the last (6th
	  field) is present (ie: trailing colon after connection class), then the server will not be
	  listed in LINKS.</I
></SPAN
> This allows you to have locally connected servers which are not
	  listed, and listed servers which are not locally connected.
	</P
></DIV
><DIV
CLASS="SECT2"
><H2
CLASS="SECT2"
><A
NAME="AEN965"
>5.2.7. K:line</A
></H2
><PRE
CLASS="SYNOPSIS"
>K:<TT
CLASS="REPLACEABLE"
><I
>hostname</I
></TT
>:[<SPAN
CLASS="OPTIONAL"
><TT
CLASS="REPLACEABLE"
><I
>time ranges</I
></TT
></SPAN
>]:<TT
CLASS="REPLACEABLE"
><I
>username</I
></TT
></PRE
><P
>	  A K:line bans all users matching a given user and host from connecting to the server. Both the
	  hostname and the username may contain wildcards.
	</P
><P
>	  The time ranges field is deprecated. It allows a range of times in which the K:line is in effect.
	</P
></DIV
><DIV
CLASS="SECT2"
><H2
CLASS="SECT2"
><A
NAME="AEN974"
>5.2.8. D:line</A
></H2
><PRE
CLASS="SYNOPSIS"
>D:<TT
CLASS="REPLACEABLE"
><I
>IP address</I
></TT
>:<TT
CLASS="REPLACEABLE"
><I
>comment</I
></TT
></PRE
><P
>	  D:lines (dumps) drop all connections from the given address or CIDR mask. This is notably less expensive
	  on the server than a K:line, so should be used by preference to deal with persistant attackers. Note
	  that D:lines must be individually placed on each server, and should not be used lightly.
	</P
></DIV
><DIV
CLASS="SECT2"
><H2
CLASS="SECT2"
><A
NAME="AEN980"
>5.2.9. Q:lines</A
></H2
><PRE
CLASS="SYNOPSIS"
>Q:<TT
CLASS="REPLACEABLE"
><I
>nick mask</I
></TT
>:<TT
CLASS="REPLACEABLE"
><I
>reason</I
></TT
>[<SPAN
CLASS="OPTIONAL"
>:<TT
CLASS="REPLACEABLE"
><I
>user</I
></TT
>@<TT
CLASS="REPLACEABLE"
><I
>host</I
></TT
></SPAN
>]</PRE
><P
>	  Q:lines (quarantines) prevent the given nick or anything matching the given mask from being used, unless
	  the user is connected matching the given user@host mask.
	</P
></DIV
><DIV
CLASS="SECT2"
><H2
CLASS="SECT2"
><A
NAME="AEN989"
>5.2.10. X:lines</A
></H2
><PRE
CLASS="SYNOPSIS"
>X:<TT
CLASS="REPLACEABLE"
><I
>mask</I
></TT
>:<TT
CLASS="REPLACEABLE"
><I
>reason</I
></TT
>::<TT
CLASS="REPLACEABLE"
><I
>kill</I
></TT
></PRE
><P
>	  X:lines match the mask against the realname field for the a client attempting to connect. If <TT
CLASS="REPLACEABLE"
><I
>kill</I
></TT
>
	  is non-zero (true) then the client will be dropped as if they were K:lined, instead of being allowed to connect, otherwise
	  a warning notice will be broadcast to the opers with +r set.
	</P
></DIV
><DIV
CLASS="SECT2"
><H2
CLASS="SECT2"
><A
NAME="AEN997"
>5.2.11. H:line</A
></H2
><PRE
CLASS="SYNOPSIS"
>H:<TT
CLASS="REPLACEABLE"
><I
>domain mask</I
></TT
>::<TT
CLASS="REPLACEABLE"
><I
>server name</I
></TT
></PRE
><P
>	  An H:line allows a remote server matching the given masks to introduce other servers.
	</P
></DIV
><DIV
CLASS="SECT2"
><H2
CLASS="SECT2"
><A
NAME="AEN1003"
>5.2.12. P:line</A
></H2
><PRE
CLASS="SYNOPSIS"
>P::[<SPAN
CLASS="OPTIONAL"
><TT
CLASS="REPLACEABLE"
><I
>bind address</I
></TT
></SPAN
>]::<TT
CLASS="REPLACEABLE"
><I
>port number</I
></TT
></PRE
><P
>	  A P:line specifies what ports a server should listen on.
	</P
></DIV
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
SUMMARY="Footer navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="config.htm"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="index.htm"
ACCESSKEY="H"
>Home</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>&nbsp;</TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>Server config file format</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="config.htm"
ACCESSKEY="U"
>Up</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>&nbsp;</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>