aboutsummaryrefslogtreecommitdiff
path: root/include/extensible.h
Commit message (Expand)AuthorAgeFilesLines
* Refuse to set an extension on the wrong type of extensible.Gravatar Sadie Powell2022-01-311-2/+10
* Make extension names case insensitive.Gravatar Sadie Powell2022-01-311-1/+1
* Add the type to the Extensible class.Gravatar Sadie Powell2022-01-311-1/+4
* Rename the ExtensionItem::type field to extype to avoid collisions.Gravatar Sadie Powell2022-01-311-1/+1
* Abolish the infernal space before accessibility keywords.Gravatar Sadie Powell2022-01-251-14/+14
* Fix the doxygen documentation and style of the extension classes.Gravatar Sadie Powell2022-01-221-137/+175
* Fix various edge cases in extensible synchronisation.•••- Fix not forwarding the accountid extensible if it is set. - Rename the variadic Set() overload to SetFwd(). - Re-add the `const T&` overload of Set(). - Move `bool synced` to SimpleExtItem from StringExtItem. - Only sync extensibles if their instance is marked as syncable. Gravatar Sadie Powell2022-01-211-13/+23
* Revert "Allow setting extension data on connect classes".•••This can't reasonably be implemented safely with the current way that extensibles work. This reverts commit b867007d201b1a3b130186c54e41481c0374a7f6. Gravatar Sadie Powell2022-01-161-3/+0
* Allow setting extension data on connect classes.Gravatar Sadie Powell2022-01-161-0/+3
* Promote ExtensionItem::ExtensibleType to a top level enum class.Gravatar Sadie Powell2021-12-231-19/+19
* Add the final keyword to all remaining classes that can have it.Gravatar Sadie Powell2021-12-201-5/+9
* Replace some references to ssl with tls.Gravatar Sadie Powell2021-12-081-5/+5
* Merge branch 'insp3' into master.Gravatar Sadie Powell2021-07-011-1/+1
|\
| * Fix various spelling issues (#1883).•••Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> Gravatar Josh Soref2021-06-211-1/+1
* | Remove usecountbase from ExtensionItem and refer to using pointers.•••At one point (1.2?) this was actually useful but nowadays its not. Gravatar Sadie Powell2021-04-091-5/+4
* | Fix a ton of pedantic compiler warnings.Gravatar Sadie Powell2021-04-041-16/+1
* | Add a subclass of ExtensionItem exclusively for booleans.Gravatar Sadie Powell2021-03-171-0/+56
* | Implement support for automatically syncing extension items.Gravatar Sadie Powell2021-03-171-6/+18
* | Mark {From,To}{Human,Internal,Network} as noexcept.Gravatar Sadie Powell2021-03-171-13/+13
* | Add a forwarding overload of SimpleExtItem#Set.Gravatar Sadie Powell2021-03-171-6/+5
* | Pascalize Unset in extension item classes.Gravatar Sadie Powell2021-03-171-2/+2
* | Pascalize Set in extension item classes.Gravatar Sadie Powell2021-03-171-3/+3
* | Pascalize Get in extension item classes.Gravatar Sadie Powell2021-03-171-2/+2
* | Refactor classbase/CullResult into Cullable/Cullable::Result.Gravatar Sadie Powell2021-03-021-2/+2
* | Replace defaultdeleter with the C++11 one and rename culldeleter.Gravatar Sadie Powell2021-01-301-1/+1
* | Rename Extensible::doUnhookExtensions to UnhookExtensions.Gravatar Sadie Powell2021-01-301-1/+1
* | Pascalize ExtensionItem::{get,set,unset}_raw.Gravatar Sadie Powell2020-07-201-9/+11
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-05-051-2/+2
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2020-04-241-1/+1
| * Fixes by misspell-fixerGravatar InspIRCd Robot2020-04-211-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-04-091-2/+2
|\|
| * Fix various documentation and formatting issues.Gravatar Sadie Powell2020-03-301-3/+3
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-01-171-0/+3
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2020-01-111-0/+3
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2019-11-131-1/+9
|\|
| * Implement serialisation of users.•••This allows for various things which will be coming in the future. e.g. Transferring users to another server on upgrade. Gravatar Peter Powell2019-10-141-1/+9
* | Replace LocalIntExt with IntExtItem.Gravatar Sadie Powell2019-08-131-8/+46
* | Rewrite and merge LocalStringExt, StringExtItem.Gravatar Sadie Powell2019-08-131-17/+27
* | Move the Module parameter of ExtensionItem et al to the start.•••This matches what other ServiceProvider types do. Gravatar Sadie Powell2019-08-131-11/+16
* | Rename ExtensionItem::free to ExtensionItem::Delete.Gravatar Sadie Powell2019-08-131-7/+7
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2019-08-131-6/+3
|\|
| * Free StringExtItem and SimpleExtItem values correctly.Gravatar Peter Powell2019-08-131-6/+3
| * Convert LocalExtItem to a typedef and deprecate it.Gravatar Peter Powell2019-08-131-11/+5
* | Remove remnants of the old ExtensionItem serialisation system.•••Also rm LocalExtItem whilst we are at it as it is now obsolete. Gravatar Sadie Powell2019-08-091-27/+3
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2019-08-091-35/+80
|\|
| * Convert all core ExtensionItem code away from {un,}serialize.Gravatar Peter Powell2019-08-071-8/+6
| * Add {To,From}{Human,Internal,Network} to ExtensionItem.•••Also, deprecate the old SerializeFormat/serialize/unserialise API. Gravatar Peter Powell2019-08-071-15/+35
| * Document ExtensionItem better.Gravatar Peter Powell2019-08-071-12/+38
* | Replace the override macro with the override keyword.Gravatar Sadie Powell2019-01-251-14/+14
|/
* Pass the Extensible container to ExtensionItem::free().Gravatar Peter Powell2018-08-121-5/+5