summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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
2006-07-19Test changebrain
2006-07-19Add #include <sys/select.h> to select engine, we probably need itbrain
2006-07-19Fix typo in kqueue enginebrain
2006-07-19* Seperate out socket engines into derived classes of SocketEngine.brain
2006-07-18Tried to implement sprintf that returns std::string of any size, realized it ...brain
2006-07-16Document irc::commasepstream and irc::tokenstreambrain
2006-07-16Created new class irc::commasepstream.brain
2006-07-16Fix socket leak properly this timebrain
2006-07-16Fix case sensitive commands issue due to new std::string based parser, improv...brain
2006-07-16mass tidyup, change A LOT of stuff to const char** which was char** (such as ...brain
2006-07-16MAJOR tidy of line parser, some parts rewritten and major chunks removedbrain
2006-07-16const the std::string reference in tokenstream's constructorom
2006-07-16This should be faster, we read it like a stream now with GetToken until GetTo...brain
2006-07-16irc::tokenstream is a token parser which using std::string and std::vector bu...brain
2006-07-15Removed GCC2 checks as we havent supported gcc2 for yearsbrain
2006-07-143.3 -> 3.4 fix (the 3.3 stuff was actually craq)brain
2006-07-14Add <options:nouserdns> - defaults to off. if set to on, no user dns lookups ...brain
2006-07-14Rollback dns changebrain