]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_operprefix.cpp
Merge pull request #1084 from SaberUK/insp20+fix-parallel-debug-install
[user/henk/code/inspircd.git] / src / modules / m_operprefix.cpp
2015-01-21 Attila MolnarMerge pull request #961 from SaberUK/insp20+fix-snotice
2015-01-19 Attila MolnarMerge branch 'insp20+penalty' into insp20
2015-01-19 Attila Molnarm_operprefix Fix force joined opers not being given...
2014-03-23 Attila Molnarm_operprefix Don't set +y on the oper if hideoper is...
2013-05-16 attilamolnarRemove unused variables, avoid copies where possible...
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...