]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
Merge extras/m_privdeaf into m_deaf and update documentation.
authorMatt Schatz <genius3000@g3k.solutions>
Tue, 2 Apr 2019 06:11:27 +0000 (00:11 -0600)
committerPeter Powell <petpow@saberuk.com>
Wed, 3 Apr 2019 12:29:22 +0000 (13:29 +0100)
commit66ecf04088b747c00e7fdf8380fbece7848018be
tree33982dbfebd89ed661147656bce3aa31f5daad14
parent15b93b6c20fff37e02e3862dff742054e652ff2a
Merge extras/m_privdeaf into m_deaf and update documentation.

- Merge the 2.0 extras module m_privdeaf (usermode +D for deaf to
user messages and notices) as they have a similar purpose.
- Improve the channel deaf logic where a known case of bypassing
still looped the channel userlist building an empty exemption list.
- Improve the comments within the code.
- Update the documentation with the previously undocumented
configuration to deaf and the new privdeaf configuration.
docs/conf/helpop.conf.example
docs/conf/modules.conf.example
docs/conf/opers.conf.example
src/modules/m_deaf.cpp