<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/include/inspstring.h, branch v4.0.0a2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/include/inspstring.h?h=v4.0.0a2</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/include/inspstring.h?h=v4.0.0a2'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2021-05-10T21:54:16Z</updated>
<entry>
<title>Extract percent encoding logic from spanningtree to inspstring.</title>
<updated>2021-05-10T21:54:16Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-05-10T21:54:16Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=7b92cf28664da516cfe5ec1390a672e358c15424'/>
<id>urn:sha1:7b92cf28664da516cfe5ec1390a672e358c15424</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refactor the hex encoding function.</title>
<updated>2021-05-10T19:40:21Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-05-10T15:47:35Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=23493b7d3d11e2e5def74694b9ed7454a623b302'/>
<id>urn:sha1:23493b7d3d11e2e5def74694b9ed7454a623b302</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refactor the Base64 encoding and decoding functions.</title>
<updated>2021-05-10T19:09:55Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-05-10T15:10:14Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=73695c4fde78a2fde0ca8badc05890d4c11a0ce5'/>
<id>urn:sha1:73695c4fde78a2fde0ca8badc05890d4c11a0ce5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix a ton of pedantic compiler warnings.</title>
<updated>2021-04-04T22:42:15Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-04-04T22:42:15Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=7d84e4900fa8f4ef96e8cf4bb67b76be7902e840'/>
<id>urn:sha1:7d84e4900fa8f4ef96e8cf4bb67b76be7902e840</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix a bunch of really obvious unnecessary includes.</title>
<updated>2021-03-05T09:17:13Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-03-05T08:39:42Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=2ba32afa9a9aca7c82966b66bda16c3c3dbfbba5'/>
<id>urn:sha1:2ba32afa9a9aca7c82966b66bda16c3c3dbfbba5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixes by misspell-fixer</title>
<updated>2020-04-21T06:52:12Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2020-04-21T06:34:17Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=4f9abe96a4301a740d4a5fd7932550d88d60a3fc'/>
<id>urn:sha1:4f9abe96a4301a740d4a5fd7932550d88d60a3fc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyright headers.</title>
<updated>2020-01-11T22:14:43Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2020-01-11T22:02:47Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=aa692dc1039b63deef7886e914ec499abe7facaf'/>
<id>urn:sha1:aa692dc1039b63deef7886e914ec499abe7facaf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make InspIRCd::Format return std::string instead of const char*.</title>
<updated>2018-01-03T12:38:40Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-01-01T23:56:35Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=372bb6ec31e26908966ff553b782c9a24a07db6a'/>
<id>urn:sha1:372bb6ec31e26908966ff553b782c9a24a07db6a</id>
<content type='text'>
Using the latter is problematic as if you don't copy the return
value before calling Format again your formatted message will be
overwritten by something else. This bug was observed in m_callerid
where InspIRCd::Format was being used for formatting two arguments
the latter of which was being overwritten with the former.

We could have preserved the return type and just copied the string
but then callers would have had to deallocate the string once they
have finished with it which is an undesirabable burden to put on
callers.
</content>
</entry>
<entry>
<title>Added macro to allow simpler logic in functions with the need to vsnprintf</title>
<updated>2013-05-18T21:01:21Z</updated>
<author>
<name>Daniel Vassdal</name>
</author>
<published>2013-05-18T18:31:25Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=42ae4790815734dca6357d3b69f2aca604316aa3'/>
<id>urn:sha1:42ae4790815734dca6357d3b69f2aca604316aa3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Deduplicate hex string creation code</title>
<updated>2013-05-18T19:07:42Z</updated>
<author>
<name>attilamolnar</name>
</author>
<published>2013-05-16T13:34:45Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=780757cbc172daa4d9973e8e3b87fd42cfac5541'/>
<id>urn:sha1:780757cbc172daa4d9973e8e3b87fd42cfac5541</id>
<content type='text'>
</content>
</entry>
</feed>
