index
:
~steering
/
inspircd++.git
this commit
insp2
insp4
Unnamed repository; edit this file 'description' to name the repository.
steering7253
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
stdalgo.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright headers.
InspIRCd Robot
2020-01-31
1
-1
/
+1
*
Move DeleteZero to stdalgo::delete_zero.
Sadie Powell
2020-01-19
1
-0
/
+11
*
Update copyright headers.
InspIRCd Robot
2020-01-11
1
-1
/
+2
*
Implement IRCv3 message tag support.
•••
Co-authored-by: Attila Molnar <attilamolnar@hush.com>
Peter Powell
2018-08-13
1
-0
/
+82
*
Replace irc::stringjoiner with a generic stdalgo::string::join.
•••
This can also be used with different types of collection containing values which are not a string.
Peter Powell
2018-07-26
1
-0
/
+19
*
Add stdalgo::string::replace() and replace_all()
Attila Molnar
2016-08-22
1
-0
/
+35
*
Add stdalgo::string::equalsci and use it instead of irc::string for case-inse...
Attila Molnar
2016-08-22
1
-0
/
+32
*
Add stdalgo::isin() and use it to simplify code
Attila Molnar
2014-11-01
1
-0
/
+12
*
Add stdalgo::erase() and use it to simplify code
Attila Molnar
2014-11-01
1
-0
/
+18
*
Add stdalgo::delete_all() that deletes all elements in a container
Attila Molnar
2014-03-24
1
-0
/
+10
*
Cull ident sockets instead of immediate delete, add stdalgo::culldeleter
Attila Molnar
2014-03-24
1
-0
/
+9
*
Make it possible to customize how SimpleExtItem should delete items
Attila Molnar
2014-03-24
1
-0
/
+12
*
Create the stdalgo namespace for container-related algorithms, add stdalgo::v...
Attila Molnar
2014-03-24
1
-0
/
+66