summaryrefslogtreecommitdiff
path: root/src/modules/m_banredirect.cpp
AgeCommit message (Expand)Author
2008-03-24A load of classes dont inherit from classbase, and they should. fix.brain
2008-03-22Wheeee for HUGE commits. Convert all numerics to WriteNumeric so that OnNumer...brain
2008-02-22Nuke TIMESYNC from orbit \o/w00t
2008-02-18Phew. Fix a bunch of method sigs to stop warnings.w00t
2008-02-14Change the Implementation list size from a sizeof which worked by fluke to ju...om
2008-02-11-Woverloaded-virtual fixesw00t
2008-01-17Remove a redundant method here, call the mode manager directlyw00t
2008-01-10Header update: 2007 -> 2008w00t
2008-01-04Fix m_banredirect: (hint: sizeof(f) != sizeof(*f) ;p)w00t
2007-11-09Roadmap item "Fix jointhrottle to not try 'throttle' clients during a netmerg...brain
2007-11-09Same here, fix some minor memory leaks noticed by w00tbrain
2007-11-04Honking huge commit. Removal of DELETE() template that never worked right anywaybrain
2007-11-04Convert all to new Attach() system. The Implements() method needs removing fr...brain
2007-11-04For now, just fix the Priority Prioritize(). We might be able to do the rest ...brain
2007-10-15In the grand tradition of huge fucking commits:w00t
2007-08-28Move everything module-related out of InspIRCd and into ModuleManager, there ...om
2007-08-28Remove the last uses of localised fake clients. This removes a lot of allocat...w00t
2007-08-27Remove unnecessary header trafficw00t
2007-08-26Add 'you are banned' numeric to banredirect output, from avenger's patchw00t
2007-08-17* Fixed bug in m_banredirect where removing a ban on a channel with maxbans s...burlex
2007-07-16OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR.peavey
2007-07-16'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are au...peavey
2007-07-03Removed superfluous semicolonspippijn
2007-06-17Convert more modulesw00t
2007-06-14MAXMODES+1 -> MAXMODES+2brain
2007-05-25Fix for bug #303 reported by HiroP, thanksbrain
2007-05-22Module class has a member ServerInstance, so remove any extra refs still ling...peavey
2007-05-21Header rearrangement, move inspircd.h to top, remove stdio, stdlib, stdblahbl...brain
2007-05-19Windows support. Tested and working to compile on freebsd and linux. Next ste...w00t
2007-05-08Make SAJOIN/SAPART more spanningtree friendly, they are throwbacks to the ins...brain
2007-05-05Fix for crash found by potter if you set up two redirects in two channels to ...brain
2007-03-18set the TS of a channel in JoinUser, not after the entire FJOIN, this is safe...brain
2007-01-20Møøses > Yøusesom
2007-01-17Mass comment removal.brain
2007-01-15delete -> DELETE()om
2007-01-15Activate final stage of world-domination plan...d...o...n...om
2007-01-15Fix some differences between how this expands partial banmasks with how the c...om
2007-01-15Convert all redirecting bans to non-redirecting ones when the module unloads.om
2007-01-15Prepend nick to user->MakeHostIP().om
2007-01-14Why are we doing append() craq here, when theres a nice cached userrec::GetHo...brain
2007-01-14Initial commit of the ban redirection module. Docs, additional testing and pr...om