summaryrefslogtreecommitdiff
path: root/src/modules/m_cloaking.cpp
AgeCommit message (Expand)Author
2008-05-01Some modules throw CoreException, this is wrong wrongitty wrong! Throw Module...brain
2008-04-10Add correct stuff so that /taxonomy can show the cloaked hosts for users in t...brain
2008-04-10Calculate hosts on connect so theres no way around a ban on your cloak, even ...brain
2008-04-10Fix for bug #513brain
2008-04-08Comment tweakagew00t
2008-03-24And more of thembrain
2008-02-18Phew. Fix a bunch of method sigs to stop warnings.w00t
2008-01-17Remove a redundant method here, call the mode manager directlyw00t
2008-01-10Header update: 2007 -> 2008w00t
2007-11-10Fix owines crashes here toobrain
2007-11-10Fix crashes found by owine (usually on startup)brain
2007-11-09We should probably UseInterface last, toobrain
2007-11-09Theres actually more to this. Before we throw, delete cu (the destructor WONT...brain
2007-11-09Same fix herebrain
2007-11-04Remove Implements() method from every module. booya.brain
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-10-25Brain, look at this pls :pw00t
2007-10-23Morebrain
2007-10-15In the grand tradition of huge fucking commits:w00t
2007-09-12Modified m_cloaking to not use need_positive (instead, cast to an unsigned in...special
2007-08-28Move everything module-related out of InspIRCd and into ModuleManager, there ...om
2007-08-27Remove unnecessary header trafficw00t
2007-08-23Add some stuff to change how we process a token sepeperated streambrain
2007-08-18Added the <cloak:ipalways> and <cloak:lowercase> options. Patch by nenolodspecial
2007-07-26Add extra detail to m_cloaking on failure to loadbrain
2007-07-23Fix a bug reported downstream regarding cloaking keysw00t
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-17More factory conversionw00t
2007-06-09A ton more clear() and empty() stuff thats been lingering on the long term to...brain
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-12Opers cannot change the modes of others.w00t
2007-04-25Please try this, satmdbrain
2007-04-25Use segments of 8 in length not ten, reducing the length of a cloaked ipv6 ho...brain
2007-04-24Shorten the length of ipv6 cloaks so that a character isnt lost (6 segments p...brain
2007-04-08Make the max '3 dots' and not 2brain
2007-04-05Fix for bug #216, m_cloaking now tries to cloak a larger amount of the hostna...brain
2007-02-07If a user connects over 4in6 (YUCK) give them an ipv4 cloakbrain
2007-02-06Fix using wrong var to determine if host is ipv6 or ipv4, resulting in wrong ...brain
2007-02-06And fix the bugs that show up when we try and build it on ipv6brain
2007-02-06Fix to work with mixed protocol environmentbrain
2007-01-01Fix to allow for OnRehash to know what user initiated the rehashbrain
2006-12-28Reasonably sized fix - when adding modes in modules, be sure to check the ret...brain
2006-12-15Remove global namespacing, makes modules compile FASTAH. Also massive update ...w00t
2006-12-10Add InspIRCd::UseInterface and InspIRCd::DoneWithInterface, and also InspIRCd...brain
2006-12-10Host cloaks for resolved hosts are wayyyy too long, cut the hash down to the ...brain
2006-12-05Fix for peavy :pbrain