summaryrefslogtreecommitdiff
path: root/src/dnsqueue.cpp
AgeCommit message (Expand)Author
2006-07-28Change all references to voodoo numbers (7, 3 etc) to the new bitwise constan...brain
2006-07-20Fixed, no longer a memory leak (Thread leak)brain
2006-07-20Make threaded dns stable by placing some mutexes around some stl stuff (this ...brain
2006-07-19Special checking for muppet providers that make their reverse resolution reso...brain
2006-07-16Only attempt forward lookup if the user still existsbrain
2006-07-16Fixing sendq craskbrain
2006-07-16Adjustmentbrain
2006-07-16Fix socket leak properly this timebrain
2006-07-14Rollback dns changebrain
2006-07-14Fix dns socket leak found in stablebrain
2006-07-12Make it work:brain
2006-05-10Fix output corruption when host is exactly 64 chars longbrain
2006-04-24delete operator tracking in debug mode (using a macro -- live with it.)brain
2006-04-08Split inspircd_io.* insp inspsocket.* and configreader.* with a few odd bits ...om
2006-04-03Copy of 1_0_stable fix for malformed (>64 chars) hostnames.brain
2006-03-12Const refs (this is about the last of them in the core api)brain
2006-03-07Whois typo fixesbrain
2006-02-22Oh yae, Oh Yae, back in old days of yore, Ye Brain doth set the nick buffer a...brain
2006-02-21Fixedbrain
2006-02-21Fix for ambiguity in function name herebrain
2006-02-06Force initialize host to "" just in case it isnt (it should be however, as it...brain
2006-02-06Disabled ip->hostname cache, seems a bit fubarbrain
2006-02-03Added extra 'looking up your hostname lollerskates' output :pbrain
2006-02-03Typoesbrain
2006-02-03Added back ip->host caching now we can make it not be a performance hit (we w...brain
2006-01-27Improved IP handling. Now uses in_addr to store client ip, not char[16]!brain
2006-01-15Updated copyrights in headers etc using perl inplace editbrain
2005-12-29Changed to MAX_DESCRIPTORSbrain
2005-12-29Changed some little bits and bobs herebrain
2005-12-29Fixed an extremely n00bish mistake involving referencing a global copy of Ser...brain
2005-12-29Optimizing to not use so much cpu with high user loadsbrain
2005-12-22Optimized out strcpys that copy empty strings (craq++)brain
2005-12-15Full removal of inspircd_util.hbrain
2005-12-14Moved tons of stuff into class ServerConfigbrain
2005-12-14Started moving of data into ServerConfig classbrain
2005-12-13Optimized accept() stuff to eliminate loop, idea while talking to w00tbrain
2005-12-13Got rid of the evil loopy horrid mess in dnsqueue.cpp (singlethreaded dns loo...brain
2005-12-13Made dnsqueue clean up its sockets from the socketengine properlybrain
2005-12-12Attempts to make DNS nicer with new socket enginebrain
2005-12-12*EXPERIMENTAL* Tied DNS into new socket enginebrain
2005-12-07Changed behaviour of module API to pass Server* to the constructor, rather th...brain
2005-12-07Fixed to do forwards properly with uninitialized databrain
2005-12-07Tons of DNS debugging and stability fixesbrain
2005-12-07DNS fixesbrain
2005-12-02Added forward lookup sanity checks to single threaded dnsbrain
2005-11-25Removed references to deprecated files servers.* and connection.*brain
2005-05-28Fixed fd_Setsize in cygwinbrain
2005-05-16Removed __single_client_alloc again because gcc devs were smoking crack and r...brain
2005-05-15Changed to use __single_client_alloc, supposedly faster in single-thread situ...brain
2005-05-15Moved StrHashComp and InAddr_HashComp into the irc:: namespacebrain