Age | Commit message (Expand) | Author |
2007-02-25 | Fixes and optimizations | brain |
2007-02-25 | Add max line length value to modestacker, so that it can clamp the max length... | brain |
2007-02-22 | Added sepstream::GetRemaining() | special |
2007-02-07 | Ident fixes, | brain |
2007-01-20 | Fixed (rewrote) m_http_client's URL parsing, it is now more flexible and.. ac... | special |
2006-12-16 | Make irc::spacify take 'const char*' instead of 'char*' | peavey |
2006-12-15 | Still more massive commit fun. Headers in include/ still to be done, else tha... | w00t |
2006-12-15 | Jesus, look who's the commit whore today. More header updates, and removal of... | w00t |
2006-12-13 | Change m_watch to use hash_map rather than map, because of the large number o... | brain |
2006-12-11 | irc::string assign(std::string&) | brain |
2006-12-11 | Fix case insensitive compare (operator ==) between irc::string and std::strin... | peavey |
2006-12-02 | I don't know if anything actually uses this, but irc::hex is now *much* more ... | special |
2006-11-18 | Fix a major whoopsie in that class i just added. It must be derived using vir... | brain |
2006-11-18 | Reduce size of max number of bytes in a bitfield from a 4 or 8 byte field to ... | brain |
2006-11-17 | Remove some debug, add some comments, throw exception in Get() when passed an... | brain |
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 | dont use local vars and lose state | brain |
2006-11-11 | Handle out of range port numbers without stopping parsing the whole set | brain |
2006-11-11 | Add irc::portparser, a class to parse port ranges in the form "6660,6661,6662... | brain |
2006-10-26 | Tweak hash generation to make it faster | brain |
2006-10-22 | More stringently fit the RFC1459 BNF diagrams | brain |
2006-10-03 | New helper class irc::stringjoiner - it pwns you. | brain |
2006-10-02 | Seems to work now | 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-19 | Change type to size_t so that 64 bit platforms dont whine about data loss whe... | brain |
2006-09-19 | Adapt to use std::string::const_iterator | brain |
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 |