summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2006-08-03Change comments to reflect change from ip6.int to ip6.arpa which occured on ...brain
2006-08-03Extra stuff for forcing a v4 or v6 lookupbrain
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-03Fixed resolver, forward lookup of ipv6 doesnt work right yetbrain
2006-08-03Support CNAME, AAAAbrain
2006-08-03Check for spoofed DNS replies where the source-port is invalid, or the ip is ...brain
2006-08-03Improve PRNGbrain
2006-08-03Dynamically generate 004 numeric from the modehandler listbrain
2006-08-02Added comments to class DNS and typedefsbrain
2006-08-02Allocate request id's in sequence, which means we wont get a duplicate id unt...brain
2006-08-02Change to a constbrain
2006-08-02Change more names and typesbrain
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-02Change comment at start of the file, rename dns_connectionbrain
2006-08-02Add error messages to Resolver::OnError()brain
2006-08-02(1) remove CleanAndResolve.brain
2006-08-02InspSocket no longer resolves hosts.brain
2006-08-02Change comment which referred to an fd, is now an idbrain
2006-08-01Remove dnsqueuebrain
2006-08-01Comments, add more detail, remove dnsqueue.h include from tons of placesbrain
2006-08-01Fixesbrain
2006-08-01Fixesbrain
2006-08-01Stuff to make user host resolving use class Resolver - not tested yetbrain
2006-08-01Remove X_ESTAB_CLASSDNS, X_ESTAB_DNS now does the job of this (i TOLD w00t an...brain
2006-08-01Remove unused vars from class DNSbrain
2006-08-01Remove unused temp buffersbrain
2006-08-01Removed threaded dns (it might make a comeback some day, but as it stands its...brain
2006-08-01This might well be the last commit to this dns resolver in its current form. ...brain
2006-08-01The IPV6 stuff compiles now, with compile-correct ipv6 code. I dont know if t...brain
2006-08-01AF_INET -> define to AF_FAMILY, will be either AF_INET or AF_INET6brain
2006-08-01Move to entirely using insp_sockaddr and insp_inaddr for socket stuff, first ...brain
2006-08-01Missing include breaks "make clean" on the cmd_* filesbrain
2006-07-31Remove match/wildcmp wrapper which just casts from const char* to char*, do t...brain
2006-07-30REMOTE STATS! WOOO AND YAY!brain
2006-07-28Finish off /WHO (i think it covers everything). Now has a few extra optionsbrain
2006-07-28Document <options:syntaxhints> and <options:nouserdns>brain
2006-07-28Tidyup message.cpp, remove some really old craq.brain
2006-07-28Change all references to voodoo numbers (7, 3 etc) to the new bitwise constan...brain
2006-07-28Add support for syntax of commands in place of the text 'Not enough parameter...brain
2006-07-27Change std::pair<bool,std::string> to neater typedef "ModePair"brain
2006-07-27Mode merging during FJOIN with ourts==theirts. Only +k and +l have CheckTimes...brain
2006-07-27commit remainder of new mode bouncing stuff for TS based modesbrain
2006-07-26Add extra method to mode handler, ModeHandler::ModeSet().brain
2006-07-23Add an ID field to Request and a GetId() method, takes const char* and return...om
2006-07-19Change stats recv/send to double, so they can hold truly massive numbers of t...brain
2006-07-19Change counters to unsigned long to prevent overflow to negative countsbrain