summaryrefslogtreecommitdiff
path: root/src/dns.cpp
AgeCommit message (Expand)Author
2008-07-29Remove last vestige of libircdfoo, by changing tag into a single identifier...w00t
2008-06-12Now builds ok on gcc 4.3, not tested fully. Also UGLY, oh we hate you GCC, wh...brain
2008-04-21Merge in large patchset from GreenReaper, useful fixes for freeing a ton of d...brain
2008-04-18Apply patches to remove 200-odd dll limit on windows, made by GreenReaper, lo...brain
2008-03-30Commit -Wformat=2 -Wmissing-format-attributes, printf-like functions in inspi...aquanight
2008-02-22Convert remaining InspIRCd::Log() calls to new logging systemaquanight
2008-02-11Add -Wshadow to cflags, and fix a bunch of warnings that come with it. Add a ...w00t
2008-01-10Header update: 2007 -> 2008w00t
2007-11-12NOTE: our stuff for parsing multiple dns replies for dnsbl with an 'A record ...brain
2007-11-11Fixed all that, back to the crash we had before (yay?)brain
2007-11-11This fixed. Initialise dns at the end of pass 1 before loading first set of m...brain
2007-11-11Hmmbrain
2007-11-04Honking huge commit. Removal of DELETE() template that never worked right anywaybrain
2007-10-23Pedantic safebrain
2007-10-22Remove the need for a bunch of the hard coded arrays/hashes by scanning the s...brain
2007-10-15InspTimer -> Timerw00t
2007-09-05Fixed IPv6 resolving on big-endian machines (bug #403). Patch by Stric.special
2007-08-23Craquity craq De-craq!brain
2007-08-23Tidyup some duplicated codebrain
2007-08-19Allow support for multiple dns results per request. This is a significant cha...brain
2007-08-15Removal of ifdefbrain
2007-08-09Make sure that dns sockets never block (thanks djGrrr)brain
2007-07-27Windows specific data types in EventHandler are now Extensible itemsbrain
2007-07-16OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR.peavey
2007-07-16'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are au...peavey
2007-07-01Optimizations and code tidyups. QA please check that svsnick and other forced...brain
2007-06-14- Made the recvfrom wrapper a bit neater.burlex
2007-06-14- Fixed UDP Overlapped I/O under windows. (not the best way this could be don...burlex
2007-05-30Apply ipv6 #ifdef tidyup patch from djGrrr, thanks :)brain
2007-05-19Visual studio's ability to translate tabs to four spaces as default frustrate...brain
2007-05-19Windows support. Tested and working to compile on freebsd and linux. Next ste...w00t
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