aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_disable.cpp
Commit message (Expand)AuthorAgeFilesLines
* Hide disabled commands from /COMMANDS.Gravatar Sadie Powell2022-03-291-1/+18
* Pack the mode set more efficiently and add support for numeric modes.Gravatar Sadie Powell2022-03-271-2/+2
* Add a typedef for the mode status bitset.Gravatar Sadie Powell2022-03-271-9/+6
* Abolish the infernal space before accessibility keywords.Gravatar Sadie Powell2022-01-251-2/+2
* Rename CUSTOM_PRINTF to ATTR_PRINTF.•••ATTR_* matches the naming scheme which will be used for function attributes from now on. Also, redocument it to have a better description and allow Doxygen to parse it. Gravatar Sadie Powell2022-01-151-1/+1
* Refactor CoreException and ModuleException.Gravatar Sadie Powell2022-01-071-3/+3
* Mark all module classes as final.Gravatar Sadie Powell2021-10-011-1/+2
* Merge branch 'insp3' into master.Gravatar Sadie Powell2021-05-141-1/+1
|\
| * Update copyright headers.Gravatar InspIRCd Robot2021-05-141-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-04-271-2/+3
|\|
| * Improve the message sent when a mode does not exist.Gravatar Sadie Powell2021-04-191-2/+3
* | Switch simple iterator loops to use range-based for loops.Gravatar Sadie Powell2021-04-071-4/+1
* | Convert various mode methods to take Mode::Change.•••- AccessCheck - AfterMode - BeforeMode - OnModeChange - OnRawMode Gravatar Sadie Powell2021-03-301-9/+9
* | Move FilePosition to fileutils.h and use in ConfigTag.Gravatar Sadie Powell2020-11-031-3/+3
* | Convert ConfigTag from reference<> to std::shared_ptr<>.Gravatar Sadie Powell2020-10-311-2/+2
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-08-251-1/+1
|\|
| * Fix null-checking the wrong variable in the disable module.•••Closes #1792. Gravatar Sadie Powell2020-08-011-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-05-191-2/+2
|\|
| * Allow disabling the COMMANDS command.Gravatar Sadie Powell2020-05-071-2/+2
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-05-051-1/+1
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2020-04-241-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-04-111-1/+1
|\|
| * Update the module descriptions using mkversion.Gravatar Sadie Powell2020-04-101-1/+1
* | Improve storage of module description, flags, and link data.Gravatar Sadie Powell2020-04-111-5/+5
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-04-091-2/+3
|\|
| * Fix the log message in the disable module.•••Modes are set and unset not executed. Gravatar Sadie Powell2020-04-021-2/+3
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-01-171-0/+1
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2020-01-111-0/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-01-011-1/+1
|\|
| * Update my name and email address.Gravatar Sadie Powell2019-12-311-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2019-05-151-3/+3
|\|
| * Textual improvements and fixes such as typos, casing, etc. (#1612)Gravatar Robby2019-04-281-2/+2
| * Fix grammar in unknown mode/snomask character messages.Gravatar Robby2019-04-211-1/+1
* | SnomaskManager: remove fakederef.Gravatar Sadie Powell2019-02-071-1/+1
* | ModeParser: remove fakederef.Gravatar Sadie Powell2019-02-071-1/+1
* | LogManager: remove fakederef.Gravatar Sadie Powell2019-02-071-3/+3
* | Remove all 2.0 config compatibility code.Gravatar Sadie Powell2019-01-251-1/+1
* | Replace the override macro with the override keyword.Gravatar Sadie Powell2019-01-251-4/+4
|/
* Move the <disabled> tag out of the core to a new module.Gravatar Peter Powell2019-01-241-0/+189