summaryrefslogtreecommitdiff
path: root/src/modules/m_cloaking.cpp
AgeCommit message (Expand)Author
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
2006-09-13Add m_conn_umodes.so which allows setting of modes on users when they connectbrain
2006-09-02All modules which implement simplemodes (no parameters, not a list mode) can ...brain
2006-08-11Change to using Instance->Log (InspIRCd::Log) rather than log() macrobrain
2006-08-11ConfigReader and FileReader now take InspIRCd* to their constructorsbrain
2006-08-11None of the modules use an extern InspIRCd* any morebrain
2006-08-10Last of Server:: methods moved to InspIRCd::. Server:: removed.brain
2006-08-10Note: FOR THE MOMENT, this is BROKEN. It wont run right until im done.brain
2006-08-10So much stuff changed in this one, i forgot most of it.brain
2006-08-10Removal of Server::Log -- not much ever used it anyway with the ability to us...brain
2006-08-10Server::GetAdmin, Server::GetServerDescription, Server::GetNetworkName --- *R...brain
2006-08-09Get rid of Server::GetUsers(chanrec) - a throwback to before chanrec could do...brain
2006-08-06Fix for ipv6 buildbrain
2006-08-05Dont try and cloak remote clientsbrain
2006-08-05Extra stuff for identifying ipv6 addressesbrain