| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Pascalize ExtensionItem::{get,set,unset}_raw. | 2020-07-20 | 1 | -9/+11 | |
| | | |||||
| * | Merge branch 'insp3' into master. | 2020-05-05 | 1 | -2/+2 | |
| |\ | |||||
| | * | Update copyright headers. | 2020-04-24 | 1 | -1/+1 | |
| | | | |||||
| | * | Fixes by misspell-fixer | 2020-04-21 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2020-04-09 | 1 | -2/+2 | |
| |\| | |||||
| | * | Fix various documentation and formatting issues. | 2020-03-30 | 1 | -3/+3 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2020-01-17 | 1 | -0/+3 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-01-11 | 1 | -0/+3 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2019-11-13 | 1 | -1/+9 | |
| |\| | |||||
| | * | Implement serialisation of users. | 2019-10-14 | 1 | -1/+9 | |
| | | | | | | | | | | | | | This allows for various things which will be coming in the future. e.g. Transferring users to another server on upgrade. | ||||
| * | | Replace LocalIntExt with IntExtItem. | 2019-08-13 | 1 | -8/+46 | |
| | | | |||||
| * | | Rewrite and merge LocalStringExt, StringExtItem. | 2019-08-13 | 1 | -17/+27 | |
| | | | |||||
| * | | Move the Module parameter of ExtensionItem et al to the start. | 2019-08-13 | 1 | -11/+16 | |
| | | | | | | | | | This matches what other ServiceProvider types do. | ||||
| * | | Rename ExtensionItem::free to ExtensionItem::Delete. | 2019-08-13 | 1 | -7/+7 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2019-08-13 | 1 | -6/+3 | |
| |\| | |||||
| | * | Free StringExtItem and SimpleExtItem values correctly. | 2019-08-13 | 1 | -6/+3 | |
| | | | |||||
| | * | Convert LocalExtItem to a typedef and deprecate it. | 2019-08-13 | 1 | -11/+5 | |
| | | | |||||
| * | | Remove remnants of the old ExtensionItem serialisation system. | 2019-08-09 | 1 | -27/+3 | |
| | | | | | | | | | Also rm LocalExtItem whilst we are at it as it is now obsolete. | ||||
| * | | Merge branch 'insp3' into master. | 2019-08-09 | 1 | -35/+80 | |
| |\| | |||||
| | * | Convert all core ExtensionItem code away from {un,}serialize. | 2019-08-07 | 1 | -8/+6 | |
| | | | |||||
| | * | Add {To,From}{Human,Internal,Network} to ExtensionItem. | 2019-08-07 | 1 | -15/+35 | |
| | | | | | | | | | Also, deprecate the old SerializeFormat/serialize/unserialise API. | ||||
| | * | Document ExtensionItem better. | 2019-08-07 | 1 | -12/+38 | |
| | | | |||||
| * | | Replace the override macro with the override keyword. | 2019-01-25 | 1 | -14/+14 | |
| |/ | |||||
| * | Pass the Extensible container to ExtensionItem::free(). | 2018-08-12 | 1 | -5/+5 | |
| | | |||||
| * | Add the override keyword in places that it is missing. | 2017-11-21 | 1 | -13/+13 | |
| | | | | | GCCs warnings for this are much better than Clangs. | ||||
| * | Add CXX11_OVERRIDE to overridden members that lack it. | 2017-07-12 | 1 | -1/+1 | |
| | | | | | | This fixes a ton of warnings when building on compilers that default to C++11 or newer. | ||||
| * | Include stdint.h from inspircd.h | 2016-02-25 | 1 | -2/+0 | |
| | | |||||
| * | Fix some whitespace issues | 2015-12-28 | 1 | -2/+2 | |
| | | |||||
| * | Merge branch 'master+serviceinit' | 2015-12-02 | 1 | -0/+4 | |
| |\ | |||||
| | * | Implement ExtensionItem::RegisterService() | 2015-11-23 | 1 | -0/+4 | |
| | | | |||||
| * | | Add LocalIntExt and LocalStringExt::unserialize() for non-FORMAT_NETWORK | 2015-11-26 | 1 | -0/+2 | |
| | | | |||||
| * | | Add ExtensionManager::GetExts() | 2015-11-26 | 1 | -0/+5 | |
| | | | |||||
| * | | Add typedef ExtensionManager::ExtMap | 2015-11-26 | 1 | -1/+5 | |
| |/ | |||||
| * | Specify which Extensible subclass an ExtensionItem is valid for | 2015-01-18 | 1 | -6/+20 | |
| | | |||||
| * | Change type of some associative containers to their flat versions, including ↵ | 2014-12-15 | 1 | -1/+1 | |
| | | | | | Extensible storage | ||||
| * | Make it possible to customize how SimpleExtItem should delete items | 2014-03-24 | 1 | -5/+9 | |
| | | |||||
| * | Add ParamModeBase and ParamMode, change all parameter modes to inherit from ↵ | 2014-02-15 | 1 | -0/+1 | |
| | | | | | | | | | | | ParamMode - 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 | ||||
| * | Replace DummyExtItem with a flag in Extensible | 2014-02-10 | 1 | -0/+5 | |
| | | |||||
| * | Unset all extensions and the topic when lowering TS on a channel | 2014-01-06 | 1 | -0/+5 | |
| | | |||||
| * | Tidy up source files: | 2013-04-12 | 1 | -4/+1 | |
| | | | | | | | - Use #pragma once instead of include guards. - Move header files in src/modules to include/modules. - Fixed various spacing issues. | ||||
| * | Throw an exception when attempting to register an extension with a name that ↵ | 2012-12-02 | 1 | -1/+1 | |
| | | | | | | | already exists Previously this silently failed | ||||
| * | #include <stdint.h>, add header guard to extensible.h | 2012-07-06 | 1 | -0/+7 | |
| | | | | | Fixes #102 reported by @kshade | ||||
| * | Replace copyright headers with headers granting specific authors copyright | 2012-04-19 | 1 | -0/+19 | |
| | | |||||
| * | Use ServiceProvider for inter-module dependencies | 2009-11-16 | 1 | -1/+1 | |
| | | | | | | | | | | | | This will stop dependency chains from preventing module reloads when it is not actually needed; however, it removes some failsafes that will need to be reimplemented in order to avoid unmapped vtables. This deprecates Request as an inter-module signaling mechanism, although SQL still uses it. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12140 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Add Inspircd::AddServices | 2009-11-15 | 1 | -3/+1 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12135 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Force heap allocation of refcountbase, create usecountbase for ↵ | 2009-10-25 | 1 | -1/+1 | |
| | | | | | | | non-allocation reference counting git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11978 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Move forward declarations to typedefs.h | 2009-10-24 | 1 | -3/+0 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11967 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Maintain refcount of Module objects to complain about leaked pointers | 2009-10-19 | 1 | -1/+1 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11925 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Fix implementation of reference to const, use reference counting for ↵ | 2009-10-19 | 1 | -5/+5 | |
| | | | | | | | ExtensibleItem git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11924 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Cull channels, warn when Extensible objects are not culled as they must be | 2009-10-18 | 1 | -0/+1 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11901 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
