summaryrefslogtreecommitdiff
path: root/src/modules/m_services_account.cpp
AgeCommit message (Expand)Author
2019-04-18Remove CXX11_OVERRIDE from some non-overrides.Peter Powell
2019-04-16Update trivially-modifiable modules to handle tag messages.Peter Powell
2018-12-09Allow users on an accept list to bypass the +R user mode.Peter Powell
2018-08-14Fix a bunch more conflicting/unnamed numerics.Peter Powell
2018-04-08Include modules/whois.h directly from files that use it.Peter Powell
2018-01-06Rework message handling.Peter Powell
2017-12-09Add names for a bunch more numerics.Peter Powell
2017-11-21Add the override keyword in places that it is missing.Peter Powell
2017-11-13Only subclass Simple{Channel,User}ModeHandler when necessary.Peter Powell
2017-10-21Add a helper function for calling the OnCheckExemption event.Peter Powell
2017-10-11Add a constant for the 477 numeric (ERR_NEEDREGGEDNICK).Peter Powell
2017-10-11Send RPL_LOGGEDOUT to clients when they log out of their account.Peter Powell
2017-03-20Move the OnCheckExemption hook out of the core.Peter Powell
2016-08-22m_services_account Detect nickname case changes by using FindNickOnly()Attila 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
2015-11-26m_services_account Handle FORMAT_INTERNAL when unserializing the accountnameAttila Molnar
2015-06-02Fix incomplete conversion to the new whois system noticed by @SaberUKAttila Molnar
2015-04-28Move OnWhois* events to core_whois, add Whois::ContextAttila Molnar
2015-04-28Prepend target user nick to whois numerics in InspIRCd::SendWhoisLine()Attila Molnar
2015-02-11Convert the account login event to use the new cross-module event systemAttila Molnar
2015-01-18m_services_account Replace dynamic_cast with static_cast as we know the objec...Attila Molnar
2015-01-18Specify which Extensible subclass an ExtensionItem is valid forAttila Molnar
2014-09-05m_services_account Fix uninitialized variable usage introduced by insp20 merg...Attila Molnar
2014-09-04m_services_account Call ModeHandler::RemoveMode() instead of duplicating codeAttila Molnar
2014-04-09m_services_account Remove now needless workaround added to 2.0 to display the...Attila Molnar
2014-01-23Remove whitespace and minor style changesAttila Molnar
2014-01-21Merge insp20Attila Molnar
2014-01-20m_services_account Add workaround for wrong host being displayed in numeric w...Attila Molnar
2013-11-12Use WriteNumeric() everywhere we send numerics and include the user's nick au...Adam
2013-09-15Work around STB_GNU_UNIQUE symbols not allowing module unmapattilamolnar
2013-09-15m_services_account Remove OnDecodeMetaData handlerattilamolnar
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-20Remove OnUserPreNotice and OnUserNotice hooks, add MessageType argument to On...attilamolnar
2013-05-15Tidy up keywords on module methods.Peter Powell
2013-04-28Merge insp20attilamolnar
2013-04-13OnUserPreJoin is a local-only hook, change User* parameter to LocalUser*attilamolnar
2013-04-12Tidy up source files:Peter Powell
2013-04-11Convert ISUPPORT to use a map instead of a string.Peter Powell
2013-04-09Remove some uline checks that ran after an IS_LOCAL() checkattilamolnar
2013-04-01Whitespace and empty destructor removal, minor coding style changesattilamolnar
2013-04-01Change channel name parameter of Module::OnUserPreJoin() and Channel::JoinUse...attilamolnar
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-11-19m_remove, m_services_account Don't check whether nicks are u-lined, checking ...attilamolnar
2012-10-12Remove superfluous std::string()sattilamolnar