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
/
extension.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add ExtensionItem::OnSync which is called when an ext is synchronised.
Sadie Powell
2024-07-24
1
-0
/
+7
*
Update copyright headers.
InspIRCd Robot
2024-07-14
1
-1
/
+1
*
Don't broadcast a ListExtItem when setting it in FromInternal.
Sadie Powell
2024-07-14
1
-3
/
+3
*
Avoid allocating in ListExtItem when its obviously not necessary.
Sadie Powell
2024-07-07
1
-0
/
+6
*
Update copyright headers.
InspIRCd Robot
2024-06-07
1
-1
/
+1
*
Move TokenList back to its own header and move INSP_FORMAT to compat.
•••
This allows making stringutils an optional header given that most of it is not used by most of the codebase.
Sadie Powell
2023-09-03
1
-0
/
+1
*
Move stdalgo::string::join to utility/string and templatise separator.
Sadie Powell
2023-08-11
1
-1
/
+3
*
Fix calling the base Set/Unset implementation in ListExtItem.
Sadie Powell
2023-01-10
1
-2
/
+2
*
Rename the SimpleExtItem type parameter to be more descriptive.
Sadie Powell
2022-12-27
1
-11
/
+11
*
Allow overriding the deleter in ListExtItem.
Sadie Powell
2022-12-27
1
-2
/
+2
*
Add the SimpleExtItem::GetRef method.
Sadie Powell
2022-12-27
1
-1
/
+16
*
Add the ListExtItem extension type.
Sadie Powell
2022-12-27
1
-0
/
+76
*
Fix a Doxygen documentation typo.
Sadie Powell
2022-12-20
1
-1
/
+1
*
Move {From,To}Network from StringExtItem to SimpleExtItem.
Sadie Powell
2022-12-20
1
-6
/
+13
*
Move extension types to their own header to speed up build times.
Sadie Powell
2022-12-19
1
-0
/
+333