angiosperm/doc
Ron Nazarov 0362544ce4
Increase default channel limit and re-enable defer_accept
2022-04-17 00:23:25 +01:00
..
features doc/features/extban.txt: document $j, $x, and $z 2021-10-02 17:20:38 +01:00
oper-guide Allow auth{} to apply extra umodes (#202) 2021-06-12 11:04:33 -07:00
technical Mailmap and copyright update for Ariadne 2021-06-01 12:40:02 -04:00
Makefile.am Ginormous docs cleanup. 2016-03-05 22:39:50 -06:00
connecting-servers.rst Add a tutorial for connecting servers and services. 2021-07-06 17:07:39 +01:00
credits-past.txt Mailmap and copyright update for Ariadne 2021-06-01 12:40:02 -04:00
ircd.conf.example Increase default channel limit and re-enable defer_accept 2022-04-17 00:23:25 +01:00
ircd.motd Innovation by sed 2020-10-15 15:52:41 +01:00
logfiles.txt Ginormous docs cleanup. 2016-03-05 22:39:50 -06:00
modes.txt Ginormous docs cleanup. 2016-03-05 22:39:50 -06:00
readme.txt Rename doc/index.txt to doc/readme.txt and mention reference.conf 2021-07-31 00:48:23 -04:00
reference.conf Add description parameter to auth blocks (#327) 2022-04-14 14:39:45 -07:00
server-version-info.txt ircd: remove basically entirely pointless ServerInfo.hub (closes #167) 2016-03-19 23:05:07 -05:00

readme.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.