Age | Commit message (Expand) | Author |
---|---|---|
2018-08-13 | Implement IRCv3 message tag support. | Peter Powell |
2018-07-26 | Replace irc::stringjoiner with a generic stdalgo::string::join. | Peter Powell |
2016-08-22 | Add stdalgo::string::replace() and replace_all() | Attila Molnar |
2016-08-22 | Add stdalgo::string::equalsci and use it instead of irc::string for case-inse... | Attila Molnar |
2014-11-01 | Add stdalgo::isin() and use it to simplify code | Attila Molnar |
2014-11-01 | Add stdalgo::erase() and use it to simplify code | Attila Molnar |
2014-03-24 | Add stdalgo::delete_all() that deletes all elements in a container | Attila Molnar |
2014-03-24 | Cull ident sockets instead of immediate delete, add stdalgo::culldeleter | Attila Molnar |
2014-03-24 | Make it possible to customize how SimpleExtItem should delete items | Attila Molnar |
2014-03-24 | Create the stdalgo namespace for container-related algorithms, add stdalgo::v... | Attila Molnar |