]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_cloaking.cpp
Header update: 2007 -> 2008
[user/henk/code/inspircd.git] / src / modules / m_cloaking.cpp
2008-01-10 w00tHeader update: 2007 -> 2008
2007-11-10 brainFix owines crashes here too
2007-11-10 brainFix crashes found by owine (usually on startup)
2007-11-09 brainWe should probably UseInterface last, too
2007-11-09 brainTheres actually more to this. Before we throw, delete...
2007-11-09 brainSame fix here
2007-11-04 brainRemove Implements() method from every module. booya.
2007-11-04 brainHonking huge commit. Removal of DELETE() template that...
2007-11-04 brainConvert all to new Attach() system. The Implements...
2007-10-25 w00tBrain, look at this pls :p
2007-10-23 brainMore
2007-10-15 w00tIn the grand tradition of huge fucking commits:
2007-09-12 specialModified m_cloaking to not use need_positive (instead...
2007-08-28 omMove everything module-related out of InspIRCd and...
2007-08-27 w00tRemove unnecessary header traffic
2007-08-23 brainAdd some stuff to change how we process a token sepeper...
2007-08-18 specialAdded the <cloak:ipalways> and <cloak:lowercase> option...
2007-07-26 brainAdd extra detail to m_cloaking on failure to load
2007-07-23 w00tFix a bug reported downstream regarding cloaking keys
2007-07-16 peaveyOOPS! We try again, since I'm smoking craq. LF is 0x0a...
2007-07-16 peavey'svn propset -R svn:eol-style CR *' Set to UNIX-style...
2007-07-03 pippijnRemoved superfluous semicolons
2007-06-17 w00tMore factory conversion
2007-06-09 brainA ton more clear() and empty() stuff thats been lingeri...
2007-05-21 brainHeader rearrangement, move inspircd.h to top, remove...
2007-05-19 w00tWindows support. Tested and working to compile on freeb...
2007-05-12 w00tOpers cannot change the modes of others.
2007-04-25 brainPlease try this, satmd
2007-04-25 brainUse segments of 8 in length not ten, reducing the lengt...
2007-04-24 brainShorten the length of ipv6 cloaks so that a character...
2007-04-08 brainMake the max '3 dots' and not 2
2007-04-05 brainFix for bug #216, m_cloaking now tries to cloak a large...
2007-02-07 brainIf a user connects over 4in6 (YUCK) give them an ipv4...
2007-02-06 brainFix using wrong var to determine if host is ipv6 or...
2007-02-06 brainAnd fix the bugs that show up when we try and build...
2007-02-06 brainFix to work with mixed protocol environment
2007-01-01 brainFix to allow for OnRehash to know what user initiated...
2006-12-28 brainReasonably sized fix - when adding modes in modules...
2006-12-15 w00tRemove global namespacing, makes modules compile FASTAH...
2006-12-10 brainAdd InspIRCd::UseInterface and InspIRCd::DoneWithInterf...
2006-12-10 brainHost cloaks for resolved hosts are wayyyy too long...
2006-12-05 brainFix for peavy :p
2006-12-05 brainMore tidyups
2006-12-05 brainTidy up cloaking algorithms a bit
2006-12-05 brainMore tweakage
2006-12-04 brainTweaks, fixes, and comments
2006-12-04 brainUpdate $ModDep lines so that these properly depend...
2006-12-04 brainMake m_cloaking use m_md5. Fix m_md5.
2006-12-04 brainAdd nicer ipv6 cloaking
2006-12-04 brainFix it good :p
2006-12-04 brainMove ipv4 cloaking to cloak4
2006-12-04 brainFix the new ipv4 cloaks to not change wildly if one...
2006-11-12 brainSwap some stuff around, just to complicate bruteforcing
2006-11-12 brainMake the output table chosen be unique to the actual...
2006-11-12 brainBetter cloaking for unresolved IP addresses.
2006-11-12 omAnd change < 64 to <= 64, the length limit is 64 -...
2006-10-19 brainInsert massive change here.
2006-10-01 brainNow with binary versioning goodness
2006-09-15 brainAnnotations
2006-09-13 brainAdd m_conn_umodes.so which allows setting of modes...
2006-09-02 brainAll modules which implement simplemodes (no parameters...
2006-08-11 brainChange to using Instance->Log (InspIRCd::Log) rather...
2006-08-11 brainConfigReader and FileReader now take InspIRCd* to their...
2006-08-11 brainNone of the modules use an extern InspIRCd* any more
2006-08-10 brainLast of Server:: methods moved to InspIRCd::. Server...
2006-08-10 brainNote: FOR THE MOMENT, this is BROKEN. It wont run right...
2006-08-10 brainSo much stuff changed in this one, i forgot most of it.
2006-08-10 brainRemoval of Server::Log -- not much ever used it anyway...
2006-08-10 brainServer::GetAdmin, Server::GetServerDescription, Server...
2006-08-09 brainGet rid of Server::GetUsers(chanrec) - a throwback...
2006-08-06 brainFix for ipv6 build
2006-08-05 brainDont try and cloak remote clients
2006-08-05 brainExtra stuff for identifying ipv6 addresses
2006-08-05 brainUse insp_aton so we can correctly cloak ipv6
2006-07-16 brainmass tidyup, change A LOT of stuff to const char**...
2006-07-10 brainMaking lots of stuff inherit from classbase so we can...
2006-07-10 omAdd HAS_STDINT checks here, this had been sitting not...
2006-07-09 omUpdates to new API
2006-06-15 brainChange to stdint
2006-06-15 brainLook at this further later - 64 bit fixes
2006-04-06 w00tHoly christ that was a LOT OF SPACES. TABS, USE THEM...
2006-03-27 brainFix typo in spanningtree (who put this colon here?)
2006-03-11 brainMore converted modules
2006-02-28 brainChanged to throw exception when theres no cloak key
2006-02-28 brainChanged loglevel of cloak key errors to SPARSE
2006-02-28 brainAdded configurable cloakkey and cloakprefix
2006-01-15 brainUpdated copyrights in headers etc using perl inplace...
2005-12-26 brainConverted to new implements system
2005-12-22 brainOptimized out strcpys that copy empty strings (craq++)
2005-12-16 brainMoved a ton of defined to modules.h that belong there
2005-12-07 brainChanged behaviour of module API to pass Server* to...
2005-11-30 w00tMore stylistic changes.
2005-05-15 brainChanged to use __single_client_alloc, faster on most...
2005-04-11 brainFixed /unloadmodule on crappy gentoo
2005-04-07 brainFixed issue where failing modules would bail by calling...
2005-04-07 brainTons of module versionflags stuff, and checks for it...
2005-04-07 brainAdded version flags
2004-05-16 brainUpdated header comments
2004-05-10 brainAdded m_nonotice, implements unreal-style chanmode +T
2004-05-09 brainFixed m_redirect.so which was claiming every mode that...
next