index
:
~steering
/
inspircd++.git
this commit
insp2
insp4
Unnamed repository; edit this file 'description' to name the repository.
steering7253
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
modules
/
m_disable.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some warnings noticed by the readability-* clang-tidy checkers.
Sadie Powell
2022-09-03
1
-2
/
+2
*
Rewrite logging calls to use the new APIs.
Sadie Powell
2022-05-01
1
-3
/
+3
*
Hide disabled commands from /COMMANDS.
Sadie Powell
2022-03-29
1
-1
/
+18
*
Pack the mode set more efficiently and add support for numeric modes.
Sadie Powell
2022-03-27
1
-2
/
+2
*
Add a typedef for the mode status bitset.
Sadie Powell
2022-03-27
1
-9
/
+6
*
Abolish the infernal space before accessibility keywords.
Sadie Powell
2022-01-25
1
-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.
Sadie Powell
2022-01-15
1
-1
/
+1
*
Refactor CoreException and ModuleException.
Sadie Powell
2022-01-07
1
-3
/
+3
*
Mark all module classes as final.
Sadie Powell
2021-10-01
1
-1
/
+2
*
Merge branch 'insp3' into master.
Sadie Powell
2021-05-14
1
-1
/
+1
|
\
|
*
Update copyright headers.
InspIRCd Robot
2021-05-14
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-04-27
1
-2
/
+3
|
\
|
|
*
Improve the message sent when a mode does not exist.
Sadie Powell
2021-04-19
1
-2
/
+3
*
|
Switch simple iterator loops to use range-based for loops.
Sadie Powell
2021-04-07
1
-4
/
+1
*
|
Convert various mode methods to take Mode::Change.
•••
- AccessCheck - AfterMode - BeforeMode - OnModeChange - OnRawMode
Sadie Powell
2021-03-30
1
-9
/
+9
*
|
Move FilePosition to fileutils.h and use in ConfigTag.
Sadie Powell
2020-11-03
1
-3
/
+3
*
|
Convert ConfigTag from reference<> to std::shared_ptr<>.
Sadie Powell
2020-10-31
1
-2
/
+2
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-08-25
1
-1
/
+1
|
\
|
|
*
Fix null-checking the wrong variable in the disable module.
•••
Closes #1792.
Sadie Powell
2020-08-01
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-05-19
1
-2
/
+2
|
\
|
|
*
Allow disabling the COMMANDS command.
Sadie Powell
2020-05-07
1
-2
/
+2
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-05-05
1
-1
/
+1
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2020-04-24
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-04-11
1
-1
/
+1
|
\
|
|
*
Update the module descriptions using mkversion.
Sadie Powell
2020-04-10
1
-1
/
+1
*
|
Improve storage of module description, flags, and link data.
Sadie Powell
2020-04-11
1
-5
/
+5
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-04-09
1
-2
/
+3
|
\
|
|
*
Fix the log message in the disable module.
•••
Modes are set and unset not executed.
Sadie Powell
2020-04-02
1
-2
/
+3
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-01-17
1
-0
/
+1
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2020-01-11
1
-0
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-01-01
1
-1
/
+1
|
\
|
|
*
Update my name and email address.
Sadie Powell
2019-12-31
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2019-05-15
1
-3
/
+3
|
\
|
|
*
Textual improvements and fixes such as typos, casing, etc. (#1612)
Robby
2019-04-28
1
-2
/
+2
|
*
Fix grammar in unknown mode/snomask character messages.
Robby
2019-04-21
1
-1
/
+1
*
|
SnomaskManager: remove fakederef.
Sadie Powell
2019-02-07
1
-1
/
+1
*
|
ModeParser: remove fakederef.
Sadie Powell
2019-02-07
1
-1
/
+1
*
|
LogManager: remove fakederef.
Sadie Powell
2019-02-07
1
-3
/
+3
*
|
Remove all 2.0 config compatibility code.
Sadie Powell
2019-01-25
1
-1
/
+1
*
|
Replace the override macro with the override keyword.
Sadie Powell
2019-01-25
1
-4
/
+4
|
/
*
Move the <disabled> tag out of the core to a new module.
Peter Powell
2019-01-24
1
-0
/
+189