Age | Commit message (Expand) | Author |
2013-05-16 | Fix m_randquote with 0 quotes | Adam |
2013-04-05 | Don't attempt to unload or reload modules that are waiting to be unloaded | attilamolnar |
2012-12-02 | Throw an exception when attempting to register an extension with a name that ... | attilamolnar |
2012-10-12 | Windows: In-depth cleanup (see details) | ChrisTX |
2012-09-13 | New OnUserSetIP() hook | attilamolnar |
2012-07-01 | Revert "users: introduce OnSetClientIP hook." | Robin Burchell |
2012-06-12 | users: introduce OnSetClientIP hook. | William Pitcock |
2012-06-12 | Fix 2 clang warnings reported by @SaberUK | attilamolnar |
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- |
2011-07-23 | Fix compile warning | Daniel De Graaf |
2011-07-19 | Remove harmless but scary-looking logfile lines | Daniel De Graaf |
2010-04-01 | Split up API_VERSION number | Daniel De Graaf |
2010-03-22 | Remove channel argument from OnSendWhoLine, this information is already avail... | danieldg |
2010-03-22 | Move ModuleManager::UnloadAll out of modmanager_dynamic | danieldg |
2010-03-22 | Allow static initialization of dynamic_reference objects | danieldg |
2010-03-13 | Convert pgsql to SQLv3 | danieldg |
2010-03-06 | Fix ModuleManager::SetPriority algorithm which did not handle PRIORITY_BEFORE... | danieldg |
2010-02-20 | Restore <options:exemptchanops> with long names | danieldg |
2010-02-19 | Kill m_spy, which was replaced by channels/auspex in 1.2 but kept alive for n... | danieldg |
2010-02-14 | m_dnsbl updates | danieldg |
2010-02-11 | Change SERVICE_{CMODE,UMODE} to SERVICE_MODE, which makes more sense | danieldg |
2010-02-02 | Allow opermotd to specify its file in <files> without also requiring an <oper... | danieldg |
2010-02-02 | Executable include for MOTD and more | danieldg |
2010-02-02 | Add OnSetConnectClass hook for use in adding requirements to connect classes ... | danieldg |
2010-02-01 | Add parameters to OnSendWhoLine hook, fixes "/who * o" returning opers with +H | danieldg |
2010-01-28 | Fix empty FMODE being sent if SendMode mode changes | danieldg |
2010-01-21 | Put ConfigReader deprecation warning in logs | danieldg |
2010-01-19 | Fix some command registration warnings | danieldg |
2010-01-19 | ERROR is not a valid log level, so all these messages were getting dropped | danieldg |
2010-01-18 | PreCommand/PostCommand are local-only hooks | danieldg |
2010-01-17 | Add Module::init() for correct exception handling during hook registration | danieldg |
2010-01-17 | PURE_STATIC improvements: Allow modules to be reloaded, generate linker argum... | danieldg |
2010-01-14 | Verify cloak keys match during CAPAB negotiation | danieldg |
2010-01-14 | Move revision information from Version object to a static symbol | danieldg |
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain |
2009-11-16 | Use ServiceProvider for inter-module dependencies | danieldg |
2009-11-15 | Add Inspircd::AddServices | danieldg |
2009-11-11 | Allow static build of inspircd without module support | danieldg |
2009-10-25 | Force heap allocation of refcountbase, create usecountbase for non-allocation... | danieldg |
2009-10-21 | Kill ListenSocketBase, use OnAcceptConnection for all new connections | danieldg |
2009-10-21 | Use ConfigTagList as a faster access method for access to configuration | danieldg |
2009-10-21 | Change module API to use LocalUser* where correct | danieldg |
2009-10-20 | Fix channel deletion on user quit and automatic removal of mode "z" | danieldg |
2009-10-20 | Move DumpText into User; kill unused WriteWallOps and DecreasePenalty functions | danieldg |
2009-10-20 | Use custom allocater to decide if refcountbase was allocated on the heap and ... | 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-19 | Clean up some log messages | danieldg |
2009-10-19 | Prevent path names from being specified in modules, and move moduledir to a <... | danieldg |
2009-10-17 | Make classbase and refcountbase uncopyable; expand comments on their indended... | danieldg |