]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/dns.cpp
Removed threaded dns (it might make a comeback some day, but as it stands its incompa...
[user/henk/code/inspircd.git] / src / dns.cpp
2006-08-01 brainRemoved threaded dns (it might make a comeback some...
2006-08-01 brainFix broken inet_pton call
2006-08-01 brainFixes for inspsocket in ipv6 environment
2006-08-01 brainStill working under ipv4 now
2006-08-01 brainDns stuff
2006-08-01 brainThis might well be the last commit to this dns resolver...
2006-08-01 brainThe IPV6 stuff compiles now, with compile-correct ipv6...
2006-08-01 brainAF_INET -> define to AF_FAMILY, will be either AF_INET...
2006-08-01 brainMove to entirely using insp_sockaddr and insp_inaddr...
2006-07-20 brainAdd comments, remove debug, alter message in ./configure
2006-07-20 brainFixed, no longer a memory leak (Thread leak)
2006-07-20 brainSomeone please take a look at this and tell me why...
2006-07-20 brainMake threaded dns stable by placing some mutexes around...
2006-07-20 brainThreaded dns stuff - im going to try and make this...
2006-07-19 brainRemoved all that lastcreate and wantclose craq from...
2006-07-19 brain* Seperate out socket engines into derived classes...
2006-07-16 brainTweaks for nonblocking dns
2006-07-16 brainFix socket leak properly this time
2006-07-14 brainRollback dns change
2006-07-14 brainFix dns socket leak found in stable
2006-07-12 brainRemoved debugging
2006-07-12 brainAll this works now (hopefully)
2006-07-12 brainThrow moduleexception if you:
2006-07-12 brainTypo
2006-07-12 brainMake it work:
2006-07-12 brainAdded class Resolver (needs testing)
2006-05-03 brainReturn false was missing
2006-04-24 braindelete operator tracking in debug mode (using a macro...
2006-04-06 w00tHoly christ that was a LOT OF SPACES. TABS, USE THEM...
2006-03-12 brainConst refs (this is about the last of them in the core...
2006-03-10 brainSupport for hostnames in <bind> tag (so long as the...
2006-02-09 brainTypo in some code that should usually be #ifdef'ed...
2006-02-02 brain*UNTESTED DO NOT USE YET* - async dns for InspSocket...
2006-02-01 brainAllow async dns to compile -- but its still experimenta...
2006-01-25 omRemove last relic of last goto in inspircd (an unused...
2006-01-25 brainOne goto is now no gotos.
2006-01-15 brainUpdated copyrights in headers etc using perl inplace...
2005-12-31 brainTidyup of K&R style indenting, comments in silly places...
2005-12-31 brainChanged to QueryType rather than short int for query...
2005-12-31 brainRemoved crappy linked list stuff and replaced with...
2005-12-31 brainImproving niceness of DNS code, i WILL make this readable!
2005-12-29 brainFixed an extremely n00bish mistake involving referencin...
2005-12-16 brainMoved serverstats stuff out
2005-12-16 brainMoved SocketEngine* SE into InspIRCd class
2005-12-16 brainMoved command parsing crap into command_parse.cpp
2005-12-14 brainStarted moving of data into ServerConfig class
2005-12-14 brainHalf way through updating to move a ton of extern confs...
2005-12-12 brainTied in DNS to SocketEngine
2005-12-12 brainAttempts to make DNS nicer with new socket engine
2005-12-12 brain*EXPERIMENTAL* Tied DNS into new socket engine
2005-12-07 brainChanged behaviour of module API to pass Server* to...
2005-12-07 brainTons of DNS debugging and stability fixes
2005-12-07 brainDNS safety and logging
2005-12-02 brainFixed dns lookups
2005-12-02 brainBloody ip addresses.
2005-12-02 brainOm's ip is annoying to parse.
2005-12-02 brainChanged to %u for unsigned
2005-12-02 brainSigned octets in dns forward lookup! GAH
2005-12-01 brainMultithreaded DNS -- not tested!!!!
2005-05-30 brainStarted on -Wall - safe compile
2005-05-15 brainChanged to use __single_client_alloc, faster on most...
2005-05-15 brainNew docs
2005-05-15 brainMoved a ton of functions into helperfuncs.h to speed...
2005-05-09 brainHit dns with spork. Repeat until crispy.
2005-05-09 brainFixes to way allocations are handled
2005-05-02 brainAdded /stats T
2005-04-26 brainMajor code tidyup (-W) - expect a few belches
2005-04-20 brainAdded OnUserDisconnect method to modules.* to fix fd...
2005-04-19 brainFixed fd leaks
2005-04-11 brainDns free() errors fixed
2005-04-05 brainMajor optimizations!
2005-04-02 brainFixes for dns queueing, timeout functions etc moved...
2005-04-01 brainDNS timeout fixes!
2005-04-01 brainAdded nonblocking dns