summaryrefslogtreecommitdiff
path: root/src/modules/m_autoop.cpp
AgeCommit message (Expand)Author
2018-08-14Fix a bunch more conflicting/unnamed numerics.Peter Powell
2017-11-21Add the override keyword in places that it is missing.Peter Powell
2017-11-06Add support for setting the unset rank in ModeHandler.Peter Powell
2016-02-25Convert WriteNumeric() calls to pass the parameters of the numeric as method ...Attila Molnar
2015-01-10Reduce std::string::substr() usageAttila Molnar
2014-09-03Replace irc::modestacker usage with the new ModeParser::Process()Attila 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-12Send ListModeBase modes implicitly on channel syncattilamolnar
2013-09-12Keep lists of mode handlers by typeattilamolnar
2013-09-11Move prefix mode specific fields and getters into PrefixModeattilamolnar
2013-09-08Automatically register ServiceProviders created by modulesattilamolnar
2013-08-30Replace OnRehash() with ReadConfig() that is called on boot, on module load a...attilamolnar
2013-08-04Automatically attach modules to eventsattilamolnar
2013-07-04Remove $Core and $Mod* comments apart from $ModDep.Peter Powell
2013-06-13Introduce ModeProcessFlags, can be passed to ModeParser::Process() to indicat...attilamolnar
2013-05-15Tidy up keywords on module methods.Peter Powell
2013-04-08Migrate u_listmode.h into the core, change +b to use itattilamolnar
2013-04-01Whitespace and empty destructor removal, minor coding style changesattilamolnar
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-11-19Remove calls to ListModeBase::OnCleanup (deprecated, empty function)attilamolnar
2012-05-30m_autoop Fix desync issue #37 reported by @Joah - part 1attilamolnar
2012-04-19Replace copyright headers with headers granting specific authors copyrightRobby-
2011-01-24Fix bug #110Jackmcbarn
2010-08-08Don't try to tidy m_autoop entries (fixes extra !*@*)Daniel De Graaf
2010-02-19Allow autoop to use long namesdanieldg
2010-02-10Better error messages for m_autoopdanieldg
2010-02-03Add access checking for m_autoopdanieldg
2010-02-03Add m_autoop.so - ircd-side channel access lists via listmode +wdanieldg