<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/clientprotocol.cpp, branch v4.0.0a17</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/src/clientprotocol.cpp?h=v4.0.0a17</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/clientprotocol.cpp?h=v4.0.0a17'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2022-11-30T11:04:30Z</updated>
<entry>
<title>Merge branch 'insp3' into master.</title>
<updated>2022-11-30T11:04:30Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-11-30T11:04:30Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e2243c3aae21c6fc0440c7ef9517be3e9a8a20e6'/>
<id>urn:sha1:e2243c3aae21c6fc0440c7ef9517be3e9a8a20e6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a method for quickly escaping a tag value.</title>
<updated>2022-11-30T10:46:26Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-11-30T03:26:38Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=894e9d8ddcd19122561c853734feb04d2b8bcd14'/>
<id>urn:sha1:894e9d8ddcd19122561c853734feb04d2b8bcd14</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a method for quickly escaping a tag value.</title>
<updated>2022-11-30T03:26:38Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-11-30T03:26:38Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=bfd4c5d44eda648ae2fb57d8b9db85cf952360ac'/>
<id>urn:sha1:bfd4c5d44eda648ae2fb57d8b9db85cf952360ac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix some warnings noticed by the readability-* clang-tidy checkers.</title>
<updated>2022-09-03T22:17:05Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-09-03T21:52:53Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=9203f40f41e4a735d379d13867d277c696fb28c5'/>
<id>urn:sha1:9203f40f41e4a735d379d13867d277c696fb28c5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'insp3' into master.</title>
<updated>2022-08-27T13:48:19Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-08-27T13:48:19Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=28a7f1f0c8163fe202ad0b6c228ff48dc0c13934'/>
<id>urn:sha1:28a7f1f0c8163fe202ad0b6c228ff48dc0c13934</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyright headers.</title>
<updated>2022-08-25T19:46:11Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2022-08-25T19:46:11Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=96f355c2fa6eccab225f60b375544c3b2a5d3940'/>
<id>urn:sha1:96f355c2fa6eccab225f60b375544c3b2a5d3940</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use std::string in the Serializer constructor.</title>
<updated>2022-08-24T16:56:41Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-08-24T16:56:41Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=65d50f04c00c8ec2b7a8744c9f0c7bc32841d8f3'/>
<id>urn:sha1:65d50f04c00c8ec2b7a8744c9f0c7bc32841d8f3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Modernize various minor legacy C++isms.</title>
<updated>2022-07-30T18:15:41Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-07-30T16:21:47Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=3c455a8511f8c72552afb6ebe35a8e7c9b9af979'/>
<id>urn:sha1:3c455a8511f8c72552afb6ebe35a8e7c9b9af979</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Migrate collections from insert to emplace.</title>
<updated>2021-04-18T03:58:28Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-04-18T03:37:51Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=569324feeecea939854e45bbd44495b849fcfd59'/>
<id>urn:sha1:569324feeecea939854e45bbd44495b849fcfd59</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Switch simple iterator loops to use range-based for loops.</title>
<updated>2021-04-07T09:36:11Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-04-06T19:06:18Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=942fd2bcfd384a12c900999fe663202c87319a68'/>
<id>urn:sha1:942fd2bcfd384a12c900999fe663202c87319a68</id>
<content type='text'>
</content>
</entry>
</feed>
