summaryrefslogtreecommitdiff
path: root/src/modules/m_cloaking.cpp
AgeCommit message (Expand)Author
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
2006-08-05Use insp_aton so we can correctly cloak ipv6brain
2006-07-16mass tidyup, change A LOT of stuff to const char** which was char** (such as ...brain
2006-07-10Making lots of stuff inherit from classbase so we can use it as a holdall cla...brain
2006-07-10Add HAS_STDINT checks here, this had been sitting not in extra/ and using std...om
2006-07-09Updates to new APIom
2006-06-15Change to stdintbrain
2006-06-15Look at this further later - 64 bit fixesbrain
2006-04-06Holy christ that was a LOT OF SPACES. TABS, USE THEM, LOVE THEM, APPRECIATE T...w00t
2006-03-27Fix typo in spanningtree (who put this colon here?)brain
2006-03-11More converted modulesbrain
2006-02-28Changed to throw exception when theres no cloak keybrain
2006-02-28Changed loglevel of cloak key errors to SPARSEbrain
2006-02-28Added configurable cloakkey and cloakprefixbrain
2006-01-15Updated copyrights in headers etc using perl inplace editbrain
2005-12-26Converted to new implements systembrain
2005-12-22Optimized out strcpys that copy empty strings (craq++)brain
2005-12-16Moved a ton of defined to modules.h that belong therebrain
2005-12-07Changed behaviour of module API to pass Server* to the constructor, rather th...brain
2005-11-30More stylistic changes.w00t
2005-05-15Changed to use __single_client_alloc, faster on most systems in a single threadbrain
2005-04-11Fixed /unloadmodule on crappy gentoobrain
2005-04-07Fixed issue where failing modules would bail by calling exit (deprecated) --brain
2005-04-07Tons of module versionflags stuff, and checks for it in /UNLOADMODULEbrain
2005-04-07Added version flagsbrain
2004-05-16Updated header commentsbrain