]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/dns.cpp
Limit DNS cache size
[user/henk/code/inspircd.git] / src / dns.cpp
2016-02-13 Attila MolnarLimit DNS cache size
2016-02-13 Attila MolnarCap TTL of DNS cache entries
2016-02-13 Attila MolnarGarbage collect DNS cache more often
2015-09-06 AdamMerge pull request #1018 from SaberUK/insp20+hidekills
2015-04-16 Attila MolnarMerge branch 'insp20+timedbans' into insp20
2015-04-16 Attila MolnarReject replies to DNS PTR requests that contain invalid...
2014-10-24 Attila MolnarMerge pull request #940 from SaberUK/insp20+fix-makefile
2014-10-22 Attila MolnarFail AAAA DNS queries if inet_ntop() fails
2014-09-08 AdamRemove IPv6 address compaction.
2014-09-08 AdamDo not use the result of the dns cache when the query...
2013-03-20 attilamolnarFix infinite loop when all DNS request slots are in use
2013-03-11 attilamolnarRemove dead code from DNS
2013-03-11 attilamolnarEither store the Resolver in DNS::AddResolverClass...
2012-10-12 AdamMerge pull request #320 from ChrisTX/insp20+cleanupwin
2012-10-12 ChrisTXWindows: In-depth cleanup (see details)
2012-09-30 attilamolnarFix more undefined behavior caused by referencing the...
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...
2012-04-14 Robin BurchellMerge pull request #35 from pcarrier/insp20ldap
2012-03-29 Robin BurchellMerge pull request #16 from Adam-/insp20
2012-03-28 AdamFixed infinite loop cauesd by invalid dns packets
2012-03-26 AdamFixed out of bounds memory access from malformed DNS...
2012-03-21 Sir PogsalotMerge pull request #1 from nenolod/insp20
2012-03-20 William Pitcockdns: cleanup ResultIsReady() prototype
2012-03-20 William Pitcockdns: more hardening
2012-03-20 William Pitcockdns: reject messages with lengths larger than DNSHeader...
2012-03-20 William Pitcockdns: iterators which are integer should always be unsig...
2010-04-27 Daniel De GraafDefine comparator for irc::sockets::sockaddrs
2010-04-26 Daniel De GraafAdd debug output for received DNS packets
2010-04-25 Daniel De GraafChange DNS binding to avoid BindSocket which could...
2010-04-25 Daniel De GraafAdd better debug output to dns.cpp
2010-03-23 danieldgCalling OnError from Resolver's constructor is broken...
2010-02-09 danieldgAdd random number generation functions to InspIRCd...
2010-01-18 danieldgRemove excessive gettimeofday system calls
2010-01-11 brain...because every now and again, i have to do a massive...
2009-10-24 danieldgGet rid of OpenTCPSocket
2009-10-22 danieldgMake irc::sockets::* parameters consistent, add irc...
2009-10-03 danieldgFix crash due to null address in DNS
2009-10-03 danieldgGet rid of a bunch of memory-wasting C-style strings
2009-09-30 danieldgRemove include/inspircd_se_config.h and socketengine...
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-26 danieldgClean up SocketEngine interface to allow edge-triggered...
2009-09-13 danieldgChange Extensible to use strongly typed entries
2009-09-02 danieldgValgrind cleanup: fix segfault on exit
2009-09-02 danieldgValgrind cleanup: finish destructor creation
2009-09-01 danieldgRemove unneeded #ifdef IPV6 lines
2009-09-01 danieldgRemove now-unused insp_sockaddr and insp_inaddr types
2009-09-01 danieldgRemove needless sockaddr[2] allocations, replace with...
2009-09-01 danieldgStrip SUPPORT_IP6LINKS #define
2009-07-01 danieldgMove list of open ports out of Config object
2009-06-30 w00tRoll back mysterious DNS change from 2007 which broke...
2009-04-05 psychonRemove the unused RESOLVER_NOTREADY define and fix...
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-02-14 peaveyNuke trailing spaces
2009-01-02 w00tUpdate copyrights for 2009.
2008-11-01 w00tSecond attempt at time() -> SI->Time(), now problems...
2008-10-23 w00tRevert earlier time() -> SI->Time() diff for now, this...
2008-10-23 w00tPatch from Namegduf converting all instances (where...
2008-09-13 w00tMerge commit 'danieldg/out-12'
2008-07-29 w00tRemove last vestige of libircdfoo, by changing tag...
2008-06-12 brainNow builds ok on gcc 4.3, not tested fully. Also UGLY...
2008-04-21 brainMerge in large patchset from GreenReaper, useful fixes...
2008-04-18 brainApply patches to remove 200-odd dll limit on windows...
2008-03-30 aquanightCommit -Wformat=2 -Wmissing-format-attributes, printf...
2008-02-22 aquanightConvert remaining InspIRCd::Log() calls to new logging...
2008-02-11 w00tAdd -Wshadow to cflags, and fix a bunch of warnings...
2008-01-10 w00tHeader update: 2007 -> 2008
2007-11-12 brainNOTE: our stuff for parsing multiple dns replies for...
2007-11-11 brainFixed all that, back to the crash we had before (yay?)
2007-11-11 brainThis fixed. Initialise dns at the end of pass 1 before...
2007-11-11 brainHmm
2007-11-04 brainHonking huge commit. Removal of DELETE() template that...
2007-10-23 brainPedantic safe
2007-10-22 brainRemove the need for a bunch of the hard coded arrays...
2007-10-15 w00tInspTimer -> Timer
2007-09-05 specialFixed IPv6 resolving on big-endian machines (bug #403...
2007-08-23 brainCraquity craq De-craq!
2007-08-23 brainTidyup some duplicated code
2007-08-19 brainAllow support for multiple dns results per request...
2007-08-15 brainRemoval of ifdef
2007-08-09 brainMake sure that dns sockets never block (thanks djGrrr)
2007-07-27 brainWindows specific data types in EventHandler are now...
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-01 brainOptimizations and code tidyups. QA please check that...
2007-06-14 burlex- Made the recvfrom wrapper a bit neater.
2007-06-14 burlex- Fixed UDP Overlapped I/O under windows. (not the...
2007-05-30 brainApply ipv6 #ifdef tidyup patch from djGrrr, thanks :)
2007-05-19 brainVisual studio's ability to translate tabs to four space...
2007-05-19 w00tWindows support. Tested and working to compile on freeb...
2007-05-11 brainRefactor port binding, warning not yet tested fully
2007-02-07 brainIdent fixes,
2007-02-06 brainRemove debug output that was only useful to me
2007-02-06 brainMove var around
2007-02-06 brainDNS lookups now work for users.
2007-02-06 brainFix the ipv6 end
2007-02-06 brainChange some stuff here to bind INADDR_ANY
2007-02-05 brainNo gaurantees on this atm
next