summaryrefslogtreecommitdiff
path: root/src/modules/m_dnsbl.cpp
AgeCommit message (Expand)Author
2007-02-04We already have the numeric durations, why the fuck was I trying to get them ...w00t
2007-02-04Call events properly on KLINE, GLINE and ZLINE for DNSBL module. This fixes b...w00t
2007-02-03Make this work on ancient gcc'sbrain
2007-02-03On ipv6 servers, if a user connects with 4in6 (0::ffff:...) then attempt a dn...brain
2007-01-24Fix endless loop on dns hit.peavey
2007-01-17Mass comment removal.brain
2007-01-07Document dns caching, add a "bool cached" to OnLookupComplete method in Resol...brain
2007-01-07DNS caching stuff (almost done)brain
2007-01-07DNS Stuff - this wont work right yet, it will soon (tm)brain
2007-01-07Add TTL stuff to dns system (pass it to inherited objects)brain
2007-01-01Fix to allow for OnRehash to know what user initiated the rehashbrain
2006-12-29Fixed search and replace, code pilfered from m_alias (i think someone misread...brain
2006-12-29A few fixes, but i cant see why the reverse check doesnt workbrain
2006-12-28Tidyup and is now a vendor module.peavey
2006-12-28Whoops unused variable.peavey
2006-12-28Add cleanup of objects on readconf and in destructor.peavey
2006-12-28Remove an extra delete that caused a segfault.peavey
2006-12-23Fix bug in m_dnsbl, a condition is always matched because someone was using u...brain
2006-12-18Fix bug in m_dnsbl: Only the first <dnsbl> tag would be processed.w00t
2006-12-15Remove global namespacing, makes modules compile FASTAH. Also massive update ...w00t
2006-12-11Initial commit of m_dnsbl, v2.0 - based on satmd's 1.0 m_dnsbl, modified to w...w00t