summaryrefslogtreecommitdiff
path: root/src/modules/m_banredirect.cpp
AgeCommit message (Expand)Author
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