Age | Commit message (Expand) | Author |
2012-10-12 | Windows: In-depth cleanup (see details) | ChrisTX |
2012-07-11 | Don't manage memory manually for the commasepstream in irc::portparser | attilamolnar |
2012-07-11 | Use std::set instead of std::map in irc::portparser | attilamolnar |
2012-07-05 | Fix Doxygen syntax errors. | Peter Powell |
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- |
2012-04-14 | Fixes for bug #12 | Justin Crawford |
2011-04-10 | Fixed Windows build on VS 2010 | Adam |
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-10-17 | Make classbase and refcountbase uncopyable; expand comments on their indended... | 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-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-02-08 | Fix some stuff for nationalchars | brain |
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-07 | national_case_sensitive_map -> national_case_insensitive_map. | w00t |
2008-12-07 | Move stuff to use ASCII map where required. | w00t |
2008-12-07 | Add ascii_case_insensitive_map, thanks MacGyver. | w00t |
2008-12-07 | Rename case_sensitive_map to rfc_case_sensitive_map | w00t |
2008-09-22 | warning-free on windows | brain |
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-06-12 | MAXBUF messes these up | pippijn |
2008-06-12 | fixed | pippijn |
2008-06-12 | optimise string comparison.. this time I've done it right.. sheesh shitty C++... | pippijn |
2008-06-12 | revert for now.. | pippijn |
2008-06-12 | Now builds ok on gcc 4.3, not tested fully. Also UGLY, oh we hate you GCC, wh... | brain |
2008-06-12 | Fix to allow namespace std { namespace tr1 { | brain |
2008-05-25 | First phase of conversion to dynamic limits on all the lengths, configured vi... | brain |
2008-03-24 | A load of classes dont inherit from classbase, and they should. fix. | brain |
2008-02-20 | Wheee, mass commit! this adds const stafety, throwing a compile error if anyo... | brain |
2008-02-03 | Clear up header insanity | w00t |
2008-01-10 | Header update: 2007 -> 2008 | w00t |
2007-10-23 | -pedantic tidyups, lets see if it finds anything worthy of a fix | brain |
2007-10-15 | In the grand tradition of huge fucking commits: | w00t |
2007-08-23 | Add some stuff to change how we process a token sepeperated stream | brain |
2007-07-28 | operators for std::string != irc::string and vice versa. | peavey |
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-06-17 | Comments (lots of) | brain |
2007-06-13 | Fixes for tokenization oddness with metadata, and weird behaviour of std::ist... | brain |
2007-05-22 | Bloody 'safe stl' warnings. | brain |
2007-05-22 | Crappy warnings | 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 |