Age | Commit message (Expand) | Author |
2018-08-12 | Pass the Extensible container to ExtensionItem::free(). | Peter Powell |
2017-11-21 | Add the override keyword in places that it is missing. | Peter Powell |
2017-07-12 | Add CXX11_OVERRIDE to overridden members that lack it. | Peter Powell |
2016-02-25 | Include stdint.h from inspircd.h | Attila Molnar |
2015-12-28 | Fix some whitespace issues | Attila Molnar |
2015-12-02 | Merge branch 'master+serviceinit' | Attila Molnar |
2015-11-26 | Add LocalIntExt and LocalStringExt::unserialize() for non-FORMAT_NETWORK | Attila Molnar |
2015-11-26 | Add ExtensionManager::GetExts() | Attila Molnar |
2015-11-26 | Add typedef ExtensionManager::ExtMap | Attila Molnar |
2015-11-23 | Implement ExtensionItem::RegisterService() | Attila Molnar |
2015-01-18 | Specify which Extensible subclass an ExtensionItem is valid for | Attila Molnar |
2014-12-15 | Change type of some associative containers to their flat versions, including ... | Attila Molnar |
2014-03-24 | Make it possible to customize how SimpleExtItem should delete items | Attila Molnar |
2014-02-15 | Add ParamModeBase and ParamMode, change all parameter modes to inherit from P... | Attila Molnar |
2014-02-10 | Replace DummyExtItem with a flag in Extensible | Attila Molnar |
2014-01-06 | Unset all extensions and the topic when lowering TS on a channel | Attila Molnar |
2013-04-12 | Tidy up source files: | Peter Powell |
2012-12-02 | Throw an exception when attempting to register an extension with a name that ... | attilamolnar |
2012-07-06 | #include <stdint.h>, add header guard to extensible.h | attilamolnar |
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- |
2009-11-16 | Use ServiceProvider for inter-module dependencies | danieldg |
2009-11-15 | Add Inspircd::AddServices | danieldg |
2009-10-25 | Force heap allocation of refcountbase, create usecountbase for non-allocation... | danieldg |
2009-10-24 | Move forward declarations to typedefs.h | danieldg |
2009-10-19 | Maintain refcount of Module objects to complain about leaked pointers | danieldg |
2009-10-19 | Fix implementation of reference to const, use reference counting for Extensib... | danieldg |
2009-10-18 | Cull channels, warn when Extensible objects are not culled as they must be | danieldg |
2009-10-17 | Some windows compile fixes | danieldg |
2009-10-17 | Make classbase and refcountbase uncopyable; expand comments on their indended... | danieldg |
2009-10-14 | Move static map of extensions into ServerInstance, add const-correctness | danieldg |
2009-10-12 | CoreExport changes, clean up DoHostCycle when users are exempted | danieldg |
2009-10-11 | Less CoreExport.. Too much of a good thing.. | peavey |
2009-10-11 | More CoreExport. | peavey |
2009-09-28 | Fix warnings from BSD build and work around the failures of BSD make | danieldg |
2009-09-15 | Remove Extensible items from user, channel, and Membership on module unload | danieldg |
2009-09-13 | Add SerializeFormat for easier metadata formatting | danieldg |
2009-09-13 | Change Extensible to use strongly typed entries | danieldg |