]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_cloaking.cpp
MetaData rework
[user/henk/code/inspircd.git] / src / modules / m_cloaking.cpp
2009-09-02 danieldgMetaData rework
2009-09-02 danieldgChange allocation of commands/modes
2009-09-01 danieldgMove IP<->sockaddr conversions into irc::sockets::...
2009-09-01 danieldgRemove more text<->binary IP conversions, making code...
2009-09-01 danieldgChange IP address storage in User to use more IPv4...
2009-05-24 danieldgOnRehash changes: split to multiple hooks to clarify...
2009-05-13 specialRevert some files accidentally committed in r11371...
2009-05-13 specialFix an issue in r11370 spotted by danieldg
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-02-16 w00tRemove redundant PriorityState, enum Priority does...
2009-01-02 w00tUpdate copyrights for 2009.
2008-11-01 w00tRemove now-unneeded 4in6 hacks [danieldg]
2008-11-01 w00tMerge commit 'ddg/out-12'
2008-10-25 w00tFix <disabled:umodes> interfering with /unloadmodule...
2008-09-16 brainShrink users properly on quit, and make cloaks for...
2008-09-14 peaveydont try and cloak if no valid cloak was returned ...
2008-09-13 brainOptimisation
2008-09-13 brainFix setting of +x before we've processed an OnUserConnect
2008-09-10 w00tBack out change, as this doesn't work properly with...
2008-09-10 w00tBit of a tidyup, generate cloak whenever first set...
2008-08-25 w00tChange module versions to use a string instead of fixed...
2008-08-22 w00tMatch conversion stuff.
2008-08-22 w00tRevert automated conversion by Special, as it (unfortun...
2008-08-22 specialFix a lot of calls to match() and uses of wildcard...
2008-06-11 pippijnfixed some indentation and spacing in modules
2008-05-29 brainApply patch to fix ipv6 builds, contributed by danieldg...
2008-05-19 brainConvert connection::host
2008-05-19 brainMore done
2008-05-01 brainSome modules throw CoreException, this is wrong wrongit...
2008-04-10 brainAdd correct stuff so that /taxonomy can show the cloake...
2008-04-10 brainCalculate hosts on connect so theres no way around...
2008-04-10 brainFix for bug #513
2008-04-08 w00tComment tweakage
2008-03-24 brainAnd more of them
2008-02-18 w00tPhew. Fix a bunch of method sigs to stop warnings.
2008-01-17 w00tRemove a redundant method here, call the mode manager...
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
next