summaryrefslogtreecommitdiff
path: root/src/modules/m_hideoper.cpp
AgeCommit message (Expand)Author
2021-04-19Update hideoper for the /STATS P change in the previous commit.Sadie Powell
2020-04-10Update the module descriptions using mkversion.Sadie Powell
2020-01-11Update copyright headers.InspIRCd Robot
2019-03-12Rename GetFlagIndex -> GetFieldIndexlinuxdaemon
2019-03-12Add Who::Request::GetFlagIndex to get field indexlinuxdaemon
2018-11-15Fix the OnSendWhoLine event being completely broken with WHOX.Peter Powell
2018-04-08Include modules/whois.h directly from files that use it.Peter Powell
2018-04-08Move OnStats from the core to a cross-module event.Peter Powell
2017-11-21Add the override keyword in places that it is missing.Peter Powell
2017-10-28Hide User#host and User#dhost and use accessors to modify them.Peter Powell
2017-08-11Use RPL_LUSEROP instead of the raw numeric in m_hideoper.Peter Powell
2016-02-26Send WHO reply numerics with User::WriteNumeric(), pass Numeric::Numeric obje...Attila Molnar
2016-02-26m_hideoper Reorder checks in OnSendWhoLine()Attila Molnar
2016-02-26Return ModResult from the OnSendWhoLine hookAttila Molnar
2016-02-25Introduce Stats::Context, pass it to the OnStats hook and switch all code to itAttila Molnar
2016-02-25Convert WhoisContext::SendLine() calls to pass the parameters of the numeric ...Attila Molnar
2016-02-25Convert WriteNumeric() calls to pass the parameters of the numeric as method ...Attila Molnar
2016-02-22Merge insp20Attila Molnar
2016-02-12Fix hidden operators being shown in LUSERS.Peter Powell
2015-06-02Fix incomplete conversion to the new whois system noticed by @SaberUKAttila Molnar
2015-04-20Merge insp20Attila Molnar
2015-01-17m_hideoper Fix wrong /WHO output for hidden opers if the channel name contain...Attila Molnar
2014-07-25Merge insp20Attila Molnar
2014-07-19m_hideoper: Hide hidden opers from /stats P. #874Adam
2014-02-14Return a Membership* from get_first_visible_channel() in cmd_who and pass tha...Attila Molnar
2014-01-25Add Channel* parameter to OnSendWhoLineAttila Molnar
2013-09-08Automatically register ServiceProviders created by modulesattilamolnar
2013-08-04Automatically attach modules to eventsattilamolnar
2013-07-04Remove $Core and $Mod* comments apart from $ModDep.Peter Powell
2013-07-01Replace hardcoded mode letters passed to IsModeSet() and GetModeParameter() w...attilamolnar
2013-05-15Tidy up keywords on module methods.Peter Powell
2013-04-01Whitespace and empty destructor removal, minor coding style changesattilamolnar
2012-12-02Register all commands, modes and extensions using AddService()attilamolnar
2012-12-02Dynamically determine the size of the eventlist[] passed to Attach()attilamolnar
2012-12-02Attach to events and register services in init()attilamolnar
2012-07-13Use SimpleUserModeHandler/SimpleChannelModeHandler where possibleattilamolnar
2012-05-19Fix issue #95 reported by @Joahattilamolnar
2012-04-19Replace copyright headers with headers granting specific authors copyrightRobby-
2010-03-22Remove channel argument from OnSendWhoLine, this information is already avail...danieldg
2010-02-01Add parameters to OnSendWhoLine hook, fixes "/who * o" returning opers with +Hdanieldg
2010-01-15Remove VF_COMMON from mode-provider modules (no longer needed due to better C...danieldg
2010-01-11...because every now and again, i have to do a massive commit.brain
2009-10-25Fixes from vtable cross-checkdanieldg
2009-10-17Remove dummy API_VERSION from Version constructordanieldg
2009-10-08Add names for all modes (part 1 of named channel mode list)danieldg
2009-10-05Run DelMode and DelModeWatcher in RemoveModuledanieldg
2009-09-26Remove InspIRCd* parameters and fieldsdanieldg
2009-09-22Describe module purpose in /MODULES outputdanieldg
2009-09-13Simplify ModeHandler constructordanieldg
2009-09-02Add OnSendWhoLine hook, and use it in the oper hiding modulesdanieldg