]> jfr.im git - solanum.git/blob - doc/index.txt
Add oper:privs
[solanum.git] / doc / index.txt
1 Here is the overview of the documents in the doc/ directory.
2
3 Subdirectories:
4
5 features/ - Documents about features and standards
6 technical/ - Technical documents about ircd internals and
7 protocol information
8 sgml/ - SGML documentation
9
10 Files:
11
12 ircd.conf.example - An example ircd.conf file describing most of the
13 user settable options
14 ircd.motd - A default ircd.motd used by make install
15 credits-past.txt - Credits for the predecessors to Charybdis
16 logfiles.txt - Description of formatting of some logfiles
17 server-version-info.txt - Overview of the flags shown in /version
18
19 Also in the contrib/ directory you will find:
20 example_module.c - An example module, detailing what the code in a module
21 does. Useful for building your own modules.