Age | Commit message (Expand) | Author |
2020-01-11 | Update copyright headers. | InspIRCd Robot |
2019-09-03 | Add GetNumericToken to sepstream. | Peter Powell |
2019-02-01 | Allow multiple fingerprints in an oper block (#1564) | linuxdaemon |
2019-01-24 | Implement support for the extended tag space for client tags. | Peter Powell |
2018-10-21 | Fix warnings from Doxygen. | Peter Powell |
2018-08-10 | Split irc::tokenparser::GetToken into GetMiddle and GetTrailing. | Peter Powell |
2018-08-10 | Remove the integer overloads of irc::tokenparser::GetToken(). | Peter Powell |
2018-07-26 | Replace irc::stringjoiner with a generic stdalgo::string::join. | Peter Powell |
2018-04-16 | Replace the remaining use of irc::string with irc::find. | Peter Powell |
2017-08-13 | Remove <alias:matchcase> and associated code. | Peter Powell |
2016-08-22 | Update documentation in hashcomp.h | Attila Molnar |
2016-08-22 | Remove all non-member irc::string operators | Attila Molnar |
2016-08-22 | Remove now unused SearchAndReplace() function | Attila Molnar |
2016-08-22 | Remove now unused assign() functions | Attila Molnar |
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 |
2016-08-22 | Remove unused trim() function | Attila Molnar |
2015-12-28 | Fix some whitespace issues | Attila Molnar |
2014-09-03 | Remove irc::modestacker | 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 |
2014-01-04 | Fix some Windows-related problems. | Peter Powell |
2013-09-08 | Hide all symbols that aren't exported explicitly | attilamolnar |
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-05-15 | Replace some C-isms with C++-isms. | Peter Powell |
2013-04-19 | Fix building with libc++. | Peter Powell |
2013-04-12 | Tidy up source files: | Peter Powell |
2013-04-01 | Merge pull request #452 from SaberUK/master+nuke-hashmap | Attila Molnar |
2013-04-01 | Purge references to the deprecated GetStackedLine method. | Peter Powell |
2013-04-01 | Purge the deprecated hash_map from existance. | Peter Powell |
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 |