]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_banredirect.cpp
Update all wiki links to point to the new wiki. This was done automatically with...
[user/henk/code/inspircd.git] / src / modules / m_banredirect.cpp
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
2008-01-04 w00tFix m_banredirect: (hint: sizeof(f) != sizeof(*f) ;p)
2007-11-09 brainRoadmap item "Fix jointhrottle to not try 'throttle...
2007-11-09 brainSame here, fix some minor memory leaks noticed by w00t
2007-11-04 brainHonking huge commit. Removal of DELETE() template that...
2007-11-04 brainConvert all to new Attach() system. The Implements...
2007-11-04 brainFor now, just fix the Priority Prioritize(). We might...
2007-10-15 w00tIn the grand tradition of huge fucking commits:
2007-08-28 omMove everything module-related out of InspIRCd and...
2007-08-28 w00tRemove the last uses of localised fake clients. This...
2007-08-27 w00tRemove unnecessary header traffic
2007-08-26 w00tAdd 'you are banned' numeric to banredirect output...
2007-08-17 burlex* Fixed bug in m_banredirect where removing a ban on...
2007-07-16 peaveyOOPS! We try again, since I'm smoking craq. LF is 0x0a...
2007-07-16 peavey'svn propset -R svn:eol-style CR *' Set to UNIX-style...
2007-07-03 pippijnRemoved superfluous semicolons
2007-06-17 w00tConvert more modules
2007-06-14 brainMAXMODES+1 -> MAXMODES+2
2007-05-25 brainFix for bug #303 reported by HiroP, thanks
2007-05-22 peaveyModule class has a member ServerInstance, so remove...
2007-05-21 brainHeader rearrangement, move inspircd.h to top, remove...
2007-05-19 w00tWindows support. Tested and working to compile on freeb...
2007-05-08 brainMake SAJOIN/SAPART more spanningtree friendly, they...
2007-05-05 brainFix for crash found by potter if you set up two redirec...
2007-03-18 brainset the TS of a channel in JoinUser, not after the...
2007-01-20 omMøøses > Yøuses
2007-01-17 brainMass comment removal.
2007-01-15 omdelete -> DELETE()
2007-01-15 omActivate final stage of world-domination plan...d....
2007-01-15 omFix some differences between how this expands partial...
2007-01-15 omConvert all redirecting bans to non-redirecting ones...
2007-01-15 omPrepend nick to user->MakeHostIP().
2007-01-14 brainWhy are we doing append() craq here, when theres a...
2007-01-14 omInitial commit of the ban redirection module. Docs...