summaryrefslogtreecommitdiff
path: root/src/modules/m_banredirect.cpp
AgeCommit message (Expand)Author
2019-04-28Textual improvements and fixes such as typos, casing, etc. (#1612)Robby
2018-11-07Merge tag 'v2.0.27' into master.Peter Powell
2018-10-09Fix sending malformed ERR_BANLISTFULL numerics in some contexts.Peter Powell
2018-04-22Merge tag 'v2.0.26' into master.Peter Powell
2018-01-25Revert std::set changes and add duplicate checking in m_banredirect instead, ...linuxdaemon
2018-01-25Fix comparator logic for ordering by channellinuxdaemon
2018-01-25Make sure banredirect metadata can not be duplicatedlinuxdaemon
2017-11-21Add the override keyword in places that it is missing.Peter Powell
2017-11-17Fix a ton of -Wsign-conversion warnings.Peter Powell
2017-10-18Clean up OnCleanup.Peter Powell
2016-08-22Switch to irc::equals() from irc::string in modules that use it for comparing...Attila Molnar
2016-02-25Convert WriteNumeric() calls to pass the parameters of the numeric as method ...Attila Molnar
2015-01-18Specify which Extensible subclass an ExtensionItem is valid forAttila Molnar
2014-10-27Merge insp20Attila Molnar
2014-10-23Fix m_banredirect causing bans added for hosts being rewritten as nicksAdam
2014-09-03Replace irc::modestacker usage with the new ModeParser::Process()Attila Molnar
2014-04-07Merge insp20Attila Molnar
2014-02-03m_banredirect Fix typo in a message (transfered -> transferred)Attila Molnar
2014-01-06Automatically register and unregister mode watchersAttila 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-08-04Change modules to use the MODNAME constant when logging.Peter Powell
2013-07-19Replace hardcoded mode letters, part 2attilamolnar
2013-07-19Seperate ModeReference into ChanModeReference and UserModeReferenceattilamolnar
2013-07-04Remove $Core and $Mod* comments apart from $ModDep.Peter Powell
2013-06-16m_banredirect Accept channel names starting with #! and #@Daniel Vassdal
2013-06-13Introduce ModeProcessFlags, can be passed to ModeParser::Process() to indicat...attilamolnar
2013-06-12m_banredirect Fix modestack usageattilamolnar
2013-06-01Watch mode names with ModeWatchers instead of mode lettersattilamolnar
2013-06-01Remove useless ModeType parameter from ModeWatcher::BeforeMode() and AfterMode()attilamolnar
2013-05-18Remove the size argument from IsChannel and IsNick.Peter Powell
2013-05-15Tidy up keywords on module methods.Peter Powell
2013-04-13Channel::JoinUser() and Channel::ForceChan() changesattilamolnar
2013-04-13OnUserPreJoin is a local-only hook, change User* parameter to LocalUser*attilamolnar
2013-04-12Add LOG_ prefix to the log level enum values.Peter Powell
2013-04-08Migrate u_listmode.h into the core, change +b to use itattilamolnar
2013-04-01Purge references to the deprecated GetStackedLine method.Peter Powell
2013-04-01Change channel name parameter of Module::OnUserPreJoin() and Channel::JoinUse...attilamolnar
2013-01-02m_banredirect Deny the join to the redirect channel if it has a redirecting b...attilamolnar
2013-01-02m_banredirect Remove unnecessary hooks, cleanupattilamolnar
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-04-19Replace copyright headers with headers granting specific authors copyrightRobby-
2010-02-14Don't check for existance and such when removing bansdanieldg
2010-01-21Allow redirect bans to be unset by any op/halfop (bug #936)danieldg
2010-01-17Move initialization that throws configuration exceptions to init()danieldg
2010-01-11...because every now and again, i have to do a massive commit.brain
2009-11-21Delete modewatchers when unloading modules that use them to keep the server f...dz
2009-11-21Don't tell the user they are banned and then still let them join if they have...dz