]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include/modules.h
Remove InspIRCd* parameters and fields
[user/henk/code/inspircd.git] / include / modules.h
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...
2008-07-12 w00tOkay, and there's the working version of it. Extbans...
2008-07-11 w00tAdd OnCheckExtBan, will be used for exceptions to extbans
2008-07-11 w00tFix m_nopartmsg to work via API modification, involves...
2008-06-06 brainAllow changing of command string and parameter vector...
2008-05-19 w00tFix logic being backwards (so every user was always...
2008-05-18 aquanightMake User:: nick/ident/dhost/fullname and some other...
2008-05-04 brainConversion of command handler params from "const char...
2008-04-16 brainImplement our own dllmain. if this works and gets rid...
2008-04-16 brainChange that allows the m_override module to not announc...
2008-04-10 brainComment small API change (returning -1 from OnCheckBan...
2008-04-04 w00tRemove two useless methods, chanlog is b0rked at the...
2008-04-02 brainAutomatic detection and allocation of max fds. No longe...
2008-03-30 w00tMerge OnCancelAway and OnSetAway, add param awaymsg...
2008-03-24 brainPort bindings for gnutls now bind via ip:port, rather...
2008-03-24 brainAdd stuff so that modules can hook users by altering...
2008-03-22 brainAdd WriteNumeric() to User and OnNumeric module event...
2008-03-21 brainAdd support for OnNamesListItem, discussed with w00t...
2008-02-22 aquanightConvert remaining InspIRCd::Log() calls to new logging...
2008-02-21 brainMore test suite stuff
2008-02-20 brainWheee, mass commit! this adds const stafety, throwing...
2008-02-18 brainSomeone please help me fix the warnings in modules...
2008-02-14 brainMake AC_OTHERMODE OnAccessCheck call work again.
2008-02-13 brainCommit patch from danieldg that makes a ton of stuff...
2008-02-08 aquanightSupport for /invite <user> <channel> <timeout> - if...
2008-02-02 aquanightMake m_password_hash able to pick up hasher modules...
2008-01-27 aquanightChange API OnOperCompare to OnPassCompare, password...
2008-01-10 w00tHeader update: 2007 -> 2008
2008-01-09 w00tAdd OnExpireLine(XLine *) hook, will be used in xline...
2008-01-06 w00tHopefully correct implementation of OnRawMode.. can...
2008-01-06 w00tOnRawMode event makes a return: This was removed post...
2008-01-06 w00tPermanent channels, currently conflicts with blockcaps...
2008-01-02 w00tAdd param 'opername' to event OnPostOper. This will...
2007-11-11 brainMore stuff incoming
2007-11-11 brainMore stuff
2007-11-11 brainIn prep for remote includes, configuration reading...
2007-11-11 brainFix crashes from badly written safeiters
2007-11-11 brainMake iterators safe in FOREACH_MOD etc macros, so that...
2007-11-10 brainm_spy no longer implements SPYNAMES, instead it overrid...
2007-11-09 brainRoadmap item "Fix jointhrottle to not try 'throttle...
2007-11-04 brainWhy the hell the includes are half way down the damn...
2007-11-04 brainInstead of a vector of vectors, use an array of vectors...
2007-11-04 brainComments
2007-11-04 brainMODERR tidyups
next