solanum-vs-hackint-and-char.../doc
Aaron Jones 1ccc642277 doc/reference.conf: document the auth::umodes configuration option
Fixes: 4d8088c386 ("Allow auth{} to apply extra umodes")
2024-01-16 15:54:29 +00:00
..
features Fix typo 2023-08-07 16:48:50 +01:00
oper-guide Allow auth{} to apply extra umodes (#202) 2021-06-12 11:04:33 -07:00
technical EBMASK capab, to burst BMASK metadata (#354) 2022-08-20 01:35:54 +01:00
connecting-servers.rst doc/connecting-servers: update example atheme protocol module 2023-05-15 17:50:58 -05:00
credits-past.txt Mailmap and copyright update for Ariadne 2021-06-01 12:40:02 -04:00
ircd.conf.example extensions/invite_notify: make the NOTICE optional, configurable 2023-11-08 13:12:49 +00: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
Makefile.am 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 doc/reference.conf: document the auth::umodes configuration option 2024-01-16 15:54:29 +00:00
server-version-info.txt ircd: remove basically entirely pointless ServerInfo.hub (closes #167) 2016-03-19 23:05:07 -05:00

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.