]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_operprefix.cpp
Automatically register ServiceProviders created by modules
[user/henk/code/inspircd.git] / src / modules / m_operprefix.cpp
2013-09-08 attilamolnarAutomatically register ServiceProviders created by...
2013-08-30 attilamolnarMerge insp20
2013-08-04 attilamolnarAutomatically attach modules to events
2013-07-19 attilamolnarReplace hardcoded mode letters, part 3
2013-07-04 Attila MolnarMerge pull request #574 from SaberUK/master+build-comme...
2013-07-04 Peter PowellRemove $Core and $Mod* comments apart from $ModDep.
2013-06-13 attilamolnarIntroduce ModeProcessFlags, can be passed to ModeParser...
2013-06-06 attilamolnarStore prefix rank in a ModeHandler field, change ModeHa...
2013-06-05 attilamolnarMerge insp20
2013-06-01 attilamolnarWatch mode names with ModeWatchers instead of mode...
2013-06-01 attilamolnarRemove useless ModeType parameter from ModeWatcher...
2013-05-16 attilamolnarRemove unused variables, avoid copies where possible...
2013-05-15 Attila MolnarMerge pull request #514 from SaberUK/master+virtual...
2013-05-15 Peter PowellTidy up keywords on module methods.
2013-04-27 attilamolnarMerge insp20
2013-04-13 attilamolnarOnUserPreJoin is a local-only hook, change User* parame...
2013-04-10 attilamolnarReplace IS_AWAY() and IS_OPER() macros with User::IsAwa...
2013-04-01 attilamolnarWhitespace and empty destructor removal, minor coding...
2013-04-01 attilamolnarChange channel name parameter of Module::OnUserPreJoin...
2012-12-02 attilamolnarDynamically determine the size of the eventlist[] passe...
2012-11-12 attilamolnarm_operprefix Enhance compatibility with m_hideoper...
2012-11-12 attilamolnarm_operprefix Switch to OnUserPreJoin hook to give ...
2012-11-12 attilamolnarm_operprefix Remove unused hooks, move module initializ...
2012-05-14 Robin BurchellMerge pull request #109 from Justasic/insp20
2012-05-03 Robin BurchellMerge pull request #96 from Justasic/insp20
2012-04-23 Robin BurchellMerge pull request #92 from Robby-/insp20-headers
2012-04-19 Robby-Replace copyright headers with headers granting specifi...
2010-01-15 danieldgRemove VF_COMMON from mode-provider modules (no longer...
2010-01-11 brain...because every now and again, i have to do a massive...
2009-10-24 danieldgGet rid of ModePair
2009-10-17 danieldgRemove dummy API_VERSION from Version constructor
2009-10-08 danieldgAdd names for all modes (part 1 of named channel mode...
2009-10-05 danieldgRun DelMode and DelModeWatcher in RemoveModule
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-13 danieldgRemove redundant ServerInstance* fields
2009-09-13 danieldgSimplify ModeHandler constructor
2009-09-13 danieldgModule API changes to use Membership* where sensible
2009-09-13 danieldgMembership* changes
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-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-03-06 danieldgConstruct explicit parameter type list for MODE parameters
2009-02-15 brainFix warning
2009-02-15 brainFix for bug #725, operprefix rank value conflicts with...
2009-02-15 danieldgm_operprefix: Remove IS_LOCAL checks to also set/unset...
2009-02-14 peaveyNuke trailing spaces
2009-01-02 w00tUpdate copyrights for 2009.
2008-12-26 w00tVF_VENDOR, ModDesc
2008-12-24 w00tFix for bug #646, reported by whotookspaz (+y not being...
2008-11-24 w00tAdd OperPrefixMode::GetPrefixRank(), so +y is ranked...
2008-11-24 w00tOff-by-one without a rehash event, causes cores on...
2008-11-24 w00tAdd m_operprefix, more simplified version of module...