summaryrefslogtreecommitdiff
path: root/src/modules/m_banredirect.cpp
AgeCommit message (Expand)Author
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
2009-11-21allow channels starting with ## in m_banredirect.cpp, fixes bug #921 reported...dz
2009-10-17Make classbase and refcountbase uncopyable; expand comments on their indended...danieldg
2009-10-17Remove dummy API_VERSION from Version constructordanieldg
2009-10-14Move static map of extensions into ServerInstance, add const-correctnessdanieldg
2009-10-08Update Event and Request APIsdanieldg
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-13Membership* changesdanieldg
2009-09-13Change Extensible to use strongly typed entriesdanieldg
2009-09-02ModResult conversion: Change return type of all module functionsdanieldg
2009-09-02Remove "servermode" parameter, replace with IS_FAKE() which is more reliabledanieldg
2009-09-02Add Module* creator to Command and ModeHandlerdanieldg
2009-09-02Change allocation of commands/modesdanieldg
2009-05-24OnRehash changes: split to multiple hooks to clarify use and prevent explosio...danieldg
2009-05-03Copypastafail.w00t
2009-05-03Some general tidyup in here (also some possible desync fixes, check IS_LOCAL....w00t
2009-04-20Actually use irc::modestacker correctlydanieldg
2009-04-06Weed out a few leftover server instances from before modules had ServerInstan...peavey
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-02-25Add VF_COMMON to all modules that provide an extbandanieldg