summaryrefslogtreecommitdiff
path: root/src/modules/m_cloaking.cpp
AgeCommit message (Expand)Author
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
2006-12-05More tidyupsbrain
2006-12-05Tidy up cloaking algorithms a bitbrain
2006-12-05More tweakagebrain
2006-12-04Tweaks, fixes, and commentsbrain
2006-12-04Update $ModDep lines so that these properly depend on their headers in the ma...brain
2006-12-04Make m_cloaking use m_md5. Fix m_md5.brain
2006-12-04Add nicer ipv6 cloakingbrain
2006-12-04Fix it good :pbrain
2006-12-04Move ipv4 cloaking to cloak4brain
2006-12-04Fix the new ipv4 cloaks to not change wildly if one octet changesbrain
2006-11-12Swap some stuff around, just to complicate bruteforcingbrain
2006-11-12Make the output table chosen be unique to the actual ip so that the octet val...brain
2006-11-12Better cloaking for unresolved IP addresses.brain
2006-11-12And change < 64 to <= 64, the length limit is 64 - not 63om
2006-10-19Insert massive change here.brain
2006-10-01Now with binary versioning goodnessbrain
2006-09-15Annotationsbrain