Age | Commit message (Expand) | Author |
2006-08-03 | Fixed resolver, forward lookup of ipv6 doesnt work right yet | brain |
2006-08-03 | Support CNAME, AAAA | brain |
2006-08-03 | Check for spoofed DNS replies where the source-port is invalid, or the ip is ... | brain |
2006-08-03 | Improve PRNG | brain |
2006-08-03 | Dynamically generate 004 numeric from the modehandler list | brain |
2006-08-02 | Added comments to class DNS and typedefs | brain |
2006-08-02 | Allocate request id's in sequence, which means we wont get a duplicate id unt... | brain |
2006-08-02 | Change to a const | brain |
2006-08-02 | Change more names and types | brain |
2006-08-02 | Move more stuff into private members of class DNS | brain |
2006-08-02 | Tidyups, rename some vars | brain |
2006-08-02 | Made MasterSocket static | brain |
2006-08-02 | Move more stuff into class DNS | brain |
2006-08-02 | Change comment at start of the file, rename dns_connection | brain |
2006-08-02 | Add error messages to Resolver::OnError() | brain |
2006-08-02 | (1) remove CleanAndResolve. | brain |
2006-08-02 | InspSocket no longer resolves hosts. | brain |
2006-08-02 | Change comment which referred to an fd, is now an id | brain |
2006-08-01 | Remove dnsqueue | brain |
2006-08-01 | Comments, add more detail, remove dnsqueue.h include from tons of places | brain |
2006-08-01 | Fixes | brain |
2006-08-01 | Fixes | brain |
2006-08-01 | Stuff to make user host resolving use class Resolver - not tested yet | brain |
2006-08-01 | Remove X_ESTAB_CLASSDNS, X_ESTAB_DNS now does the job of this (i TOLD w00t an... | brain |
2006-08-01 | Remove unused vars from class DNS | brain |
2006-08-01 | Remove unused temp buffers | brain |
2006-08-01 | Removed threaded dns (it might make a comeback some day, but as it stands its... | brain |
2006-08-01 | This might well be the last commit to this dns resolver in its current form. ... | brain |
2006-08-01 | The IPV6 stuff compiles now, with compile-correct ipv6 code. I dont know if t... | brain |
2006-08-01 | AF_INET -> define to AF_FAMILY, will be either AF_INET or AF_INET6 | brain |
2006-08-01 | Move to entirely using insp_sockaddr and insp_inaddr for socket stuff, first ... | brain |
2006-08-01 | Missing include breaks "make clean" on the cmd_* files | brain |
2006-07-31 | Remove match/wildcmp wrapper which just casts from const char* to char*, do t... | brain |
2006-07-30 | REMOTE STATS! WOOO AND YAY! | brain |
2006-07-28 | Finish off /WHO (i think it covers everything). Now has a few extra options | brain |
2006-07-28 | Document <options:syntaxhints> and <options:nouserdns> | brain |
2006-07-28 | Tidyup message.cpp, remove some really old craq. | brain |
2006-07-28 | Change all references to voodoo numbers (7, 3 etc) to the new bitwise constan... | brain |
2006-07-28 | Add support for syntax of commands in place of the text 'Not enough parameter... | brain |
2006-07-27 | Change std::pair<bool,std::string> to neater typedef "ModePair" | brain |
2006-07-27 | Mode merging during FJOIN with ourts==theirts. Only +k and +l have CheckTimes... | brain |
2006-07-27 | commit remainder of new mode bouncing stuff for TS based modes | brain |
2006-07-26 | Add extra method to mode handler, ModeHandler::ModeSet(). | brain |
2006-07-23 | Add an ID field to Request and a GetId() method, takes const char* and return... | om |
2006-07-19 | Change stats recv/send to double, so they can hold truly massive numbers of t... | brain |
2006-07-19 | Change counters to unsigned long to prevent overflow to negative counts | brain |
2006-07-19 | Test change | brain |
2006-07-19 | Add #include <sys/select.h> to select engine, we probably need it | brain |
2006-07-19 | Fix typo in kqueue engine | brain |
2006-07-19 | * Seperate out socket engines into derived classes of SocketEngine. | brain |