]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_banredirect.cpp
Merge insp20
[user/henk/code/inspircd.git] / src / modules / m_banredirect.cpp
2014-10-27 Attila MolnarMerge insp20
2014-10-24 Attila MolnarMerge pull request #940 from SaberUK/insp20+fix-makefile
2014-10-23 AdamFix m_banredirect causing bans added for hosts being...
2014-09-03 Attila MolnarReplace irc::modestacker usage with the new ModeParser...
2014-07-25 Attila MolnarMerge insp20
2014-04-07 Attila MolnarMerge insp20
2014-02-03 Attila Molnarm_banredirect Fix typo in a message (transfered ->...
2014-01-21 Attila MolnarMerge insp20
2014-01-06 Attila MolnarAutomatically register and unregister mode watchers
2013-11-12 AdamUse WriteNumeric() everywhere we send numerics and...
2013-09-08 attilamolnarAutomatically register ServiceProviders created by...
2013-08-30 attilamolnarMerge insp20
2013-08-04 attilamolnarAutomatically attach modules to events
2013-08-04 Attila MolnarMerge pull request #590 from SaberUK/master+module...
2013-08-04 Peter PowellChange modules to use the MODNAME constant when logging.
2013-07-19 attilamolnarReplace hardcoded mode letters, part 2
2013-07-19 attilamolnarSeperate ModeReference into ChanModeReference and UserM...
2013-07-04 Attila MolnarMerge pull request #574 from SaberUK/master+build-comme...
2013-07-04 Peter PowellRemove $Core and $Mod* comments apart from $ModDep.
2013-06-16 Daniel Vassdalm_banredirect Accept channel names starting with #...
2013-06-13 attilamolnarIntroduce ModeProcessFlags, can be passed to ModeParser...
2013-06-12 attilamolnarm_banredirect Fix modestack usage
2013-06-05 attilamolnarMerge insp20
2013-06-01 attilamolnarWatch mode names with ModeWatchers instead of mode...
2013-06-01 attilamolnarRemove useless ModeType parameter from ModeWatcher...
2013-05-18 Attila MolnarMerge pull request #543 from SaberUK/master+sizeparam...
2013-05-18 Peter PowellRemove the size argument from IsChannel and IsNick.
2013-05-15 Attila MolnarMerge pull request #514 from SaberUK/master+virtual...
2013-05-15 Peter PowellTidy up keywords on module methods.
2013-04-27 attilamolnarMerge insp20
2013-04-13 attilamolnarChannel::JoinUser() and Channel::ForceChan() changes
2013-04-13 attilamolnarOnUserPreJoin is a local-only hook, change User* parame...
2013-04-12 Attila MolnarMerge pull request #488 from SaberUK/master+loglevel...
2013-04-12 Peter PowellAdd LOG_ prefix to the log level enum values.
2013-04-08 attilamolnarMigrate u_listmode.h into the core, change +b to use it
2013-04-01 Attila MolnarMerge pull request #452 from SaberUK/master+nuke-hashmap
2013-04-01 Attila MolnarMerge pull request #454 from SaberUK/master+misc-improv...
2013-04-01 Peter PowellPurge references to the deprecated GetStackedLine method.
2013-04-01 attilamolnarChange channel name parameter of Module::OnUserPreJoin...
2013-01-02 attilamolnarm_banredirect Deny the join to the redirect channel...
2013-01-02 attilamolnarm_banredirect Remove unnecessary hooks, cleanup
2012-12-02 attilamolnarRegister all commands, modes and extensions using AddSe...
2012-12-02 attilamolnarDynamically determine the size of the eventlist[] passe...
2012-05-14 Robin BurchellMerge pull request #109 from Justasic/insp20
2012-05-03 Robin BurchellMerge pull request #96 from Justasic/insp20
2012-04-23 Robin BurchellMerge pull request #92 from Robby-/insp20-headers
2012-04-19 Robby-Replace copyright headers with headers granting specifi...
2010-02-14 danieldgDon't check for existance and such when removing bans
2010-01-21 danieldgAllow redirect bans to be unset by any op/halfop (bug...
2010-01-17 danieldgMove initialization that throws configuration exception...
2010-01-11 brain...because every now and again, i have to do a massive...
2009-11-21 dzDelete modewatchers when unloading modules that use...
2009-11-21 dzDon't tell the user they are banned and then still...
2009-11-21 dzallow channels starting with ## in m_banredirect.cpp...
2009-10-17 danieldgMake classbase and refcountbase uncopyable; expand...
2009-10-17 danieldgRemove dummy API_VERSION from Version constructor
2009-10-14 danieldgMove static map of extensions into ServerInstance,...
2009-10-08 danieldgUpdate Event and Request APIs
2009-10-05 danieldgRun DelMode and DelModeWatcher in RemoveModule
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-22 danieldgDescribe module purpose in /MODULES output
2009-09-13 danieldgMembership* changes
2009-09-13 danieldgChange Extensible to use strongly typed entries
2009-09-02 danieldgModResult conversion: Change return type of all module...
2009-09-02 danieldgRemove "servermode" parameter, replace with IS_FAKE...
2009-09-02 danieldgAdd Module* creator to Command and ModeHandler
2009-09-02 danieldgChange allocation of commands/modes
2009-05-24 danieldgOnRehash changes: split to multiple hooks to clarify...
2009-05-03 w00tCopypastafail.
2009-05-03 w00tSome general tidyup in here (also some possible desync...
2009-04-20 danieldgActually use irc::modestacker correctly
2009-04-06 peaveyWeed out a few leftover server instances from before...
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-02-25 danieldgAdd VF_COMMON to all modules that provide an extban
2009-02-25 danieldgRemove VF_COMMON from m_banredirect, it only adds an...
2009-02-16 w00tRemove redundant PriorityState, enum Priority does...
2009-01-02 w00tUpdate copyrights for 2009.
2008-12-13 psychonAlso use freenode's 470 numeric in m_banredirect.
2008-09-06 brainDepends on: ../../include/u_listmode.h
2008-08-25 w00tChange module versions to use a string instead of fixed...
2008-08-22 w00tMatch conversion stuff.
2008-08-05 w00tFix banredirect modifying extban masks, patch based...
2008-07-20 w00tRemove custom members for +lk storage
2008-06-11 pippijnfixed some indentation and spacing in modules
2008-05-25 brainCompile fixes, was forced to move some stuff around
2008-05-25 brainFirst phase of conversion to dynamic limits on all...
2008-05-19 brainConvert channel::name to std::string, this was a beastie!
2008-05-19 brainFix these
2008-05-05 peaveyfix some unitialised vectors and tidy up a bit.
2008-05-04 peaveyConvert a whole bunch more
2008-04-16 brainChange that allows the m_override module to not announc...
2008-03-30 aquanightCommit -Wformat=2 -Wmissing-format-attributes, printf...
2008-03-24 brainA load of classes dont inherit from classbase, and...
2008-03-22 brainWheeee for HUGE commits. Convert all numerics to WriteN...
2008-02-22 w00tNuke TIMESYNC from orbit \o/
2008-02-18 w00tPhew. Fix a bunch of method sigs to stop warnings.
2008-02-14 omChange the Implementation list size from a sizeof which...
2008-02-11 w00t-Woverloaded-virtual fixes
2008-01-17 w00tRemove a redundant method here, call the mode manager...
2008-01-10 w00tHeader update: 2007 -> 2008
next