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