aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_hidelist.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the module descriptions using mkversion.Gravatar Sadie Powell2020-04-101-1/+1
* Update copyright headers.Gravatar InspIRCd Robot2020-01-111-1/+3
* Make more modules rehash atomically (#1535)•••Have each module validate the values it loads before setting them, so any errors don't result in partial application of the configs Gravatar linuxdaemon2018-12-191-4/+11
* Add ConfigTag::getUInt for reading unsigned config values.Gravatar Peter Powell2018-04-161-1/+1
* Add the override keyword in places that it is missing.•••GCCs warnings for this are much better than Clangs. Gravatar Peter Powell2017-11-211-1/+1
* Convert WriteNumeric() calls to pass the parameters of the numeric as method ...Gravatar Attila Molnar2016-02-251-1/+1
* m_hidelist Make minimum rank required to view lists configurableGravatar Attila Molnar2014-09-101-3/+10
* Add m_hidelist that allows hiding the lists of listmodesGravatar Attila Molnar2014-09-101-0/+80