<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/include/utility, branch upstream/master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://cgit.space/~steering/inspircd++.git/atom/include/utility?h=upstream%2Fmaster</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/include/utility?h=upstream%2Fmaster'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2026-07-10T12:52:08Z</updated>
<entry>
<title>Fix some logic errors in saturating_{add,sub}.</title>
<updated>2026-07-10T12:52:08Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2026-07-10T12:52:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=b4899b86eefe71ab58e63dd1538b0ea6093f9b12'/>
<id>urn:sha1:b4899b86eefe71ab58e63dd1538b0ea6093f9b12</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use saturating adds/subtracts when handling timestamps.</title>
<updated>2026-07-10T10:58:06Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2026-07-10T10:15:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=5f9c2b3c97ed1eeb19270fd3582b71ca8e1ca1ac'/>
<id>urn:sha1:5f9c2b3c97ed1eeb19270fd3582b71ca8e1ca1ac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rework error reporting and shutting down.</title>
<updated>2026-06-19T14:35:38Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2026-06-19T12:00:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=a2981a9e35ab987a621d8ac8bb1b85e424939c48'/>
<id>urn:sha1:a2981a9e35ab987a621d8ac8bb1b85e424939c48</id>
<content type='text'>
- Clean up InspIRCd::Cleanup and document it better.
- Bring back QuickExit for error reporting during shutdown.
- Deduplicate logging of error messages to stdout and files.
</content>
</entry>
<entry>
<title>Update my email address.</title>
<updated>2026-06-06T12:22:54Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2026-06-06T12:22:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=0349d9b2d21f783a0a0b64b7b6687fbfbdef0362'/>
<id>urn:sha1:0349d9b2d21f783a0a0b64b7b6687fbfbdef0362</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a helper method for calculating the best binary units for a value.</title>
<updated>2026-05-20T18:25:35Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2026-05-20T18:20:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=1e9869533f99c91770ad48d2694196ea403b0135'/>
<id>urn:sha1:1e9869533f99c91770ad48d2694196ea403b0135</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a helper function for calculating a percentage.</title>
<updated>2026-05-20T16:49:02Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2026-05-20T16:49:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=5c9442d7db6e53cac73166e97cc8a7779e283acc'/>
<id>urn:sha1:5c9442d7db6e53cac73166e97cc8a7779e283acc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Migrate the httpd module from http_parser to llhttp/yuarel.</title>
<updated>2026-05-13T16:19:50Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2026-04-05T17:59:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=9a870d51b787d9269df16cacab99b6ef28440dc6'/>
<id>urn:sha1:9a870d51b787d9269df16cacab99b6ef28440dc6</id>
<content type='text'>
The http_parser library is eol and we've been using a Debian fork
with security patches but its time to move on.
</content>
</entry>
<entry>
<title>Move FilePtr to the pointer utility header.</title>
<updated>2026-05-13T16:19:50Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2026-05-12T12:51:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=03fb11eab92fa2d36edac7a5cc600953cfed3b4a'/>
<id>urn:sha1:03fb11eab92fa2d36edac7a5cc600953cfed3b4a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove the remaining function in utility/string to utility/container.</title>
<updated>2026-04-30T22:20:14Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2026-04-30T21:47:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=9c208ab3b99357db2bf2223af46da03e3c173d51'/>
<id>urn:sha1:9c208ab3b99357db2bf2223af46da03e3c173d51</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Switch ascii comparisons over to our own casemap functions.</title>
<updated>2026-04-30T22:20:14Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2026-04-30T21:29:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=9bb55626d51f217466bc08104d2f32eb0bf57c02'/>
<id>urn:sha1:9bb55626d51f217466bc08104d2f32eb0bf57c02</id>
<content type='text'>
</content>
</entry>
</feed>
