solanum-vs-hackint-and-char.../doc
2021-10-02 17:20:38 +01:00
..
features doc/features/extban.txt: document $j, $x, and $z 2021-10-02 17:20:38 +01:00
oper-guide
technical
connecting-servers.rst
credits-past.txt
ircd.conf.example fix typo in sasl_only_client_message (#279) 2021-09-15 11:57:48 -07:00
ircd.motd
logfiles.txt
Makefile.am
modes.txt
readme.txt
reference.conf fix typo in sasl_only_client_message (#279) 2021-09-15 11:57:48 -07:00
server-version-info.txt

Here is the overview of the documents in the doc/ directory.

Subdirectories:

features/               - Documents about features and standards
technical/              - Technical documents about ircd internals and
                          protocol information
sgml/                   - SGML documentation

Files:

ircd.conf.example       - An example ircd.conf file describing most of the
                          user settable options
ircd.motd               - A default ircd.motd used by make install
reference.conf          - A complete example showing all possible config
                          options
credits-past.txt        - Credits for the predecessors to Charybdis
logfiles.txt            - Description of formatting of some logfiles
server-version-info.txt - Overview of the flags shown in /version

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.