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
/
modules
/
extban.h
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Add support for extbans without letters.
Sadie Powell
2024-10-16
1
-1
/
+1
|
*
Add a type alias for the extban letter type.
Sadie Powell
2024-09-27
1
-8
/
+11
|
*
Clean up the names of some variables in the extban header.
Sadie Powell
2024-09-27
1
-31
/
+31
|
*
Unregister extbans when the providing module is unloaded.
Sadie Powell
2024-07-06
1
-0
/
+5
|
*
Update copyright headers.
InspIRCd Robot
2024-06-14
1
-1
/
+1
|
*
Update Doxygen config and fix some warnings.
Sadie Powell
2024-06-11
1
-1
/
+2
|
*
Update copyright headers.
InspIRCd Robot
2024-06-07
1
-1
/
+1
|
*
Split ExtBan::Acting from ExtBan::ActingBase.
Sadie Powell
2024-02-15
1
-5
/
+23
|
*
Fix list modes unintentionally being case sensitive.
Sadie Powell
2023-08-12
1
-0
/
+26
|
|
|
|
Closes #907.
*
Make Numerics::CannotSendTo properly aware of extbans.
Sadie Powell
2023-06-22
1
-0
/
+4
|
*
Allow remapping mode and extban characters at load time.
Sadie Powell
2022-12-20
1
-1
/
+1
|
|
|
|
Closes #1970.
*
Make the extban enums 8-bit.
Sadie Powell
2022-04-29
1
-0
/
+3
|
*
Fix a missing doxygen comment.
Sadie Powell
2022-04-17
1
-0
/
+6
|
*
Allow normalising extbans to a specific format.
Sadie Powell
2022-04-17
1
-0
/
+15
|
|
|
|
Also, fix canonicalisation of acting extban values.
*
Add ListModeBase::CanonicalizeParam, fix cleaning extban masks.
Sadie Powell
2022-04-16
1
-0
/
+18
|
*
Add a class that wraps a dynamic reference to the extban manager.
Sadie Powell
2022-04-16
1
-0
/
+12
|
*
Remove duplicate includes from module headers.
Sadie Powell
2022-01-25
1
-2
/
+0
|
*
Abolish the infernal space before accessibility keywords.
Sadie Powell
2022-01-25
1
-10
/
+10
|
*
Add the final keyword to all remaining classes that can have it.
Sadie Powell
2021-12-20
1
-1
/
+1
|
*
Fix a ton of pedantic compiler warnings.
Sadie Powell
2021-04-04
1
-1
/
+1
|
*
Implement support for inverted extbans.
Sadie Powell
2020-05-07
1
-5
/
+14
|
*
Deduplicate extban parsing.
Sadie Powell
2020-05-07
1
-0
/
+20
|
*
Add first class support for extbans.
Sadie Powell
2020-05-07
1
-0
/
+254
This replaces the previous support which was pretty much a giant hack and was not synchronised between servers.