<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/stringutils.cpp, branch v5.0.0dev3</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/src/stringutils.cpp?h=v5.0.0dev3</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/stringutils.cpp?h=v5.0.0dev3'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2026-03-14T17:04:18Z</updated>
<entry>
<title>Convert some more stuff over to string_view.</title>
<updated>2026-03-14T17:04:18Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2026-03-14T08:04:42Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=25c3be929ad054fc96669a83c3dd8547dc069c40'/>
<id>urn:sha1:25c3be929ad054fc96669a83c3dd8547dc069c40</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rewrite portparser and move to stringutils.</title>
<updated>2026-03-14T06:12:35Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2026-03-14T05:48:58Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=7cec5d80b3b5e2935a3a38c42a4c9763200f1c87'/>
<id>urn:sha1:7cec5d80b3b5e2935a3a38c42a4c9763200f1c87</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rewrite sepstream and move to stringutils.</title>
<updated>2026-03-14T03:09:11Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2026-03-14T02:15:38Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=76f3f24c03c22576324e5af199d3e61d02a79b0d'/>
<id>urn:sha1:76f3f24c03c22576324e5af199d3e61d02a79b0d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Convert some methods to use string_view.</title>
<updated>2026-03-14T02:16:21Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2026-03-14T00:48:38Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e1adfe5b9724c359ceb5c4d63043ee682a05f5eb'/>
<id>urn:sha1:e1adfe5b9724c359ceb5c4d63043ee682a05f5eb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rewrite tokenstream and move to stringutils.</title>
<updated>2026-03-14T02:16:20Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2026-03-13T22:49:48Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=a04212eee0716a01f5f75589d12f7578f6695270'/>
<id>urn:sha1:a04212eee0716a01f5f75589d12f7578f6695270</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyright headers.</title>
<updated>2024-06-21T09:36:09Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2024-06-21T09:36:09Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=fd4c5e3840a01764f12aad138277bfe2d94f8268'/>
<id>urn:sha1:fd4c5e3840a01764f12aad138277bfe2d94f8268</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyright headers.</title>
<updated>2024-06-07T09:37:56Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2024-06-07T09:37:56Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ae3e2db109eecaea25032e218c39a257e736174a'/>
<id>urn:sha1:ae3e2db109eecaea25032e218c39a257e736174a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add Hex::Decode as a complement for Hex::Encode.</title>
<updated>2024-01-13T17:45:42Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2024-01-13T17:45:42Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0086b162aa6c4b4f9ed98ff7c9f2f31dbe039944'/>
<id>urn:sha1:0086b162aa6c4b4f9ed98ff7c9f2f31dbe039944</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move TokenList back to its own header and move INSP_FORMAT to compat.</title>
<updated>2023-09-03T17:46:48Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-09-03T17:40:03Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=2f36d0aa2da8b03d525b484228813fbb35f3e35e'/>
<id>urn:sha1:2f36d0aa2da8b03d525b484228813fbb35f3e35e</id>
<content type='text'>
This allows making stringutils an optional header given that most
of it is not used by most of the codebase.
</content>
</entry>
<entry>
<title>Move stdalgo::string::join to utility/string and templatise separator.</title>
<updated>2023-08-11T11:03:09Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-08-05T10:35:56Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=70131c8e78e3186d217a0c50abba64474506cd69'/>
<id>urn:sha1:70131c8e78e3186d217a0c50abba64474506cd69</id>
<content type='text'>
</content>
</entry>
</feed>
