summaryrefslogtreecommitdiff
path: root/src/dns.cpp
AgeCommit message (Expand)Author
2006-09-08Fix for uninitialized var in valgrind outputbrain
2006-08-30Wahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons of messy include listsbrain
2006-08-18EventHandler class, an abstraction for raw i/obrain
2006-08-11Just to mess with om's head, remove helperfuncs.h from everywherebrain
2006-08-11Change to using Instance->Log (InspIRCd::Log) rather than log() macrobrain
2006-08-11Now two types of log macro, log() and ilog(). log() assumes an InspIRCd objec...brain
2006-08-10Move the socket functions like insp_ntoa into their own namespace. They arent...brain
2006-08-09Passing invalid instance to dns isnt a good ideabrain
2006-08-09Fix passing wrong instance to resolverbrain
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