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
/
extensible.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Migrate collections from insert to emplace.
Sadie Powell
2021-04-18
1
-1
/
+1
*
Remove usecountbase from ExtensionItem and refer to using pointers.
•••
At one point (1.2?) this was actually useful but nowadays its not.
Sadie Powell
2021-04-09
1
-2
/
+2
*
Fix a ton of pedantic compiler warnings.
Sadie Powell
2021-04-04
1
-4
/
+7
*
Add support for syncing metadata set on memberships.
•••
No compat logic is required here as existing servers will just drop the unknown METADATA message when they can't find the target.
Sadie Powell
2021-04-01
1
-2
/
+1
*
Add a subclass of ExtensionItem exclusively for booleans.
Sadie Powell
2021-03-17
1
-0
/
+59
*
Implement support for automatically syncing extension items.
Sadie Powell
2021-03-17
1
-5
/
+33
*
Move extensible code from base.cpp to extensible.cpp and cleanup.
Sadie Powell
2021-03-17
1
-0
/
+140
*
Mark {From,To}{Human,Internal,Network} as noexcept.
Sadie Powell
2021-03-17
1
-8
/
+8
*
Pascalize Unset in extension item classes.
Sadie Powell
2021-03-17
1
-2
/
+2
*
Pascalize Set in extension item classes.
Sadie Powell
2021-03-17
1
-3
/
+3
*
Pascalize Get in extension item classes.
Sadie Powell
2021-03-17
1
-1
/
+1
*
Pascalize ExtensionItem::{get,set,unset}_raw.
Sadie Powell
2020-07-20
1
-4
/
+4
*
Merge branch 'insp3' into master.
Sadie Powell
2020-01-01
1
-1
/
+1
*
Replace LocalIntExt with IntExtItem.
Sadie Powell
2019-08-13
1
-0
/
+49
*
Rewrite and merge LocalStringExt, StringExtItem.
Sadie Powell
2019-08-13
1
-0
/
+51