summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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
2006-07-14Fix dns socket leak found in stablebrain
2006-07-12Tiny tiny docs update, not even worth re-generating the docs for atmbrain
2006-07-12Document class Resolverbrain
2006-07-12Make it work:brain
2006-07-12Test framework in m_testcommand, add interfacebrain
2006-07-12Added class Resolver (needs testing)brain
2006-07-11Add single parameter versions of Extensible::Extend and Extensible::GetExt fo...om
2006-07-11Move openSockfd[] into ServerConfigbrain
2006-07-10ContentSize speedupsbrain
2006-07-10Add FileReader::ContentSize and FileReader::Contentsbrain
2006-07-10Try to make this serve some static contentbrain
2006-07-10Update docs to indicate new templated GetExt and Extend, remove references to...brain
2006-07-10Take out broken idbrain
2006-07-10Aaaand, fix the typobrain
2006-07-10Added refcount to classbase, static classbase::idbrain
2006-07-10I made a Boo Boo :pbrain
2006-07-10Deps weedingbrain
2006-07-10Inherit just about everything from classbasebrain
2006-07-10Inherit tons of stuff from classbase that should always have beenbrain
2006-07-10Sort deps of base.hbrain
2006-07-10Sort include dependencies of dns.hbrain