]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules.cpp
Change SERVICE_{CMODE,UMODE} to SERVICE_MODE, which makes more sense
[user/henk/code/inspircd.git] / src / modules.cpp
2010-02-11 danieldgChange SERVICE_{CMODE,UMODE} to SERVICE_MODE, which...
2010-02-02 danieldgAllow opermotd to specify its file in <files> without...
2010-02-02 danieldgExecutable include for MOTD and more
2010-02-02 danieldgAdd OnSetConnectClass hook for use in adding requiremen...
2010-02-01 danieldgAdd parameters to OnSendWhoLine hook, fixes "/who ...
2010-01-28 danieldgFix empty FMODE being sent if SendMode mode changes
2010-01-21 danieldgPut ConfigReader deprecation warning in logs
2010-01-19 danieldgFix some command registration warnings
2010-01-19 danieldgERROR is not a valid log level, so all these messages...
2010-01-18 danieldgPreCommand/PostCommand are local-only hooks
2010-01-17 danieldgAdd Module::init() for correct exception handling durin...
2010-01-17 danieldgPURE_STATIC improvements: Allow modules to be reloaded...
2010-01-14 danieldgVerify cloak keys match during CAPAB negotiation
2010-01-14 danieldgMove revision information from Version object to a...
2010-01-11 brain...because every now and again, i have to do a massive...
2009-11-16 danieldgUse ServiceProvider for inter-module dependencies
2009-11-15 danieldgAdd Inspircd::AddServices
2009-11-11 danieldgAllow static build of inspircd without module support
2009-10-25 danieldgForce heap allocation of refcountbase, create usecountb...
2009-10-21 danieldgKill ListenSocketBase, use OnAcceptConnection for all...
2009-10-21 danieldgUse ConfigTagList as a faster access method for access...
2009-10-21 danieldgChange module API to use LocalUser* where correct
2009-10-20 danieldgFix channel deletion on user quit and automatic removal...
2009-10-20 danieldgMove DumpText into User; kill unused WriteWallOps and...
2009-10-20 danieldgUse custom allocater to decide if refcountbase was...
2009-10-19 danieldgMaintain refcount of Module objects to complain about...
2009-10-19 danieldgFix implementation of reference to const, use reference...
2009-10-19 danieldgClean up some log messages
2009-10-19 danieldgPrevent path names from being specified in modules...
2009-10-17 danieldgMake classbase and refcountbase uncopyable; expand...
2009-10-17 danieldgRemove dummy API_VERSION from Version constructor
2009-10-17 danieldgRewrite ConfigReader again
2009-10-14 danieldgFix module unmapping with culled Module objects
2009-10-14 danieldgMove static map of extensions into ServerInstance,...
2009-10-13 danieldgRemove Command and ModeHandler objects in their destruc...
2009-10-12 danieldgDLLFactory--
2009-10-12 danieldgMake OnChannelRestrictionApply take a User* instead...
2009-10-12 danieldgm_exemptchanops by jackmcbarn - channel mode +X to...
2009-10-08 danieldgUpdate Event and Request APIs
2009-10-06 danieldgCorrectly ignore dummy argument to Version
2009-10-06 danieldgTake advantage of link errors to check API_VERSION...
2009-10-05 danieldgAdd OnBuildNeighborList hook, replaces all uses of...
2009-10-05 danieldgRun DelMode and DelModeWatcher in RemoveModule
2009-10-02 danieldgFix valgrind issues and crashes on exit
2009-09-30 danieldgFix compilation of SQL modules, use GlobalCulls to...
2009-09-26 danieldgFlexible SendQ
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-22 danieldgDescribe module purpose in /MODULES output
2009-09-21 danieldgCreate StreamSocket for IO hooking implementation
2009-09-15 danieldgRemove Extensible items from user, channel, and Members...
2009-09-13 danieldgChange match direction of extbans to allow stacking
2009-09-13 danieldgClean up Command constructor
2009-09-13 danieldgAdd SerializeFormat for easier metadata formatting
2009-09-13 danieldgRemove redundant ServerInstance* fields
2009-09-13 danieldgReplace OnAccessCheck with OnPreMode to remove a number...
2009-09-13 danieldgModule API changes to use Membership* where sensible
2009-09-13 danieldgMembership* changes
2009-09-13 danieldgChange Extensible to use strongly typed entries
2009-09-05 w00tLikewise, convert OnLocalTopicChange to OnPreTopicChang...
2009-09-05 w00tChange OnPostLocalTopicChange to be OnPostTopicChange...
2009-09-03 danieldgChange cmd_*.so to use the Module object API
2009-09-02 danieldgInclude VERSION/REVISION information in module version...
2009-09-02 danieldgRemote user messaging fixes
2009-09-02 danieldgAdd OnChangeIdent and FIDENT support
2009-09-02 danieldgMake CHECK work remotely with optional second parameter
2009-09-02 danieldgAdd OnSendWhoLine hook, and use it in the oper hiding...
2009-09-02 danieldgModResult conversion: Change return type of all module...
2009-09-02 danieldgRemove "servermode" parameter, replace with IS_FAKE...
2009-09-02 danieldgAdd Module* creator to Command and ModeHandler
2009-09-02 danieldgRecord module source file in the Module object
2009-09-02 danieldgChange OnHookUserIO to OnHookIO, making it usable for...
2009-09-02 danieldgMetaData rework
2009-09-02 danieldgAdd "created" parameter to OnUserJoin, to avoid explici...
2009-09-02 danieldgCast rework: use C++ style static_cast<> instead of...
2009-09-02 danieldgReplace std::deque with std::vector in spanningtree...
2009-09-01 danieldgRemove more text<->binary IP conversions, making code...
2009-08-12 danieldgFixes for config reader
2009-08-11 danieldgFix module prioritization when a module asks to be...
2009-07-01 danieldgMake rehash generate a new ServerInstance->Config object
2009-05-25 danieldgRemove the ServerConfig::DirValid check that breaks...
2009-05-24 danieldgOnRehash changes: split to multiple hooks to clarify...
2009-05-06 w00tRemove FindDescriptor wrapper for GetRef, it doesn...
2009-04-23 peaveyrollback r11326, we're going to make vc9 the officially...
2009-04-23 brainHeres the beef so far
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-03-07 danieldgInclude explicit parameter list in ProtocolInterface...
2009-03-06 danieldgConstruct explicit parameter type list for MODE parameters
2009-02-16 w00tRemove redundant PriorityState, enum Priority does...
2009-02-15 brainRARRR, 11111 is MEIN! :3
2009-02-14 peaveyMake glob patterns in module load work correctly. Fixes...
2009-02-14 peaveyNuke trailing spaces
2009-01-23 w00tRemove an unused event.
2009-01-02 w00tUpdate copyrights for 2009.
2008-12-07 w00tMove stuff to use ASCII map where required.
2008-11-02 w00tForward-port: Fix an uninitialised variable in ConfigRe...
2008-10-25 w00tUse TargetTypeFlags instead of int in a few places.
2008-10-02 brainFix for bug #601
2008-09-20 brainFix a rather nasty race condition revealed by my readin...
2008-09-05 brainmysql's windows build is utter hell to get working...
2008-08-25 w00tChange module versions to use a string instead of fixed...
next