summaryrefslogtreecommitdiff
path: root/src/modules/m_dnsbl.cpp
AgeCommit message (Expand)Author
2008-06-11fixed some indentation and spacing in modulespippijn
2008-05-19And thesebrain
2008-04-09Move QuitUser into UserManager class, and unstaticize it. This prepares for s...w00t
2008-03-24A load of classes dont inherit from classbase, and they should. fix.brain
2008-02-11Add -Wshadow to cflags, and fix a bunch of warnings that come with it. Add a ...w00t
2008-01-17Fix.. snomask O is already taken (ffs) so use A insteadw00t
2008-01-17Remove InspIRCd::WriteOpers in favour of snomask Ow00t
2008-01-10Header update: 2007 -> 2008w00t
2007-11-04Remove Implements() method from every module. booya.brain
2007-11-04Convert all to new Attach() system. The Implements() method needs removing fr...brain
2007-10-31Make it all compile.brain
2007-10-31This one too, grrbrain
2007-10-31Bloody hell, just how many modules use this shitbrain
2007-10-28PERL PIE FOR ALL: Rename a fuckload of XLineManager's methodsw00t
2007-10-28- Tear out a useless load of XLine clutters that did nothing much except conf...w00t
2007-10-15In the grand tradition of huge fucking commits:w00t
2007-08-27Remove unnecessary header trafficw00t
2007-08-19Add 'A record' blacklist types. This will probably only go into 1.2, and need...brain
2007-08-19Allow support for multiple dns results per request. This is a significant cha...brain
2007-07-16OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR.peavey
2007-07-16'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are au...peavey
2007-07-03Removed superfluous semicolonspippijn
2007-06-17Conversionsw00t
2007-06-09A ton more clear() and empty() stuff thats been lingering on the long term to...brain
2007-06-05Sexeger!brain
2007-06-05Stdint being included when we dont even use it, without checking HAS_STDINT, ...brain
2007-05-22Someone forgot the blindingly obvious - APPLY the glines/zlines you add! they...brain
2007-05-19SPACE INDENTING ACTION RANGERS -- ATTACK!brain
2007-05-19Windows support. Tested and working to compile on freebsd and linux. Next ste...w00t
2007-05-11Fix a slightly out of date comment (from before the days of the self commenti...w00t
2007-05-04Fix for bug #268, repeated messages on users who are already glinedbrain
2007-04-27m_dnsbl stats should count no result as a missspecial
2007-04-26Fixed bug #266 (m_dnsbl stats), patch by satmdspecial
2007-02-07Consider your crackpipes confiscated, there was some right dailywtf-worthy st...brain
2007-02-07A quick unit test shows this is broken -- fix quickbrain
2007-02-07satmd tell me if this works, if ive got the wrong octet i need to change a bi...brain
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