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