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
/
include
/
mode.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix various cases of the &* being next to the name instead of type.
Sadie Powell
2022-09-29
1
-2
/
+2
*
Fix some warnings noticed by the readability-* clang-tidy checkers.
Sadie Powell
2022-09-03
1
-2
/
+2
*
Switch from NULL to nullptr.
Sadie Powell
2022-07-22
1
-6
/
+6
*
Fix the modehandlers array being bigger than necessary
•••
We now pack the positions within this array so we can shrink it.
Sadie Powell
2022-06-23
1
-5
/
+2
*
Use size_t instead of `unsigned int` in ModeParser.
Sadie Powell
2022-06-11
1
-1
/
+1
*
Add a typedef for a mode rank.
Sadie Powell
2022-05-17
1
-9
/
+13
*
Store a set of list mode pointers in Membership instead of characters.
Sadie Powell
2022-05-17
1
-0
/
+9
*
Fix various Doxygen comment issues.
Sadie Powell
2022-05-02
1
-1
/
+1
*
Merge branch 'insp3' into master.
Sadie Powell
2022-04-29
1
-1
/
+1
|
\
|
*
Update copyright headers.
InspIRCd Robot
2022-04-28
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2022-04-16
1
-0
/
+6
|
\
|
|
*
Add a method for finding the next prefix mode above a rank.
Sadie Powell
2022-04-11
1
-0
/
+6
*
|
Replace duplicated documentation with @copydoc.
Sadie Powell
2022-04-16
1
-24
/
+5
*
|
Pack the mode set more efficiently and add support for numeric modes.
Sadie Powell
2022-03-27
1
-0
/
+4
*
|
Add a typedef for the mode status bitset.
Sadie Powell
2022-03-27
1
-0
/
+3
*
|
Fix unsigned/const keyword ordering, remove unnecessary consts.
Sadie Powell
2022-03-27
1
-2
/
+2
*
|
Abolish the infernal space before accessibility keywords.
Sadie Powell
2022-01-25
1
-13
/
+13
*
|
Fix a few Doxygen comment errors.
Sadie Powell
2022-01-24
1
-1
/
+1
*
|
Add constexpr to the initialisation of various const static fields.
Sadie Powell
2022-01-18
1
-3
/
+3
*
|
Refactor CoreException and ModuleException.
Sadie Powell
2022-01-07
1
-1
/
+1
*
|
Add the final keyword to all remaining classes that can have it.
Sadie Powell
2021-12-20
1
-6
/
+11
*
|
Remove a bunch of unnecessary whitespace.
Sadie Powell
2021-08-17
1
-1
/
+0
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-07-04
1
-3
/
+7
|
\
|
|
*
Fix some "targ" usages which were missed in the earlier commit.
Sadie Powell
2021-07-03
1
-3
/
+7
*
|
Move ModeParser::BuildPrefixes to core_mode.
•••
Now we've dropped support for the 1202 protocol we don't need this in the core.
Sadie Powell
2021-07-03
1
-5
/
+0
*
|
Move ModeParser::GiveModeList to core_mode.
•••
Now we've dropped support for the 1202 protocol we don't need this in the core.
Sadie Powell
2021-07-03
1
-8
/
+0
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-07-01
1
-1
/
+1
|
\
|
|
*
Fix various spelling issues (#1883).
•••
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Josh Soref
2021-06-21
1
-1
/
+1
*
|
Rename Simple{Channel,User}ModeHandler to match other mode handlers.
Sadie Powell
2021-06-01
1
-4
/
+4
*
|
Added -Wshorten-64-to-32 and fixed all warnings.
Dominic Hamon
2021-05-30
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-05-11
1
-2
/
+2
|
\
|
|
*
Fix a bunch of weird indentation and spacing issues.
Sadie Powell
2021-04-27
1
-2
/
+2
*
|
Constify their_param in ResolveModeConflict.
•••
There's no reason for this to be mutable.
Sadie Powell
2021-04-06
1
-1
/
+1
*
|
Fix a ton of pedantic compiler warnings.
Sadie Powell
2021-04-04
1
-21
/
+11
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-03-31
1
-1
/
+1
|
\
|
|
*
Fix various documentation comments.
Sadie Powell
2021-03-31
1
-1
/
+1
*
|
Convert various mode methods to take Mode::Change.
•••
- AccessCheck - AfterMode - BeforeMode - OnModeChange - OnRawMode
Sadie Powell
2021-03-30
1
-8
/
+8
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-03-05
1
-1
/
+1
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2021-03-05
1
-1
/
+1
*
|
Refactor classbase/CullResult into Cullable/Cullable::Result.
Sadie Powell
2021-03-02
1
-2
/
+2
*
|
Merge branch 'insp3' into master.
Sadie Powell
2021-02-28
1
-0
/
+10
|
\
|
|
*
Fix not sending ERR_INVALIDMODEPARAM when a parameter is malformed.
•••
Closes #1850.
Sadie Powell
2021-02-27
1
-0
/
+10
*
|
Clean up a bunch of contructors and destructors.
Sadie Powell
2020-11-01
1
-2
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-05-05
1
-6
/
+6
|
\
|
|
*
Fixes by misspell-fixer
InspIRCd Robot
2020-04-21
1
-6
/
+6
*
|
Use C++11 inline initialisation for class members.
Sadie Powell
2020-02-06
1
-5
/
+5
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-01-17
1
-6
/
+19
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2020-01-11
1
-2
/
+6
|
*
Add an oper only parameter to Simple{Channel,User}ModeHandler.
Sadie Powell
2020-01-05
1
-4
/
+12
*
|
Merge branch 'insp3' into master.
Sadie Powell
2019-07-27
1
-6
/
+10
|
\
|
[next]