]> jfr.im git - irc/rqf/shadowircd.git/blob - doc/index.txt
Do not log ERROR messages from unknowns.
[irc/rqf/shadowircd.git] / doc / index.txt
1
2 # $Id: index.txt 6 2005-09-10 01:02:21Z nenolod $
3 Here is the overview of the documents in the doc/ directory.
4
5 CIDR.txt - Description of CIDR in IPv4
6 Tao-of-IRC.940110 - No comment...
7 challenge.txt - Overview of the challenge/response system for
8 obtaining operator status
9 example.conf - An example ircd.conf file describing most of the
10 user settable options
11 guidelines.txt - Documentation guidelines
12 hooks.txt - Overview of the hooks available
13 index.txt - This file
14 ircd.8 - The new revised manpage, read with the following
15 commands in the prefix directory:
16 man -M . ircd
17 ircd.motd - A default ircd.motd used by make install
18 logfiles.txt - Description of formatting of some logfiles
19 modeg.txt - An in depth description of the server side silence
20 user mode (+g)
21 modes.txt - A list of all user and channel modes
22 operguide.txt - EFnet operator's guide
23 opermyth.txt - Oper myth's, describes what opers can and cannot do
24 server-version-info - Overview of the flags shown in /version
25 whats-new.txt - What new features are available
26
27 Also in the contrib/ directory you will find:
28 example_module.c - An example module, detailing what the code in a module
29 does. Useful for building your own modules.