| Commit message (Expand) | Author | Age | Files | Lines |
| * | Refuse to set an extension on the wrong type of extensible. | Sadie Powell | 2022-01-31 | 1 | -2/+10 |
| * | Make extension names case insensitive. | Sadie Powell | 2022-01-31 | 1 | -1/+1 |
| * | Add the type to the Extensible class. | Sadie Powell | 2022-01-31 | 1 | -1/+4 |
| * | Rename the ExtensionItem::type field to extype to avoid collisions. | Sadie Powell | 2022-01-31 | 1 | -1/+1 |
| * | Abolish the infernal space before accessibility keywords. | Sadie Powell | 2022-01-25 | 1 | -14/+14 |
| * | Fix the doxygen documentation and style of the extension classes. | Sadie Powell | 2022-01-22 | 1 | -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.
| Sadie Powell | 2022-01-21 | 1 | -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.
| Sadie Powell | 2022-01-16 | 1 | -3/+0 |
| * | Allow setting extension data on connect classes. | Sadie Powell | 2022-01-16 | 1 | -0/+3 |
| * | Promote ExtensionItem::ExtensibleType to a top level enum class. | Sadie Powell | 2021-12-23 | 1 | -19/+19 |
| * | Add the final keyword to all remaining classes that can have it. | Sadie Powell | 2021-12-20 | 1 | -5/+9 |
| * | Replace some references to ssl with tls. | Sadie Powell | 2021-12-08 | 1 | -5/+5 |
| * | Merge branch 'insp3' into master. | Sadie Powell | 2021-07-01 | 1 | -1/+1 |
| |\ |
|
| | * | Fix various spelling issues (#1883).•••Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
| Josh Soref | 2021-06-21 | 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 | -5/+4 |
| * | | Fix a ton of pedantic compiler warnings. | Sadie Powell | 2021-04-04 | 1 | -16/+1 |
| * | | Add a subclass of ExtensionItem exclusively for booleans. | Sadie Powell | 2021-03-17 | 1 | -0/+56 |
| * | | Implement support for automatically syncing extension items. | Sadie Powell | 2021-03-17 | 1 | -6/+18 |
| * | | Mark {From,To}{Human,Internal,Network} as noexcept. | Sadie Powell | 2021-03-17 | 1 | -13/+13 |
| * | | Add a forwarding overload of SimpleExtItem#Set. | Sadie Powell | 2021-03-17 | 1 | -6/+5 |
| * | | 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 | -2/+2 |
| * | | Refactor classbase/CullResult into Cullable/Cullable::Result. | Sadie Powell | 2021-03-02 | 1 | -2/+2 |
| * | | Replace defaultdeleter with the C++11 one and rename culldeleter. | Sadie Powell | 2021-01-30 | 1 | -1/+1 |
| * | | Rename Extensible::doUnhookExtensions to UnhookExtensions. | Sadie Powell | 2021-01-30 | 1 | -1/+1 |
| * | | Pascalize ExtensionItem::{get,set,unset}_raw. | Sadie Powell | 2020-07-20 | 1 | -9/+11 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2020-05-05 | 1 | -2/+2 |
| |\| |
|
| | * | Update copyright headers. | InspIRCd Robot | 2020-04-24 | 1 | -1/+1 |
| | * | Fixes by misspell-fixer | InspIRCd Robot | 2020-04-21 | 1 | -1/+1 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2020-04-09 | 1 | -2/+2 |
| |\| |
|
| | * | Fix various documentation and formatting issues. | Sadie Powell | 2020-03-30 | 1 | -3/+3 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2020-01-17 | 1 | -0/+3 |
| |\| |
|
| | * | Update copyright headers. | InspIRCd Robot | 2020-01-11 | 1 | -0/+3 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2019-11-13 | 1 | -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.
| Peter Powell | 2019-10-14 | 1 | -1/+9 |
| * | | Replace LocalIntExt with IntExtItem. | Sadie Powell | 2019-08-13 | 1 | -8/+46 |
| * | | Rewrite and merge LocalStringExt, StringExtItem. | Sadie Powell | 2019-08-13 | 1 | -17/+27 |
| * | | Move the Module parameter of ExtensionItem et al to the start.•••This matches what other ServiceProvider types do.
| Sadie Powell | 2019-08-13 | 1 | -11/+16 |
| * | | Rename ExtensionItem::free to ExtensionItem::Delete. | Sadie Powell | 2019-08-13 | 1 | -7/+7 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2019-08-13 | 1 | -6/+3 |
| |\| |
|
| | * | Free StringExtItem and SimpleExtItem values correctly. | Peter Powell | 2019-08-13 | 1 | -6/+3 |
| | * | Convert LocalExtItem to a typedef and deprecate it. | Peter Powell | 2019-08-13 | 1 | -11/+5 |
| * | | Remove remnants of the old ExtensionItem serialisation system.•••Also rm LocalExtItem whilst we are at it as it is now obsolete.
| Sadie Powell | 2019-08-09 | 1 | -27/+3 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2019-08-09 | 1 | -35/+80 |
| |\| |
|
| | * | Convert all core ExtensionItem code away from {un,}serialize. | Peter Powell | 2019-08-07 | 1 | -8/+6 |
| | * | Add {To,From}{Human,Internal,Network} to ExtensionItem.•••Also, deprecate the old SerializeFormat/serialize/unserialise API.
| Peter Powell | 2019-08-07 | 1 | -15/+35 |
| | * | Document ExtensionItem better. | Peter Powell | 2019-08-07 | 1 | -12/+38 |
| * | | Replace the override macro with the override keyword. | Sadie Powell | 2019-01-25 | 1 | -14/+14 |
| |/ |
|
| * | Pass the Extensible container to ExtensionItem::free(). | Peter Powell | 2018-08-12 | 1 | -5/+5 |