| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Add the override keyword in places that it is missing.•••GCCs warnings for this are much better than Clangs.
| Peter Powell | 2017-11-21 | 1 | -13/+13 |
| * | Add CXX11_OVERRIDE to overridden members that lack it.•••This fixes a ton of warnings when building on compilers that
default to C++11 or newer.
| Peter Powell | 2017-07-12 | 1 | -1/+1 |
| * | Include stdint.h from inspircd.h | Attila Molnar | 2016-02-25 | 1 | -2/+0 |
| * | Fix some whitespace issues | Attila Molnar | 2015-12-28 | 1 | -2/+2 |
| * | Merge branch 'master+serviceinit' | Attila Molnar | 2015-12-02 | 1 | -0/+4 |
| |\ |
|
| | * | Implement ExtensionItem::RegisterService() | Attila Molnar | 2015-11-23 | 1 | -0/+4 |
| * | | Add LocalIntExt and LocalStringExt::unserialize() for non-FORMAT_NETWORK | Attila Molnar | 2015-11-26 | 1 | -0/+2 |
| * | | Add ExtensionManager::GetExts() | Attila Molnar | 2015-11-26 | 1 | -0/+5 |
| * | | Add typedef ExtensionManager::ExtMap | Attila Molnar | 2015-11-26 | 1 | -1/+5 |
| |/ |
|
| * | Specify which Extensible subclass an ExtensionItem is valid for | Attila Molnar | 2015-01-18 | 1 | -6/+20 |
| * | Change type of some associative containers to their flat versions, including ... | Attila Molnar | 2014-12-15 | 1 | -1/+1 |
| * | Make it possible to customize how SimpleExtItem should delete items | Attila Molnar | 2014-03-24 | 1 | -5/+9 |
| * | Add ParamModeBase and ParamMode, change all parameter modes to inherit from P...•••- Type of the extension used to store data is a template parameter
- The extension is automatically unset when the mode is unset
- Handlers inheriting from ParamMode have to provide OnSet() and SerializeParam(); may optionally provide OnUnset()
- Transparently handle the case when OnSet() modifies the mode parameter
- Remove Channel::custom_mode_params map; ask the mode handlers to serialize their parameters instead
| Attila Molnar | 2014-02-15 | 1 | -0/+1 |
| * | Replace DummyExtItem with a flag in Extensible | Attila Molnar | 2014-02-10 | 1 | -0/+5 |