summaryrefslogtreecommitdiff
path: root/include/stdalgo.h
AgeCommit message (Expand)Author
2020-01-31Update copyright headers.InspIRCd Robot
2020-01-19Move DeleteZero to stdalgo::delete_zero.Sadie Powell
2020-01-11Update copyright headers.InspIRCd Robot
2018-08-13Implement IRCv3 message tag support.Peter Powell
2018-07-26Replace irc::stringjoiner with a generic stdalgo::string::join.Peter Powell
2016-08-22Add stdalgo::string::replace() and replace_all()Attila Molnar
2016-08-22Add stdalgo::string::equalsci and use it instead of irc::string for case-inse...Attila Molnar
2014-11-01Add stdalgo::isin() and use it to simplify codeAttila Molnar
2014-11-01Add stdalgo::erase() and use it to simplify codeAttila Molnar
2014-03-24Add stdalgo::delete_all() that deletes all elements in a containerAttila Molnar
2014-03-24Cull ident sockets instead of immediate delete, add stdalgo::culldeleterAttila Molnar
2014-03-24Make it possible to customize how SimpleExtItem should delete itemsAttila Molnar
2014-03-24Create the stdalgo namespace for container-related algorithms, add stdalgo::v...Attila Molnar