]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_dnsbl.cpp
Convert WriteNumeric() calls to pass the parameters of the numeric as method parameters
[user/henk/code/inspircd.git] / src / modules / m_dnsbl.cpp
2016-02-25 Attila MolnarConvert WriteNumeric() calls to pass the parameters...
2016-02-22 Attila MolnarMerge insp20
2015-05-10 Attila MolnarMerge insp20
2015-04-20 Attila MolnarMerge insp20
2015-04-15 Attila MolnarMerge branch 'master+ehdispatch'
2015-04-15 Attila MolnarMerge pull request #1028 from Adam-/master+ipv6dnsbl
2015-04-07 AdamAdd ipv6 dnsbl support
2015-02-05 Attila MolnarMerge pull request #976 from SaberUK/master+fix-xline-db
2015-02-05 Attila MolnarMerge pull request #971 from SaberUK/master+numeric...
2015-01-23 Attila MolnarMerge branch 'master+no-rtti'
2015-01-22 Attila MolnarMerge branch 'master+exttype' into master+no-rtti
2015-01-18 Attila MolnarSpecify which Extensible subclass an ExtensionItem...
2014-10-27 Attila MolnarMerge insp20
2014-07-25 Attila MolnarMerge insp20
2014-04-07 Attila MolnarMerge insp20
2014-01-25 Attila MolnarOmit the server name internally when building a /STATS...
2014-01-21 Attila MolnarMerge insp20
2014-01-20 Attila Molnarm_dnsbl Don't send snotice when the {G|K|Z}line already...
2013-12-18 Attila MolnarClean up CoreException
2013-12-15 Attila MolnarMerge pull request #708 from SaberUK/master+development...
2013-12-15 AdamMerge pull request #689 from SaberUK/master+cxxify
2013-12-15 Peter PowellMake various self contained methods static.
2013-11-12 AdamUse WriteNumeric() everywhere we send numerics and...
2013-09-08 attilamolnarAutomatically register ServiceProviders created by...
2013-08-30 attilamolnarReplace OnRehash() with ReadConfig() that is called...
2013-08-30 attilamolnarMerge insp20
2013-08-21 attilamolnarm_dnsbl Fix possible use-after-free after a rehash
2013-08-12 attilamolnarAdd ConfigTag::getDuration() with optional bounds checking
2013-08-09 attilamolnarAccept std::string as parameter in User::ChangeHost...
2013-08-06 AdamIssue #604, fix m_dnsbl, broken in accccc212cd4f08a3c55...
2013-08-04 attilamolnarAutomatically attach modules to events
2013-08-04 Attila MolnarMerge pull request #590 from SaberUK/master+module...
2013-08-04 Peter PowellChange modules to use the MODNAME constant when logging.
2013-07-04 Attila MolnarMerge pull request #574 from SaberUK/master+build-comme...
2013-07-04 Peter PowellRemove $Core and $Mod* comments apart from $ModDep.
2013-06-05 attilamolnarMerge insp20
2013-05-15 Attila MolnarMerge pull request #514 from SaberUK/master+virtual...
2013-05-15 Peter PowellTidy up keywords on module methods.
2013-05-15 AdamMerge pull request #531 from SaberUK/master+snprintf...
2013-05-15 Peter PowellReplace some C-isms with C++-isms.
2013-04-27 attilamolnarMerge insp20
2013-04-26 AdamModularize DNS
2013-04-12 Attila MolnarMerge pull request #488 from SaberUK/master+loglevel...
2013-04-12 Peter PowellAdd LOG_ prefix to the log level enum values.
2013-04-03 attilamolnarConvert InspIRCd::Duration() to be static
2013-04-01 attilamolnarWhitespace and empty destructor removal, minor coding...
2013-03-31 attilamolnarChange User::GetIPString() to return const std::string&
2013-03-11 attilamolnarm_dnsbl Fix connecting users timeouting when a dnsbl...
2012-12-02 attilamolnarDynamically determine the size of the eventlist[] passe...
2012-11-29 attilamolnarm_dnsbl Add usednsbl option to connect classes
2012-11-19 attilamolnarServerConfig::ServerName is a std::string, don't call...
2012-10-12 AdamMerge pull request #320 from ChrisTX/insp20+cleanupwin
2012-10-12 attilamolnarFix broken build
2012-10-12 attilamolnarm_cgiirc, m_dnsbl Remove unnecessary includes
2012-10-12 attilamolnarRemove superfluous std::string()s
2012-09-30 attilamolnarFix more undefined behavior caused by referencing the...
2012-09-23 Attila MolnarMerge pull request #308 from SaberUK/insp20-fingerprint
2012-09-13 attilamolnarm_dnsbl Display <unknown> as the user's nick when annou...
2012-09-13 attilamolnarm_dnsbl Switch to OnUserSetIP hook
2012-07-13 Attila MolnarMerge pull request #230 from Robby-/insp20-openssl
2012-07-01 Robin BurchellRevert "m_dnsbl: switch to OnSetClientIP hook which...
2012-06-15 Robin BurchellMerge pull request #193 from attilamolnar/insp20+newlinefix
2012-06-13 William Pitcockm_dnsbl: switch to OnSetClientIP hook which may be...
2012-05-14 Robin BurchellMerge pull request #109 from Justasic/insp20
2012-05-03 Robin BurchellMerge pull request #96 from Justasic/insp20
2012-04-23 Robin BurchellMerge pull request #92 from Robby-/insp20-headers
2012-04-19 Robby-Replace copyright headers with headers granting specifi...
2010-03-31 Daniel De GraafRemove unneeded inet_aton call
2010-03-31 Daniel De GraafAllow E:lines to make users exempt from DNSBL checks
2010-02-16 danieldgIncrementing the counter in a loop is useful to prevent...
2010-02-14 danieldgm_dnsbl updates
2010-02-12 danieldgRemove possible references to deleted User objects...
2010-01-11 brain...because every now and again, i have to do a massive...
2009-11-06 danieldgMove StreamSocket inheritance off of User
2009-10-21 danieldgChange module API to use LocalUser* where correct
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
next