]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_dnsbl.cpp
Remove unnecessary header traffic
[user/henk/code/inspircd.git] / src / modules / m_dnsbl.cpp
2007-08-27 w00tRemove unnecessary header traffic
2007-08-19 brainAdd 'A record' blacklist types. This will probably...
2007-08-19 brainAllow support for multiple dns results per request...
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 w00tConversions
2007-06-09 brainA ton more clear() and empty() stuff thats been lingeri...
2007-06-05 brainSexeger!
2007-06-05 brainStdint being included when we dont even use it, without...
2007-05-22 brainSomeone forgot the blindingly obvious - APPLY the gline...
2007-05-19 brainSPACE INDENTING ACTION RANGERS -- ATTACK!
2007-05-19 w00tWindows support. Tested and working to compile on freeb...
2007-05-11 w00tFix a slightly out of date comment (from before the...
2007-05-04 brainFix for bug #268, repeated messages on users who are...
2007-04-27 specialm_dnsbl stats should count no result as a miss
2007-04-26 specialFixed bug #266 (m_dnsbl stats), patch by satmd
2007-02-07 brainConsider your crackpipes confiscated, there was some...
2007-02-07 brainA quick unit test shows this is broken -- fix quick
2007-02-07 brainsatmd tell me if this works, if ive got the wrong octet...
2007-02-04 w00tWe already have the numeric durations, why the fuck...
2007-02-04 w00tCall events properly on KLINE, GLINE and ZLINE for...
2007-02-03 brainMake this work on ancient gcc's
2007-02-03 brainOn ipv6 servers, if a user connects with 4in6 (0::ffff...
2007-01-24 peaveyFix endless loop on dns hit.
2007-01-17 brainMass comment removal.
2007-01-07 brainDocument dns caching, add a "bool cached" to OnLookupCo...
2007-01-07 brainDNS caching stuff (almost done)
2007-01-07 brainDNS Stuff - this wont work right yet, it will soon...
2007-01-07 brainAdd TTL stuff to dns system (pass it to inherited objects)
2007-01-01 brainFix to allow for OnRehash to know what user initiated...
2006-12-29 brainFixed search and replace, code pilfered from m_alias...
2006-12-29 brainA few fixes, but i cant see why the reverse check doesn...
2006-12-28 peaveyTidyup and is now a vendor module.
2006-12-28 peaveyWhoops unused variable.
2006-12-28 peaveyAdd cleanup of objects on readconf and in destructor.
2006-12-28 peaveyRemove an extra delete that caused a segfault.
2006-12-23 brainFix bug in m_dnsbl, a condition is always matched becau...
2006-12-18 w00tFix bug in m_dnsbl: Only the first <dnsbl> tag would...
2006-12-15 w00tRemove global namespacing, makes modules compile FASTAH...
2006-12-11 w00tInitial commit of m_dnsbl, v2.0 - based on satmd's...