Age | Commit message (Expand) | Author |
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 |
2006-07-10 | Aaaand, fix the typo | brain |
2006-07-10 | Added refcount to classbase, static classbase::id | brain |
2006-07-10 | I made a Boo Boo :p | brain |
2006-07-10 | Deps weeding | brain |
2006-07-10 | Inherit just about everything from classbase | brain |
2006-07-10 | Inherit tons of stuff from classbase that should always have been | brain |
2006-07-10 | Sort deps of base.h | brain |
2006-07-10 | Sort include dependencies of dns.h | brain |
2006-07-10 | Made a load more stuff Extensible which might be of use to someone | brain |
2006-07-10 | Properly set the resulting pointer to NULL when the object isnt found | brain |
2006-07-10 | If 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-10 | Add empty snomasks.cpp (still got to add headers here so the build doesnt bar... | brain |
2006-07-10 | Add interface to AddModeWatcher and DelModeWatcher into class Server | brain |
2006-07-10 | Added ModeParser::AddModeWatcher() and ModeParser::DelModeWatcher() | brain |
2006-07-09 | Finally finished documenting new mode parser. Lots of comments. | brain |
2006-07-09 | Fix whoopsies | brain |
2006-07-09 | Added Server::GetModuleName(), Module* to filename | brain |
2006-07-09 | Reorder to avoid warning. | brain |
2006-07-09 | Altered u_listmode to have a constructor arg 'autotidy' which if set to true ... | brain |
2006-07-09 | Alter SetModeParam to take const char* to save on casts, notice a load of mod... | brain |