Age | Commit message (Expand) | Author |
2008-02-20 | Wheee, mass commit! this adds const stafety, throwing a compile error if anyo... | brain |
2008-02-05 | fixed std:: stuff | fez |
2008-02-03 | Clear up header insanity | w00t |
2008-01-10 | Header update: 2007 -> 2008 | w00t |
2007-10-22 | Remove the need for a bunch of the hard coded arrays/hashes by scanning the s... | brain |
2007-08-23 | Add some stuff to change how we process a token sepeperated stream | brain |
2007-08-23 | Fix for irc::sepstream for when there are multiple seperators in a row, do no... | brain |
2007-07-16 | OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR. | peavey |
2007-07-16 | 'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are au... | peavey |
2007-07-02 | We know this worked... i think. | brain |
2007-07-02 | std::string does not need a null terminator.. | special |
2007-06-14 | Fixed fencepost | brain |
2007-06-13 | Fixes for tokenization oddness with metadata, and weird behaviour of std::ist... | brain |
2007-06-09 | Change some = "" to clear() and some == "" to .empty() | brain |
2007-05-19 | Visual studio's ability to translate tabs to four spaces as default frustrate... | brain |
2007-05-19 | Windows support. Tested and working to compile on freebsd and linux. Next ste... | w00t |
2007-04-18 | Add trim() to hashcomp to trail leading and traling spaces from std::strings | peavey |
2007-04-02 | This needs some general QA-ing. Add support to new parser (introduced in 1.1)... | brain |
2007-03-10 | Fix the operator== for irc::string -> std::string to be const&, the lack of c... | brain |
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 |