summaryrefslogtreecommitdiff
path: root/include/modules.h
AgeCommit message (Expand)Author
2009-10-08Update Event and Request APIsdanieldg
2009-10-06Take advantage of link errors to check API_VERSION at module load timedanieldg
2009-10-05Add OnBuildNeighborList hook, replaces all uses of OnHostCycledanieldg
2009-10-02Fix valgrind issues and crashes on exitdanieldg
2009-10-01Add ROUTE_TYPE_MESSAGE and use for PRIVMSG/NOTICE routingdanieldg
2009-09-26Flexible SendQdanieldg
2009-09-26Change IS_FAKE and CheckTimeStamp to IS_SERVER and ResolveModeConflict to cla...danieldg
2009-09-26Remove InspIRCd* parameters and fieldsdanieldg
2009-09-22Describe module purpose in /MODULES outputdanieldg
2009-09-21Create StreamSocket for IO hooking implementationdanieldg
2009-09-13Change match direction of extbans to allow stackingdanieldg
2009-09-13Clean up Command constructordanieldg
2009-09-13Add SerializeFormat for easier metadata formattingdanieldg
2009-09-13Remove redundant ServerInstance* fieldsdanieldg
2009-09-13Use FindMode instead of FindPrefix for OnUserPreJoin privs; makes it possible...danieldg
2009-09-13Replace OnAccessCheck with OnPreMode to remove a number of redundant checksdanieldg
2009-09-13Module API changes to use Membership* where sensibledanieldg
2009-09-13Membership* changesdanieldg
2009-09-13Change Extensible to use strongly typed entriesdanieldg
2009-09-05Likewise, convert OnLocalTopicChange to OnPreTopicChange and to be run for bo...w00t
2009-09-05Change OnPostLocalTopicChange to be OnPostTopicChange, invoked for both remot...w00t
2009-09-03Change cmd_*.so to use the Module object APIdanieldg
2009-09-02Include VERSION/REVISION information in module version tag, so that we do no ...danieldg
2009-09-02Add OnChangeIdent and FIDENT supportdanieldg
2009-09-02Add OnSendWhoLine hook, and use it in the oper hiding modulesdanieldg
2009-09-02Change SAMODE to source from the acting user, not the serverdanieldg
2009-09-02Fix some ICC-found warnings and remove unused #definedanieldg
2009-09-02ModResult conversion: Change return type of all module functionsdanieldg
2009-09-02Remove "servermode" parameter, replace with IS_FAKE() which is more reliabledanieldg
2009-09-02Record module source file in the Module objectdanieldg
2009-09-02Change OnHookUserIO to OnHookIO, making it usable for more than User* and les...danieldg
2009-09-02Add VF_OPTCOMMON for optionally common modulesdanieldg
2009-09-02MetaData reworkdanieldg
2009-09-02Strong typing for stacked module resultsdanieldg
2009-09-02Remove unused I_ProtoSendMetaData, I_ProtoSendMode fields of Implementationdanieldg
2009-09-02Replace FOREACH_RESULT_MAP with a more readable and flexible do_each_hook/whi...danieldg
2009-09-02Add "created" parameter to OnUserJoin, to avoid explicit checks for +Pdanieldg
2009-09-02Replace std::deque with std::vector in spanningtree and related modulesdanieldg
2009-09-01Remove unneeded #ifdef IPV6 linesdanieldg
2009-09-01Remove more text<->binary IP conversions, making code more IPv4/IPv6 independentdanieldg
2009-08-11Fix module prioritization when a module asks to be after spanningtree, which ...danieldg
2009-08-03Purely a documentation fix: PRIO_AFTER doesn't exist any more, it's PRIORITY...w00t
2009-07-01Make rehash generate a new ServerInstance->Config objectdanieldg
2009-05-24OnRehash changes: split to multiple hooks to clarify use and prevent explosio...danieldg
2009-05-13Replace loopCall detection in OnUserKick with a check for the m_spanningtree ...danieldg
2009-04-23rollback r11326, we're going to make vc9 the officially supported windows bui...peavey
2009-04-23Heres the beef so farbrain
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-03-14Extban rework: allow exceptions to override bans on joindanieldg
2009-03-07Include explicit parameter list in ProtocolInterface::SendModedanieldg