Age | Commit message (Expand) | Author |
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 |
2006-07-18 | Tried to implement sprintf that returns std::string of any size, realized it ... | brain |
2006-07-16 | Document irc::commasepstream and irc::tokenstream | brain |
2006-07-16 | Created new class irc::commasepstream. | brain |
2006-07-16 | Fix socket leak properly this time | brain |
2006-07-16 | Fix case sensitive commands issue due to new std::string based parser, improv... | brain |
2006-07-16 | mass tidyup, change A LOT of stuff to const char** which was char** (such as ... | brain |
2006-07-16 | MAJOR tidy of line parser, some parts rewritten and major chunks removed | brain |
2006-07-16 | const the std::string reference in tokenstream's constructor | om |
2006-07-16 | This should be faster, we read it like a stream now with GetToken until GetTo... | brain |
2006-07-16 | irc::tokenstream is a token parser which using std::string and std::vector bu... | brain |
2006-07-15 | Removed GCC2 checks as we havent supported gcc2 for years | brain |
2006-07-14 | 3.3 -> 3.4 fix (the 3.3 stuff was actually craq) | brain |
2006-07-14 | Add <options:nouserdns> - defaults to off. if set to on, no user dns lookups ... | brain |
2006-07-14 | Rollback dns change | brain |
2006-07-14 | Fix dns socket leak found in stable | brain |
2006-07-12 | Tiny tiny docs update, not even worth re-generating the docs for atm | brain |
2006-07-12 | Document class Resolver | brain |
2006-07-12 | Make it work: | brain |
2006-07-12 | Test framework in m_testcommand, add interface | brain |
2006-07-12 | Added class Resolver (needs testing) | brain |
2006-07-11 | Add single parameter versions of Extensible::Extend and Extensible::GetExt fo... | om |
2006-07-11 | Move openSockfd[] into ServerConfig | brain |
2006-07-10 | ContentSize speedups | brain |
2006-07-10 | Add FileReader::ContentSize and FileReader::Contents | brain |
2006-07-10 | Try to make this serve some static content | brain |
2006-07-10 | Update docs to indicate new templated GetExt and Extend, remove references to... | brain |
2006-07-10 | Take out broken id | brain |