summaryrefslogtreecommitdiff
path: root/src/dns.cpp
AgeCommit message (Expand)Author
2006-08-09Change some resolver stuff.brain
2006-08-09ServerConfig extern moved into class InspIRCdbrain
2006-08-08Extra checking that the fd's we pass to SocketEngine::AddFd were added (a lot...brain
2006-08-04Fixes for ::0 ip's, disable autobind when using ::ffff: etcbrain
2006-08-04Safety wrapper defines for ipv6 code on ipv4 ircdsbrain
2006-08-03Add proper support for "munging" of ipv6 addresses when ::ffff:addr is used (...brain
2006-08-03Change some checkingbrain
2006-08-03More stuffbrain
2006-08-03Odd stuff with ::ffff ipv6 addressesbrain
2006-08-03Extra debugbrain
2006-08-03Tweakbrain
2006-08-03Tweak tweakbrain
2006-08-03Change to use inaddr6_anybrain
2006-08-03Add more debugbrain
2006-08-03Debug output on invalid nameserver address in constructorbrain
2006-08-03Add strerror stuffbrain
2006-08-03Tidier MakeIP6Int()brain
2006-08-03Its ip6.arpa, not ip6.int?brain
2006-08-03Extra stuff for forcing a v4 or v6 lookupbrain
2006-08-03Improved ip6.int builder (no more HUGE sprintf craq)brain
2006-08-03Added test framework, so that i can work on improving MakeIP6Intbrain
2006-08-03*.ip6.int PTR lookups. FUGLY AS FUCK. someone please help me tidy (backported...brain
2006-08-03AAAA lookup fixed. Theyre returned as string, without need for inet_pton with...brain
2006-08-03Support CNAME, AAAAbrain
2006-08-03Fix sockaddr structs for ipv6brain
2006-08-03Add some commentingbrain
2006-08-03add erroring if there are already 65536 id's in transitbrain
2006-08-03Check for spoofed DNS replies where the source-port is invalid, or the ip is ...brain
2006-08-03Properly check for duplicate dns id's from the PRNGbrain
2006-08-03Improve PRNGbrain
2006-08-02Pseudo-random id's again, combined with incrementing value, gettimeofday and ...brain
2006-08-02Add back stats counters for dns total, good and badbrain
2006-08-02Allocate request id's in sequence, which means we wont get a duplicate id unt...brain
2006-08-02Change more names and typesbrain
2006-08-02Absolutely everything is now part of class DNS, or class Resolver.brain
2006-08-02More tidyingbrain
2006-08-02Move more stuff into private members of class DNSbrain
2006-08-02Tidyups, rename some varsbrain
2006-08-02Made MasterSocket staticbrain
2006-08-02Move more stuff into class DNSbrain
2006-08-02Tweak case of all classes to match those in the rest of the corebrain
2006-08-02Change comment at start of the file, rename dns_connectionbrain
2006-08-02Change a messagebrain
2006-08-02More tidying. Add comments. More comments to do :pbrain
2006-08-02Add error messages to Resolver::OnError()brain
2006-08-02The great summer clean (better than a spring clean)brain
2006-08-02Tidyup var names. people who use 'l' to mean 'length' need to be shot with a ...brain
2006-08-02More tidyupsbrain
2006-08-02Tidyups (as usual)brain
2006-08-02More tidyupsbrain