summaryrefslogtreecommitdiff
path: root/src/modules/m_dnsbl.cpp
AgeCommit message (Expand)Author
2009-10-17Remove dummy API_VERSION from Version constructordanieldg
2009-10-03Get rid of a bunch of memory-wasting C-style stringsdanieldg
2009-09-26Remove InspIRCd* parameters and fieldsdanieldg
2009-09-22Describe module purpose in /MODULES outputdanieldg
2009-09-14Introduce "X" snomask for remote *:line messages [patch by jackmcbarn]danieldg
2009-09-02m_dnsbl: Change ident marking to a generic "MARK" that allows ident and/or vh...danieldg
2009-09-02Add ident change action to m_dnsbl [patch by cytrix]danieldg
2009-09-02ModResult conversion: Change return type of all module functionsdanieldg
2009-06-30Roll back mysterious DNS change from 2007 which broke multiple-answerw00t
2009-05-24OnRehash changes: split to multiple hooks to clarify use and prevent explosio...danieldg
2009-05-23m_dnsbl: Add default duration and error message on invalid durationdanieldg
2009-04-19Send snotices when m_dnsbl adds an xline; fixes bug #837danieldg
2009-04-18Convert m_dnsbl to send globally routed snomasks. Fixes bug #836danieldg
2009-04-16Addendum to r11303, fix for bug #833: use correct result for the type (bitmas...peavey
2009-04-16Convert snomask 'A' into snomask 'a' for local announcements, add snomask 'A'...w00t
2009-04-16Correctly announce dnsbl hits, fixes bug #833 reported by Milliways.w00t
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-01-02Update copyrights for 2009.w00t
2008-11-01Remove now-unneeded 4in6 hacks [danieldg]w00t
2008-11-01Fix bug #630, reported by Jorijn, fix by dz. Bitmask dnsbl records not workin...w00t
2008-08-25Change module versions to use a string instead of fixed digits, and use props...w00t
2008-07-20Fixes to some stuff that writes on memory it shouldn't (thanks psychon).w00t
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