]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_dnsbl.cpp
Remove VF_SERVICEPROVIDER, prevent heap allocation of ConfigReader
[user/henk/code/inspircd.git] / src / modules / m_dnsbl.cpp
2009-10-18 danieldgRemove VF_SERVICEPROVIDER, prevent heap allocation...
2009-10-17 danieldgRemove dummy API_VERSION from Version constructor
2009-10-03 danieldgGet rid of a bunch of memory-wasting C-style strings
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-22 danieldgDescribe module purpose in /MODULES output
2009-09-14 danieldgIntroduce "X" snomask for remote *:line messages [patch...
2009-09-02 danieldgm_dnsbl: Change ident marking to a generic "MARK" that...
2009-09-02 danieldgAdd ident change action to m_dnsbl [patch by cytrix]
2009-09-02 danieldgModResult conversion: Change return type of all module...
2009-06-30 w00tRoll back mysterious DNS change from 2007 which broke...
2009-05-24 danieldgOnRehash changes: split to multiple hooks to clarify...
2009-05-23 danieldgm_dnsbl: Add default duration and error message on...
2009-04-19 danieldgSend snotices when m_dnsbl adds an xline; fixes bug...
2009-04-18 danieldgConvert m_dnsbl to send globally routed snomasks. Fixes...
2009-04-16 peaveyAddendum to r11303, fix for bug #833: use correct resul...
2009-04-16 w00tConvert snomask 'A' into snomask 'a' for local announce...
2009-04-16 w00tCorrectly announce dnsbl hits, fixes bug #833 reported...
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-01-02 w00tUpdate copyrights for 2009.
2008-11-01 w00tRemove now-unneeded 4in6 hacks [danieldg]
2008-11-01 w00tFix bug #630, reported by Jorijn, fix by dz. Bitmask...
2008-08-25 w00tChange module versions to use a string instead of fixed...
2008-07-20 w00tFixes to some stuff that writes on memory it shouldn...
2008-06-11 pippijnfixed some indentation and spacing in modules
2008-05-19 brainAnd these
2008-04-09 w00tMove QuitUser into UserManager class, and unstaticize...
2008-03-24 brainA load of classes dont inherit from classbase, and...
2008-02-11 w00tAdd -Wshadow to cflags, and fix a bunch of warnings...
2008-01-17 w00tFix.. snomask O is already taken (ffs) so use A instead
2008-01-17 w00tRemove InspIRCd::WriteOpers in favour of snomask O
2008-01-10 w00tHeader update: 2007 -> 2008
2007-11-04 brainRemove Implements() method from every module. booya.
2007-11-04 brainConvert all to new Attach() system. The Implements...
2007-10-31 brainMake it all compile.
2007-10-31 brainThis one too, grr
2007-10-31 brainBloody hell, just how many modules use this shit
2007-10-28 w00tPERL PIE FOR ALL: Rename a fuckload of XLineManager...
2007-10-28 w00t- Tear out a useless load of XLine clutters that did...
2007-10-15 w00tIn the grand tradition of huge fucking commits:
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...