]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
Rework the example services aliases.
authorPeter Powell <petpow@saberuk.com>
Thu, 13 Oct 2016 07:41:57 +0000 (08:41 +0100)
committerPeter Powell <petpow@saberuk.com>
Wed, 16 Nov 2016 10:56:39 +0000 (10:56 +0000)
commit25f2f7f3e8e04ecb341aab7d75dfda6724670eda
treec1b1f4cedb61a3df297b6754ee7f3625b4950c8f
parent1457c8738c707bddde4bb73fafcb618c24be9abe
Rework the example services aliases.

- Split common stuff into a generic configuration file.
- Reserve all nicknames used by services by default.
- Exempt all services clients from filtering.
- Add missing aliases for services pseudoclients.
docs/conf/aliases/anope.conf.example [deleted file]
docs/conf/aliases/atheme.conf.example [deleted file]
docs/conf/inspircd.conf.example
docs/conf/modules.conf.example
docs/conf/services/anope.conf.example [new file with mode: 0644]
docs/conf/services/atheme.conf.example [new file with mode: 0644]
docs/conf/services/generic.conf.example [new file with mode: 0644]
make/template/main.mk
src/modules/m_alias.cpp