]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_dnsbl.cpp
Call events properly on KLINE, GLINE and ZLINE for DNSBL module. This fixes bans...
[user/henk/code/inspircd.git] / src / modules / m_dnsbl.cpp
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...