aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_hidemode.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix a bunch of weird indentation and spacing issues.Gravatar Sadie Powell2021-04-271-1/+1
|
* Update the module descriptions using mkversion.Gravatar Sadie Powell2020-04-101-1/+1
|
* Update copyright headers.Gravatar InspIRCd Robot2020-01-111-1/+4
|
* Add oper exemption to hidemode.Gravatar Matt Schatz2019-10-201-0/+3
|
* Make more modules rehash atomically (#1535)Gravatar linuxdaemon2018-12-191-8/+12
| | | | | Have each module validate the values it loads before setting them, so any errors don't result in partial application of the configs
* Add a module for hiding mode changes from unprivileged users.Gravatar Peter Powell2018-09-091-0/+198
Co-authored-by: Attila Molnar <attilamolnar@hush.com>