summaryrefslogtreecommitdiff
path: root/src/dns.cpp
AgeCommit message (Expand)Author
2007-05-11Refactor port binding, warning not yet tested fullybrain
2007-02-07Ident fixes,brain
2007-02-06Remove debug output that was only useful to mebrain
2007-02-06Move var aroundbrain
2007-02-06DNS lookups now work for users.brain
2007-02-06Fix the ipv6 endbrain
2007-02-06Change some stuff here to bind INADDR_ANYbrain
2007-02-05No gaurantees on this atmbrain
2007-02-05This wont compile atmbrain
2007-02-05Stuff to make dns work protocol-independentbrain
2007-01-21Keep gcc from whining when there is NOT an error (see the comments added)brain
2007-01-15Crusade to remove debug from stable and tested parts of the core and base mod...brain
2007-01-08Add repeating timers, and make an hourly prune of the dns cache, otherwise a ...brain
2007-01-08Add /CLEARCACHE, oper only command which completely purges the DNS cache -- u...brain
2007-01-08Oh, this tweak is for w00t -- rehash will remove expired items from the dns c...brain
2007-01-07Document dns caching, add a "bool cached" to OnLookupComplete method in Resol...brain
2007-01-07DNS caching stuff (almost done)brain
2007-01-07DNS Stuff - this wont work right yet, it will soon (tm)brain
2007-01-07Add TTL stuff to dns system (pass it to inherited objects)brain
2006-12-31Fix whoopsiesbrain
2006-12-31Add missing feature: /rehash reinitializes dns subsytem (and can handle chang...brain
2006-12-18Refactor dns.cpp to use an array of request types rather than map, for O(1) l...brain
2006-12-15Still more massive commit fun. Headers in include/ still to be done, else tha...w00t
2006-12-15Jesus, look who's the commit whore today. More header updates, and removal of...w00t
2006-11-19Fix all the _FORTIFY_SOURCE warnings except "punned pointer".brain
2006-11-10Add fix for patch #166 (this is a reasonably big one)brain
2006-11-02Apply patch by satmd which performs ipv4 lookup on 4in6 usersbrain
2006-10-31Socket error state stuffbrain
2006-10-22Default to 5 if none setbrain
2006-10-22Respect the dns timeout value in the confbrain
2006-10-22Change around some dns stuff (dont use this yet)brain
2006-10-22Call OnError when timing outbrain
2006-10-22DNS timeouts missingbrain
2006-10-06Document more classesbrain
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