summaryrefslogtreecommitdiff
path: root/src/modules/m_cloaking.cpp
AgeCommit message (Expand)Author
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
2004-05-10Added m_nonotice, implements unreal-style chanmode +Tbrain
2004-05-09Fixed m_redirect.so which was claiming every mode that came its way!brain
2004-05-01Added Module::OnAccessCheckbrain
2004-04-12Abstracted host/gecos changing to Server:: methodsbrain
2004-04-05Modified the Module::OnExtendedMode() method to use a void* as its target whi...brain
2004-04-04Added comments to m_cloaking.cppbrain
2004-04-04Completed support for module-handled umodesbrain
2003-07-22STL namespace fixesrandomdan
2003-02-07Changed to using LogLevelsbrain
2003-01-23Initial revisionbrain