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
/
cull.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Define NDEBUG when not building in debug mode.
Sadie Powell
2026-04-06
1
-10
/
+10
*
Abolish FMT_PTR, this does the same for both formatters.
Sadie Powell
2026-03-02
1
-8
/
+8
*
Disable service registration messages when not using a debug build.
Sadie Powell
2026-03-02
1
-7
/
+7
*
Use C++20 <format> instead of fmtlib when available.
Sadie Powell
2024-08-22
1
-7
/
+7
*
Update copyright headers.
InspIRCd Robot
2024-06-07
1
-1
/
+1
*
Minor improvements to cull logging.
•••
- CULLLIST has been renamed to CULL which is easier to spell. - Some log messages have been improved slightly.
Sadie Powell
2023-07-05
1
-8
/
+8
*
Restore the double container logic in CullList::Apply.
•••
Unfortunately we can't just use a set here as some cullable objects need to be deleted in the order they were culled.
Sadie Powell
2023-07-05
1
-1
/
+6
*
Fix an indentation issue in CullList::Apply.
Sadie Powell
2023-07-05
1
-2
/
+2
*
Avoid iterator invalidation issues in ActionList::Run.
Sadie Powell
2023-07-05
1
-2
/
+4
*
Clean up object culling and fix a rare crash.
Sadie Powell
2023-06-17
1
-11
/
+22
*
Log the number of object added to the cull list from a destructor.
Sadie Powell
2023-06-08
1
-1
/
+1
*
Don't log object culls unless built with RTTI.
•••
This is spammy and not very useful without type information.
Sadie Powell
2023-01-25
1
-2
/
+0
*
Convert log calls to use fmtlib format strings
Sadie Powell
2023-01-24
1
-13
/
+13
*
Convert WriteToSnoMask/WriteGlobalSno to use fmtlib format strings.
Sadie Powell
2023-01-23
1
-2
/
+2
*
Qualify auto correctly in all cases.
Sadie Powell
2023-01-10
1
-4
/
+4
*
Merge branch 'insp3' into master.
Sadie Powell
2023-01-01
1
-2
/
+1
*
Modernize various minor legacy C++isms.
Sadie Powell
2022-07-30
1
-11
/
+8
*
Remove some unnecessary getters in ConnectClass.
•••
All of these members are public anyway.
Sadie Powell
2022-07-22
1
-1
/
+1
*
Print the typeid of a doubly culled type in CullList::Apply().
Sadie Powell
2022-05-17
1
-0
/
+5
*
Rewrite logging calls to use the new APIs.
Sadie Powell
2022-05-01
1
-7
/
+7
*
Switch simple iterator loops to use range-based for loops.
Sadie Powell
2021-04-07
1
-2
/
+1
*
Fix a ton of pedantic compiler warnings.
Sadie Powell
2021-04-04
1
-6
/
+6
*
Refactor classbase/CullResult into Cullable/Cullable::Result.
Sadie Powell
2021-03-02
1
-0
/
+124