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
/
listmode.cpp
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Switch ascii comparisons over to our own casemap functions.
Sadie Powell
2026-04-30
1
-1
/
+1
|
*
Remove the remaining bits of stdalgo to utility/container.
Sadie Powell
2026-04-04
1
-1
/
+2
|
*
Switch modules from reference<> to shared_ptr<> and weak_ptr<>.
Sadie Powell
2026-03-29
1
-1
/
+1
|
*
Make the ban checking functions able to check any list mode.
Sadie Powell
2026-03-08
1
-2
/
+3
|
*
Replace IS_* with member functions.
Sadie Powell
2026-03-08
1
-1
/
+1
|
|
|
|
|
|
- All user types get an Is* function. - Only local users are cast using the old function so only local users get an As* function.
*
Rename ServiceProvider::creator to service_creator and add GetSource.
Sadie Powell
2026-03-02
1
-1
/
+1
|
*
Rename ServiceProvider methods to avoid shadowing issues.
Sadie Powell
2026-03-02
1
-8
/
+13
|
*
Merge branch 'insp4' into master.
Sadie Powell
2025-12-07
1
-1
/
+1
|
\
|
*
Update copyright headers.
InspIRCd Robot
2025-12-03
1
-1
/
+1
|
|
*
|
Merge branch 'insp4' into master.
Sadie Powell
2025-03-22
1
-1
/
+1
|
\
|
|
*
Add a formatting overload of the ModuleException constructor.
Sadie Powell
2025-03-18
1
-1
/
+1
|
|
*
|
Merge branch 'insp4' into master.
Sadie Powell
2025-03-01
1
-1
/
+1
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2025-02-28
1
-1
/
+1
|
|
*
|
Merge branch 'insp4' into master.
Sadie Powell
2025-02-14
1
-0
/
+1
|
\
|
|
*
When removing a list mode update the parameter to the actual entry.
Sadie Powell
2025-01-25
1
-0
/
+1
|
|
*
|
Merge branch 'insp4' into master.
Sadie Powell
2024-11-01
1
-7
/
+0
|
\
|
|
*
All core numerics should be in numeric.h not in .cpp files.
Sadie Powell
2024-10-26
1
-7
/
+0
|
|
*
|
Use C++20 <format> instead of fmtlib when available.
Sadie Powell
2024-08-22
1
-6
/
+6
|
|
*
|
Always use fmtlib directly.
Sadie Powell
2024-06-07
1
-6
/
+6
|
/
*
Update copyright headers.
InspIRCd Robot
2024-06-07
1
-2
/
+2
|
*
Add an option for including the setter's full mask in list modes.
Sadie Powell
2023-09-21
1
-1
/
+5
|
*
Fix big list limits and expose the limit to TellListTooLong.
Sadie Powell
2023-08-12
1
-15
/
+19
|
*
Fix list modes unintentionally being case sensitive.
Sadie Powell
2023-08-12
1
-2
/
+2
|
|
|
|
Closes #907.
*
Update usages of stdalgo::string::equalsci to use insp::equalsci.
Sadie Powell
2023-08-11
1
-1
/
+1
|
*
Replace getInt/getUInt/getFloat with type safe templated functions.
Sadie Powell
2023-01-25
1
-1
/
+1
|
*
Convert log calls to use fmtlib format strings
Sadie Powell
2023-01-24
1
-2
/
+2
|
*
Replace InspIRCd::Format with fmt::format.
Sadie Powell
2023-01-23
1
-6
/
+7
|
*
Replace ModeAction with bool.
Sadie Powell
2023-01-22
1
-7
/
+7
|
|
|
|
This enum is functionally the same as bool but with weird semantics.
*
Rework the levels things are logged at to make more sense.
Sadie Powell
2022-12-18
1
-1
/
+1
|
*
Fix various inappropriate uses of UINT_MAX.
Sadie Powell
2022-10-14
1
-1
/
+1
|
*
Move numerics to the source files where they are actually used.
Sadie Powell
2022-06-26
1
-0
/
+7
|
*
Rewrite logging calls to use the new APIs.
Sadie Powell
2022-05-01
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
|
|
*
|
Constify the parameter arguments in ListModeBase's Tell* methods.
Sadie Powell
2022-04-17
1
-3
/
+3
|
|
*
|
Refactor ListModeBase::OnModeChange.
Sadie Powell
2022-04-17
1
-33
/
+34
|
|
*
|
Remove ValidateParam and rename CanonicalizeParam.
Sadie Powell
2022-04-17
1
-28
/
+4
|
|
|
|
|
|
|
|
|
|
|
|
|
|
There's basically no safe way to handle a malformed list mode sent by a remote server without causing a desync. Its probably for the best if we just only apply validation to locally added list modes entries.
*
|
Add ListModeBase::CanonicalizeParam, fix cleaning extban masks.
Sadie Powell
2022-04-16
1
-4
/
+10
|
|
*
|
Make the parameter field of ValidateParam const.
Sadie Powell
2022-04-16
1
-1
/
+1
|
|
*
|
Use a consistent message format for end of list numerics.
Sadie Powell
2022-04-01
1
-4
/
+3
|
|
*
|
Merge branch 'insp3' into master.
Sadie Powell
2022-04-01
1
-3
/
+7
|
\
|
|
*
Fix DisplayEmptyList not being called when a list does not exist.
Sadie Powell
2022-04-01
1
-5
/
+8
|
|
*
|
Refactor CoreException and ModuleException.
Sadie Powell
2022-01-07
1
-1
/
+1
|
|
*
|
Make all extensibles use kebab-case for names where possible.
Sadie Powell
2021-12-26
1
-1
/
+1
|
|
*
|
Promote ExtensionItem::ExtensibleType to a top level enum class.
Sadie Powell
2021-12-23
1
-1
/
+1
|
|
*
|
Added -Wshorten-64-to-32 and fixed all warnings.
Dominic Hamon
2021-05-30
1
-5
/
+5
|
|
*
|
Move channel logic from InspIRCd to the new ChannelManager class.
Sadie Powell
2021-05-08
1
-1
/
+1
|
|
*
|
Switch simple iterator loops to use range-based for loops.
Sadie Powell
2021-04-07
1
-19
/
+14
|
|
*
|
Fix a ton of pedantic compiler warnings.
Sadie Powell
2021-04-04
1
-1
/
+1
|
|
*
|
Constify variables within loops.
Sadie Powell
2021-04-01
1
-1
/
+1
|
|
[next]