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