]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include/dns.h
Limit DNS cache size
[user/henk/code/inspircd.git] / include / dns.h
2016-02-13 Attila MolnarLimit DNS cache size
2015-09-06 AdamMerge pull request #1018 from SaberUK/insp20+hidekills
2015-03-22 Attila MolnarMerge pull request #1004 from SaberUK/insp20+fix-variou...
2015-02-27 Peter PowellFix various Doxygen warnings.
2014-09-08 AdamDo not use the result of the dns cache when the query...
2013-03-11 attilamolnarRemove dead code from DNS
2012-10-12 AdamMerge pull request #320 from ChrisTX/insp20+cleanupwin
2012-10-12 ChrisTXWindows: In-depth cleanup (see details)
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-18 Robin BurchellMerge pull request #70 from Shawn-Smith/insp20+chancrea...
2012-04-15 Robin BurchellMerge pull request #55 from Justasic/insp20
2012-04-15 Justin CrawfordFixes for bug #12
2011-04-19 Daniel De GraafMerge commit 'refs/merge-requests/5' of git://gitorious...
2011-04-10 AdamFixed Windows build on VS 2010
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 danieldgMove forward declarations to typedefs.h
2009-10-21 danieldgUpdate documentation and remove unused classes/functions
2009-10-19 danieldgMaintain refcount of Module objects to complain about...
2009-10-17 danieldgMake classbase and refcountbase uncopyable; expand...
2009-10-03 danieldgGet rid of a bunch of memory-wasting C-style strings
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-01 danieldgRemove unneeded #ifdef IPV6 lines
2009-09-01 danieldgRemove now-unused insp_sockaddr and insp_inaddr types
2009-08-15 w00twin: Last part of support required for VS2010:
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-01-02 w00tUpdate copyrights for 2009.
2008-09-20 brainMore comments, and remove some unused craq. Someone...
2008-03-24 brainA load of classes dont inherit from classbase, and...
2008-02-03 w00tClear up header insanity
2008-01-10 w00tHeader update: 2007 -> 2008
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-06-14 pippijnSome general syntax cleanups.
2007-05-30 brainApply ipv6 #ifdef tidyup patch from djGrrr, thanks :)
2007-05-19 brainSpace indents must die.
2007-05-19 w00tWindows support. Tested and working to compile on freeb...
2007-02-05 brainNo gaurantees on this atm
2007-02-05 brainThis wont compile atm
2007-01-09 brainComment on a lot of recently added stuff that wasnt...
2007-01-08 brainAdd repeating timers, and make an hourly prune of the...
2007-01-08 brainAdd /CLEARCACHE, oper only command which completely...
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)
2006-12-31 brainAdd missing feature: /rehash reinitializes dns subsytem...
2006-12-18 brainRefactor dns.cpp to use an array of request types rathe...
2006-12-15 w00tAnd now, just to force you to recompile the *whole...
2006-11-19 brainFix all the _FORTIFY_SOURCE warnings except "punned...
2006-11-10 brainAdd fix for patch #166 (this is a reasonably big one)
2006-10-31 brainSocket error state stuff
2006-10-22 brainChange around some dns stuff (dont use this yet)
2006-10-22 brainCall OnError when timing out
2006-08-18 brainEventHandler class, an abstraction for raw i/o
2006-08-10 brainMove the socket functions like insp_ntoa into their...
2006-08-09 brainChange some resolver stuff.
2006-08-03 brainAdd proper support for "munging" of ipv6 addresses...
2006-08-03 brainChange comments to reflect change from ip6.int to...
2006-08-03 brainExtra stuff for forcing a v4 or v6 lookup
2006-08-03 brainAdded test framework, so that i can work on improving...
2006-08-03 brain*.ip6.int PTR lookups. FUGLY AS FUCK. someone please...
2006-08-03 brainSupport CNAME, AAAA
2006-08-03 brainCheck for spoofed DNS replies where the source-port...
2006-08-03 brainImprove PRNG
2006-08-02 brainAdded comments to class DNS and typedefs
2006-08-02 brainAllocate request id's in sequence, which means we wont...
2006-08-02 brainChange to a const
2006-08-02 brainChange more names and types
2006-08-02 brainMove more stuff into private members of class DNS
2006-08-02 brainTidyups, rename some vars
2006-08-02 brainMade MasterSocket static
2006-08-02 brainMove more stuff into class DNS
2006-08-02 brainChange comment at start of the file, rename dns_connection
2006-08-02 brainAdd error messages to Resolver::OnError()
2006-08-02 brainChange comment which referred to an fd, is now an id
2006-08-01 brainRemove unused vars from class DNS
2006-08-01 brainRemove unused temp buffers
2006-08-01 brainRemoved threaded dns (it might make a comeback some...
2006-08-01 brainThe IPV6 stuff compiles now, with compile-correct ipv6...
2006-08-01 brainMove to entirely using insp_sockaddr and insp_inaddr...
2006-07-16 brainFix socket leak properly this time
2006-07-12 brainTiny tiny docs update, not even worth re-generating...
2006-07-12 brainDocument class Resolver
2006-07-12 brainMake it work:
2006-07-12 brainAdded class Resolver (needs testing)
2006-07-10 brainSort include dependencies of dns.h
2006-07-10 brainMade a load more stuff Extensible which might be of...
2006-04-10 omRoute some more stuff through socket.h and hash_map...
2006-03-12 brainConst refs (this is about the last of them in the core...
2006-02-02 brain*UNTESTED DO NOT USE YET* - async dns for InspSocket...
2005-12-16 brainMoved command parsing crap into command_parse.cpp
2005-12-12 brainAttempts to make DNS nicer with new socket engine
next