solanum-vs-hackint-and-char.../doc
Jess Porter 00ba30c175
Add oper:free_target (#374)
Co-authored-by: Ed Kellett <e@kellett.im>
2022-09-26 19:50:11 +01:00
..
features
oper-guide
technical EBMASK capab, to burst BMASK metadata (#354) 2022-08-20 01:35:54 +01:00
connecting-servers.rst
credits-past.txt
ircd.conf.example
ircd.motd
logfiles.txt
Makefile.am
modes.txt
readme.txt
reference.conf Add oper:free_target (#374) 2022-09-26 19:50:11 +01: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.