summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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
2006-07-10Made a load more stuff Extensible which might be of use to someonebrain
2006-07-10Properly set the resulting pointer to NULL when the object isnt foundbrain
2006-07-10If you ask me, it looks a hell of a lot tidier without forcing the cast.brain
2006-07-10- userrec::ProcessNoticeMasks - provide a way to set or unset masks.w00t
2006-07-10- Add usermode +n for notice masks - our implementation of snomasks. We're no...w00t
2006-07-10-Clone mode methods into notice mask methods for userrec.w00t
2006-07-10Add empty snomasks.cpp (still got to add headers here so the build doesnt bar...brain
2006-07-10Add interface to AddModeWatcher and DelModeWatcher into class Serverbrain
2006-07-10Added ModeParser::AddModeWatcher() and ModeParser::DelModeWatcher()brain