mirror of
https://github.com/matrix-construct/construct
synced 2024-11-02 11:58:53 +01:00
212380e3f4
+ branches/release-2.1 -> 2.2 base + 3.0 -> branches/cxxconversion + backport some immediate 3.0 functionality for 2.2 + other stuff
29 lines
1.4 KiB
Text
29 lines
1.4 KiB
Text
|
|
# $Id: index.txt 6 2005-09-10 01:02:21Z nenolod $
|
|
Here is the overview of the documents in the doc/ directory.
|
|
|
|
CIDR.txt - Description of CIDR in IPv4
|
|
Tao-of-IRC.940110 - No comment...
|
|
challenge.txt - Overview of the challenge/response system for
|
|
obtaining operator status
|
|
example.conf - An example ircd.conf file describing most of the
|
|
user settable options
|
|
guidelines.txt - Documentation guidelines
|
|
hooks.txt - Overview of the hooks available
|
|
index.txt - This file
|
|
ircd.8 - The new revised manpage, read with the following
|
|
commands in the prefix directory:
|
|
man -M . ircd
|
|
ircd.motd - A default ircd.motd used by make install
|
|
logfiles.txt - Description of formatting of some logfiles
|
|
modeg.txt - An in depth description of the server side silence
|
|
user mode (+g)
|
|
modes.txt - A list of all user and channel modes
|
|
operguide.txt - EFnet operator's guide
|
|
opermyth.txt - Oper myth's, describes what opers can and cannot do
|
|
server-version-info - Overview of the flags shown in /version
|
|
whats-new.txt - What new features are available
|
|
|
|
Also in the contrib/ directory you will find:
|
|
example_module.c - An example module, detailing what the code in a module
|
|
does. Useful for building your own modules.
|