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 (
Collapse
)
Author
Age
Files
Lines
*
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.
Sadie Powell
2023-01-25
1
-2
/
+0
|
|
|
|
This is spammy and not very useful without type information.
*
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.
Sadie Powell
2022-07-22
1
-1
/
+1
|
|
|
|
All of these members are public anyway.
*
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