aboutsummaryrefslogtreecommitdiff
path: root/include/extension.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers.Gravatar InspIRCd Robot2024-06-071-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. Gravatar Sadie Powell2023-09-031-0/+1
* Move stdalgo::string::join to utility/string and templatise separator.Gravatar Sadie Powell2023-08-111-1/+3
* Fix calling the base Set/Unset implementation in ListExtItem.Gravatar Sadie Powell2023-01-101-2/+2
* Rename the SimpleExtItem type parameter to be more descriptive.Gravatar Sadie Powell2022-12-271-11/+11
* Allow overriding the deleter in ListExtItem.Gravatar Sadie Powell2022-12-271-2/+2
* Add the SimpleExtItem::GetRef method.Gravatar Sadie Powell2022-12-271-1/+16
* Add the ListExtItem extension type.Gravatar Sadie Powell2022-12-271-0/+76
* Fix a Doxygen documentation typo.Gravatar Sadie Powell2022-12-201-1/+1
* Move {From,To}Network from StringExtItem to SimpleExtItem.Gravatar Sadie Powell2022-12-201-6/+13
* Move extension types to their own header to speed up build times.Gravatar Sadie Powell2022-12-191-0/+333