Initial import
[ratbox-ambernet.git] / doc / index.txt
blob4df0562480fb410fc6dcae8f0ddd37d9f397849b
2 # $Id: index.txt 16899 2004-05-25 17:19:53Z leeh $
3 Here is the overview of the documents in the doc/ directory.
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
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.