]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include/dns.h
And now, just to force you to recompile the *whole* ircd.. updated headers on the...
[user/henk/code/inspircd.git] / include / dns.h
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
2005-12-07 brainTons of DNS debugging and stability fixes
2005-12-01 brainMultithreaded DNS -- not tested!!!!
2005-05-30 brainStarted on -Wall - safe compile
2005-04-26 brainMajor code tidyup (-W) - expect a few belches
2005-04-11 brainDns free() errors fixed
2005-04-02 brainAdded DNS class to documentation
2005-04-01 brainDNS timeout fixes!
2005-04-01 brainAdded nonblocking dns