]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_hideoper.cpp
Fix a minor warning in m_hideoper on some systems.
[user/henk/code/inspircd.git] / src / modules / m_hideoper.cpp
2016-05-03 Peter PowellFix a minor warning in m_hideoper on some systems.
2016-02-12 Attila MolnarMerge pull request #1071 from SaberUK/insp20+fix-lusers
2016-02-12 Peter PowellFix hidden operators being shown in LUSERS.
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-17 Attila Molnarm_hideoper Fix wrong /WHO output for hidden opers if...
2014-07-19 Adamm_hideoper: Hide hidden opers from /stats P. #874
2012-12-02 attilamolnarRegister all commands, modes and extensions using AddSe...
2012-12-02 attilamolnarDynamically determine the size of the eventlist[] passe...
2012-12-02 attilamolnarAttach to events and register services in init()
2012-08-13 Robin BurchellMerge pull request #251 from Shawn-Smith/insp20+extbanU
2012-07-13 Attila MolnarMerge pull request #230 from Robby-/insp20-openssl
2012-07-13 Attila MolnarMerge pull request #249 from Shawn-Smith/insp20+simplemode
2012-07-13 attilamolnarUse SimpleUserModeHandler/SimpleChannelModeHandler...
2012-05-23 Robin BurchellMerge pull request #131 from attilamolnar/insp20+hidero...
2012-05-19 attilamolnarFix issue #95 reported by @Joah
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-03-22 danieldgRemove channel argument from OnSendWhoLine, this inform...
2010-02-01 danieldgAdd parameters to OnSendWhoLine hook, fixes "/who ...
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-25 danieldgFixes from vtable cross-check
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 danieldgRemove InspIRCd* parameters and fields
2009-09-22 danieldgDescribe module purpose in /MODULES output
2009-09-13 danieldgSimplify ModeHandler constructor
2009-09-02 danieldgAdd OnSendWhoLine hook, and use it in the oper hiding...
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-09-02 danieldgChange allocation of commands/modes
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-01-07 w00tFix an incorrect check leading to backwards functionali...
2009-01-02 w00tUpdate copyrights for 2009.
2008-10-18 w00tConvert a number of modules to using privs.
2008-08-25 w00tChange module versions to use a string instead of fixed...
2008-06-11 pippijnfixed some indentation and spacing in modules
2008-03-24 brainAnd more of them
2008-02-29 brickerthe B key is close to the H key...right? :)
2008-02-18 w00tPhew. Fix a bunch of method sigs to stop warnings.
2008-01-17 w00tRemove a redundant method here, call the mode manager...
2008-01-10 w00tHeader update: 2007 -> 2008
2007-11-04 brainRemove Implements() method from every module. booya.
2007-11-04 brainHonking huge commit. Removal of DELETE() template that...
2007-11-04 brainConvert all to new Attach() system. The Implements...
2007-10-23 brainMore
2007-10-15 w00tIn the grand tradition of huge fucking commits:
2007-08-27 w00tRemove unnecessary header traffic
2007-07-16 peaveyOOPS! We try again, since I'm smoking craq. LF is 0x0a...
2007-07-16 peavey'svn propset -R svn:eol-style CR *' Set to UNIX-style...
2007-07-03 pippijnRemoved superfluous semicolons
2007-06-17 w00tConversions
2007-05-29 w00tFix bug #309 reported by Smartys - QA, please test...
2007-05-21 brainHeader rearrangement, move inspircd.h to top, remove...
2007-05-19 w00tWindows support. Tested and working to compile on freeb...
2007-05-12 w00tThe commit that should have been r7000: src/modules...
2007-05-12 w00tOpers cannot change the modes of others. (In retrospect...
2007-05-04 brainWhere others charge, we give for free. Have fun and...
2006-12-28 brainReasonably sized fix - when adding modes in modules...
2006-12-15 w00tRemove global namespacing, makes modules compile FASTAH...
2006-10-30 w00tm_hideoper hooked the wrong event, fixed.
2006-10-28 brainAdd and document m_hideoper, used to hide oper status...