Age | Commit message (Expand) | Author |
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 |
2009-10-17 | Remove dummy API_VERSION from Version constructor | danieldg |
2009-10-17 | Rewrite ConfigReader again | danieldg |
2009-10-14 | Fix module unmapping with culled Module objects | danieldg |
2009-10-14 | Move static map of extensions into ServerInstance, add const-correctness | danieldg |
2009-10-13 | Remove Command and ModeHandler objects in their destructors; fixes possible p... | danieldg |
2009-10-12 | DLLFactory-- | danieldg |
2009-10-12 | Make OnChannelRestrictionApply take a User* instead of a Membership* [jackmcb... | danieldg |
2009-10-12 | m_exemptchanops by jackmcbarn - channel mode +X to allow per-channel setting | danieldg |
2009-10-08 | Update Event and Request APIs | danieldg |
2009-10-06 | Correctly ignore dummy argument to Version | danieldg |
2009-10-06 | Take advantage of link errors to check API_VERSION at module load time | danieldg |
2009-10-05 | Add OnBuildNeighborList hook, replaces all uses of OnHostCycle | danieldg |
2009-10-05 | Run DelMode and DelModeWatcher in RemoveModule | danieldg |
2009-10-02 | Fix valgrind issues and crashes on exit | danieldg |
2009-09-30 | Fix compilation of SQL modules, use GlobalCulls to clean up deleted modules | danieldg |