]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_dnsbl.cpp
Add ConfigTag::getDuration() with optional bounds checking
[user/henk/code/inspircd.git] / src / modules / m_dnsbl.cpp
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
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...
next