Age | Commit message (Expand) | Author |
2016-08-22 | Create irc::equals() from StrHashComp | Attila Molnar |
2016-08-22 | Remove unused irc::tokenstream::GetToken() overload accepting an irc::string | Attila Molnar |
2016-08-22 | Remove unused irc::hash | Attila Molnar |
2015-04-20 | Merge insp20 | Attila Molnar |
2015-02-26 | Fix various Clang warnings. | Peter Powell |
2015-01-10 | Reduce std::string::substr() usage | Attila Molnar |
2014-09-03 | Remove irc::modestacker | Attila Molnar |
2014-06-14 | Kill needless #includes in source files | Attila Molnar |
2014-02-06 | Convert irc::stringjoiner to be a method instead of a class. | Peter Powell |
2014-01-04 | Add functor that does strict weak ordering based on national_case_insensitive... | Attila Molnar |
2013-07-04 | Remove $Core and $Mod* comments apart from $ModDep. | Peter Powell |
2013-06-12 | Simplify stringjoiner: take 1 parameter, join from begin() to end() and use s... | attilamolnar |
2013-06-02 | s/seperator/separator/g | Adam |
2013-06-02 | Rewrote sepstream and tokenstream to be less ugly | Adam |
2013-06-02 | Move a few trivial functions into headers | attilamolnar |
2013-05-18 | irc::tokenstream and irc::sepstream cleanup | attilamolnar |
2013-05-18 | irc::stringjoiner cleanup | attilamolnar |
2013-05-18 | Deduplicate hex string creation code | attilamolnar |
2013-05-16 | irc::Spacify-- | attilamolnar |
2013-04-19 | Fix building with libc++. | Peter Powell |
2013-04-01 | Purge the deprecated hash_map from existance. | Peter Powell |
2012-11-28 | Change empty string assignments to .clear() or remove them entirely | attilamolnar |
2012-10-12 | Windows: In-depth cleanup (see details) | ChrisTX |
2012-07-11 | Fix allow_overlapped having the opposite effect in irc::portparser | attilamolnar |
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-01 | Don't throw an exception if passed bad parameters to stringjoiner. | Robin Burchell |
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 |