index
:
user/henk/code/inspircd.git
insp3
insp3-update-helpop-chmodes-s-and-p
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
stdalgo.h
Age
Commit message (
Expand
)
Author
2021-05-14
Update copyright headers.
InspIRCd Robot
2021-03-31
Fix various documentation comments.
Sadie Powell
2020-01-31
Update copyright headers.
InspIRCd Robot
2020-01-19
Move DeleteZero to stdalgo::delete_zero.
Sadie Powell
2020-01-11
Update copyright headers.
InspIRCd Robot
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