Age | Commit message (Expand) | Author |
2006-11-17 | Fix this so it works, passes test case. Provide a method to query for a bit a... | brain |
2006-11-17 | Add irc::dynamicbitmask class. Feel free to take a look and offer suggestions... | brain |
2006-11-11 | Allow checking of overlapped ports. A bit of sensible thought prevents this f... | brain |
2006-11-11 | Document irc::portparser with comments :-) | brain |
2006-11-11 | Add irc::portparser, a class to parse port ranges in the form "6660,6661,6662... | brain |
2006-10-06 | Document a ton of classes (e.g. give them a short description for http://svn.... | brain |
2006-10-03 | Document | brain |
2006-10-03 | New helper class irc::stringjoiner - it pwns you. | brain |
2006-10-02 | Remove testcases | brain |
2006-10-02 | mmmm dinner break, oh and document and make use of modestacker. | brain |
2006-10-02 | Add more features to modestacker so that we can stack +, -, and parameterless... | brain |
2006-10-02 | More efficient modestacker | brain |
2006-10-02 | modestacker class, stacks modes and returns a string list of up to MAXMODES m... | brain |
2006-09-17 | Turn irc::commasepstream into a base class, irc::sepstream, inherit two class... | brain |
2006-09-10 | Move Spacify() into irc:: namespace as multiple modules use it now | brain |
2006-09-03 | We now have a test module that can dump someones certificate information: /ss... | brain |
2006-08-18 | Comments | brain |
2006-08-18 | Move lowermap[] into a pre-initialised const array in hashcomp.h, | brain |
2006-08-12 | Document the nspace namespace | brain |
2006-08-10 | Move strlower into nspace namespace where hash<std::string> lives | brain |
2006-08-10 | Move the socket functions like insp_ntoa into their own namespace. They arent... | brain |
2006-08-01 | Move to entirely using insp_sockaddr and insp_inaddr for socket stuff, first ... | brain |
2006-07-16 | Document irc::commasepstream and irc::tokenstream | brain |
2006-07-16 | Created new class irc::commasepstream. | 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-14 | 3.3 -> 3.4 fix (the 3.3 stuff was actually craq) | brain |
2006-04-10 | Routing more socket includes through socket.h | om |
2006-02-19 | AIEEE fucking overloaded operators | brain |
2006-02-19 | Tweaks | brain |
2006-02-19 | Added + and == operators between std::string and irc::string. | brain |
2006-02-03 | Add operators >> and << for irc::string and i/ostreams. m_cban utilises this | om |
2006-01-15 | Updated copyrights in headers etc using perl inplace edit | brain |
2005-05-15 | Updated to keep lowermap const within hashcomp.cpp | brain |
2005-05-15 | Updated strhashcomp to use irc::string internally rather than a combination o... | brain |
2005-05-15 | Moved StrHashComp and InAddr_HashComp into the irc:: namespace | brain |
2005-05-15 | Added comments for doxygen | brain |
2005-05-15 | Added irc::string | brain |
2005-05-15 | sorted hashcomp etc | brain |
2005-05-15 | (Untested) added hashcomp.cpp, seperates out the stl hash_map stuff | brain |
2005-05-15 | Moved a ton of functions into helperfuncs.h to speed up recompiles | brain |