Age | Commit message (Expand) | Author |
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- |
2011-04-10 | Fixed Windows build on VS 2010 | Adam |
2011-04-01 | Revert to old sepstream logic until a proper fix is finished | Jackmcbarn |
2011-03-28 | Fix sepstream logic when multiple consecutive separators are encountered | Jackmcbarn |
2011-01-22 | Fix bug where an empty parameter is generated when input to a tokenstream end... | Jackmcbarn |
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain |
2009-10-24 | Move forward declarations to typedefs.h | danieldg |
2009-09-26 | Remove InspIRCd* parameters and fields | danieldg |
2009-09-02 | Replace std::deque with std::vector in spanningtree and related modules | danieldg |
2009-08-15 | win: Last part of support required for VS2010: | w00t |
2009-04-07 | Fix irc_char_traits::find to behave correctly when the character is not found... | special |
2009-03-15 | Update all wiki links to point to the new wiki. This was done automatically w... | psychon |
2009-02-14 | Nuke trailing spaces | peavey |
2009-01-23 | Templateise this | brain |
2009-01-23 | Fix m_nationalchars using a copy and paste of my unsafe copy and paste algori... | brain |
2009-01-02 | Update copyrights for 2009. | w00t |
2008-12-08 | Use national charset pointer instead of RFC charset pointer. Should fix hash ... | w00t |
2008-09-20 | More comments, and remove some unused craq. Someone (that being me) once wrot... | brain |
2008-08-28 | Rename lowermap to rfc_case_insensitive_map, add case_sensitive_map.. adjust ... | w00t |
2008-07-29 | Remove last vestige of libircdfoo, by changing tag into a single identifier... | w00t |
2008-07-12 | Fix for bug #569, thanks dz. | w00t |
2008-06-12 | Now builds ok on gcc 4.3, not tested fully. Also UGLY, oh we hate you GCC, wh... | brain |
2008-05-25 | First phase of conversion to dynamic limits on all the lengths, configured vi... | brain |
2008-03-29 | Cast this to const unsigned char, not just unsigned char. We don't/can't modi... | w00t |
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 |