]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include/modules.h
Don't try to tidy m_autoop entries (fixes extra !*@*)
[user/henk/code/inspircd.git] / include / modules.h
2010-04-02 Daniel De GraafSplit up API_VERSION number
2010-03-22 danieldgRemove channel argument from OnSendWhoLine, this inform...
2010-03-22 danieldgAllow static initialization of dynamic_reference objects
2010-03-18 danieldgPURE_STATIC fixes to use normal <module> tags
2010-03-13 danieldgConvert pgsql to SQLv3
2010-03-06 danieldgFix ModuleManager::SetPriority algorithm which did...
2010-02-20 danieldgRestore <options:exemptchanops> with long names
2010-02-19 danieldgKill m_spy, which was replaced by channels/auspex in...
2010-02-16 danieldgDefer module init on initial load for easier dependency...
2010-02-14 danieldgm_dnsbl updates
2010-02-09 danieldgAdd random number generation functions to InspIRCd...
2010-02-02 danieldgAdd OnSetConnectClass hook for use in adding requiremen...
2010-02-01 danieldgAdd parameters to OnSendWhoLine hook, fixes "/who ...
2010-01-18 danieldgPreCommand/PostCommand are local-only hooks
2010-01-17 danieldgAdd Module::init() for correct exception handling durin...
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-11 danieldgAllow static build of inspircd without module support
2009-11-03 danieldgMove MODENOTICE command to a command module
2009-10-25 danieldgForce heap allocation of refcountbase, create usecountb...
2009-10-24 danieldgMove forward declarations to typedefs.h
2009-10-21 danieldgKill ListenSocketBase, use OnAcceptConnection for all...
2009-10-21 danieldgChange module API to use LocalUser* where correct
2009-10-21 danieldgSplit LocalUser and RemoteUser
2009-10-19 danieldgMaintain refcount of Module objects to complain about...
2009-10-18 danieldgRemove VF_SERVICEPROVIDER, prevent heap allocation...
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-12 danieldgEncode module API version in the init_module symbol...
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 danieldgTake advantage of link errors to check API_VERSION...
2009-10-05 danieldgAdd OnBuildNeighborList hook, replaces all uses of...
2009-10-02 danieldgFix valgrind issues and crashes on exit
2009-10-01 danieldgAdd ROUTE_TYPE_MESSAGE and use for PRIVMSG/NOTICE routing
2009-09-26 danieldgFlexible SendQ
2009-09-26 danieldgChange IS_FAKE and CheckTimeStamp to IS_SERVER and...
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-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 danieldgUse FindMode instead of FindPrefix for OnUserPreJoin...
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 danieldgAdd OnChangeIdent and FIDENT support
2009-09-02 danieldgAdd OnSendWhoLine hook, and use it in the oper hiding...
2009-09-02 danieldgChange SAMODE to source from the acting user, not the...
2009-09-02 danieldgFix some ICC-found warnings and remove unused #define
2009-09-02 danieldgModResult conversion: Change return type of all module...
2009-09-02 danieldgRemove "servermode" parameter, replace with IS_FAKE...
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 danieldgAdd VF_OPTCOMMON for optionally common modules
2009-09-02 danieldgMetaData rework
2009-09-02 danieldgStrong typing for stacked module results
2009-09-02 danieldgRemove unused I_ProtoSendMetaData, I_ProtoSendMode...
2009-09-02 danieldgReplace FOREACH_RESULT_MAP with a more readable and...
2009-09-02 danieldgAdd "created" parameter to OnUserJoin, to avoid explici...
2009-09-02 danieldgReplace std::deque with std::vector in spanningtree...
2009-09-01 danieldgRemove unneeded #ifdef IPV6 lines
2009-09-01 danieldgRemove more text<->binary IP conversions, making code...
2009-08-11 danieldgFix module prioritization when a module asks to be...
2009-08-03 w00tPurely a documentation fix: PRIO_AFTER doesn't exist...
2009-07-01 danieldgMake rehash generate a new ServerInstance->Config object
2009-05-24 danieldgOnRehash changes: split to multiple hooks to clarify...
2009-05-13 danieldgReplace loopCall detection in OnUserKick with a check...
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-14 danieldgExtban rework: allow exceptions to override bans on...
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-14 peaveyNuke trailing spaces
2009-01-23 w00tRemove an unused event.
2009-01-02 w00tUpdate copyrights for 2009.
2008-12-21 dzMinor documentation fix, spotted by Johannes13
2008-12-15 w00tRemove numbers from these. They shouldn't be used anywa...
2008-10-25 w00tUse TargetTypeFlags instead of int in a few places.
2008-10-02 brainFix for bug #601
2008-08-25 w00tChange module versions to use a string instead of fixed...
2008-08-22 w00tAdd OnSendSnotice(char &, std::string &, const std...
2008-08-07 w00tAlways deny invite to users below halfop status, move...
2008-08-04 w00tOops, actually, return 1 to block change, 0 to check...
2008-07-19 w00tChange modes in channels and users to use std::bitset...
next