Age | Commit message (Expand) | Author |
2006-09-19 | Use ++x not x++, to more closely match what stl does | brain |
2006-09-19 | ULTRA FAST HASH FUNCTION :p | 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-09 | I'll give you ##TOAST, :p | brain |
2006-09-03 | We now have a test module that can dump someones certificate information: /ss... | brain |
2006-08-30 | Wahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons of messy include lists | brain |
2006-08-28 | Move trailing space stripping to only strip from non-last-item values (dont ask) | brain |
2006-08-18 | Move lowermap[] into a pre-initialised const array in hashcomp.h, | brain |
2006-08-11 | Just to mess with om's head, remove helperfuncs.h from everywhere | brain |
2006-08-11 | Move whowas into InspIRCd | brain |
2006-08-10 | Make it more readable | brain |
2006-08-10 | Much faster hash<string> for case-insensitive hashing, combined copy and lowe... | 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-06 | Remove trailing spaces from input in irc::ircsepstream | brain |
2006-08-01 | The IPV6 stuff compiles now, with compile-correct ipv6 code. I dont know if t... | brain |
2006-08-01 | Move to entirely using insp_sockaddr and insp_inaddr for socket stuff, first ... | 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 | Improved this a lot | brain |
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-04-06 | Holy christ that was a LOT OF SPACES. TABS, USE THEM, LOVE THEM, APPRECIATE T... | w00t |
2006-03-21 | Tidyup: (unsigned) cast to more explicit (unsigned char) | brain |
2006-03-09 | Changed to unsigned char to get rid of warnings | brain |
2006-03-09 | lowertab -> lowermap | brain |
2006-03-09 | Improved strhashcomp with no allocations | brain |
2006-02-19 | AIEEE fucking overloaded operators | brain |
2006-02-19 | More tweaks | 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-02-03 | Improved inaddr_hashcomp | brain |
2006-01-15 | Updated copyrights in headers etc using perl inplace edit | brain |
2005-05-30 | Started on -Wall - safe compile | brain |
2005-05-29 | Fixed lengths | brain |
2005-05-28 | Fixed fd_Setsize in cygwin | brain |
2005-05-15 | Changed to use __single_client_alloc, faster on most systems in a single thread | 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 irc::string | brain |
2005-05-15 | Added comments to hashcomp.cpp | brain |
2005-05-15 | GCC 3.4/4.0 fixes | brain |
2005-05-15 | sorted hashcomp etc | brain |
2005-05-15 | Making sure this is compatible with GCC3.4/4.x | brain |
2005-05-15 | (Untested) added hashcomp.cpp, seperates out the stl hash_map stuff | brain |