summaryrefslogtreecommitdiff
path: root/src/modules/m_namedmodes.cpp
AgeCommit message (Expand)Author
2019-10-13Convert a bunch of LocalUser* casts to IS_LOCAL.Peter Powell
2019-04-28Textual improvements and fixes such as typos, casing, etc. (#1612)Robby
2019-04-19Fix namedmodes exposing non-key secret parameters to outsiders.Peter Powell
2019-02-18Various text improvements: consistency, syntax, help and doc updates/fixes.Robby
2018-07-26Use CommandBase::Params instead of std::vector<std::string>.Peter Powell
2018-02-02Add names for a bunch of numerics.Peter Powell
2017-12-22Fixed misc. instances of ERR_NOSUCHNICK instead of channel numericsB00mX0r
2017-11-21Add the override keyword in places that it is missing.Peter Powell
2017-07-12Add CXX11_OVERRIDE to overridden members that lack it.Peter Powell
2016-08-29Convert ModeHandler::GetNumParams() to NeedsParam() that returns a boolAttila Molnar
2016-03-22m_namedmodes Switch to Numeric::ParamBuilderAttila Molnar
2016-03-22m_namedmodes Inherit command handler from SplitCommandAttila Molnar
2016-02-25Convert WriteNumeric() calls to pass the parameters of the numeric as method ...Attila Molnar
2016-02-22Merge insp20Attila Molnar
2016-02-13m_namedmodes Only show chan key to members and opers with channels/auspexAttila Molnar
2015-09-28Fix incorrect std::string::operator[] usageAttila Molnar
2015-01-10Reduce std::string::substr() usageAttila Molnar
2014-09-04m_namedmodes Build and process a Modes::ChangeList when handling PROPAttila Molnar
2014-09-04Pass Modes::ChangeList references to the OnPreMode hook, make it modifiableAttila Molnar
2014-02-22Add ModeParser::GetModes(), returns all user/chanmodesAttila Molnar
2014-02-20Add a ModeParser::FindMode() overload that takes a mode name and a mode typeAttila Molnar
2013-11-12Use WriteNumeric() everywhere we send numerics and include the user's nick au...Adam
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-06-13Introduce ModeProcessFlags, can be passed to ModeParser::Process() to indicat...attilamolnar
2013-05-15Tidy up keywords on module methods.Peter Powell
2013-05-15Replace some C-isms with C++-isms.Peter Powell
2012-12-02Dynamically determine the size of the eventlist[] passed to Attach()attilamolnar
2012-05-30Module description updatesRobby-
2012-04-19Replace copyright headers with headers granting specific authors copyrightRobby-
2010-03-06Fix mode Z being in the wrong section of the CHANMODES listdanieldg
2010-03-05Register channel mode Z when enableddanieldg
2010-02-10Change display of PROP list to match the input formatdanieldg
2010-02-07Change PROP command format to accept multiple changes in one linedanieldg
2010-02-06Add PROP command to m_namedmodesdanieldg
2010-02-04Config updates from jdhoredanieldg
2010-01-11...because every now and again, i have to do a massive commit.brain
2009-10-22Display namedmodes on a single linedanieldg
2009-10-16Clean up crash on destruction of statics at exitdanieldg
2009-10-15Add m_namedmodes that adds pseudo-listmode Z that shows and manipulates modes...danieldg