<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/include/clientprotocolmsg.h, branch v4.0.0rc2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/include/clientprotocolmsg.h?h=v4.0.0rc2</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/include/clientprotocolmsg.h?h=v4.0.0rc2'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2024-06-07T09:37:56Z</updated>
<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>Convert various enums to strongly typed scoped enums.</title>
<updated>2023-01-22T22:36:31Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-01-22T21:48:22Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=cadf228c3e66ce33c3599539b6650e26dfc3bff5'/>
<id>urn:sha1:cadf228c3e66ce33c3599539b6650e26dfc3bff5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'insp3' into master.</title>
<updated>2023-01-01T13:19:45Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-01-01T13:16:48Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d048778f789e8977506668631dab649426ca01ce'/>
<id>urn:sha1:d048778f789e8977506668631dab649426ca01ce</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyright headers.</title>
<updated>2022-12-30T11:31:28Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2022-12-30T11:31:28Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=2b810b412aeee2d9c79d97fa54a80e317981a6d8'/>
<id>urn:sha1:2b810b412aeee2d9c79d97fa54a80e317981a6d8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'insp3' into master.</title>
<updated>2022-11-30T21:33:29Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-11-30T21:33:29Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=175bf0fa91ff0a6f5f39d945790d5c5c52da0bef'/>
<id>urn:sha1:175bf0fa91ff0a6f5f39d945790d5c5c52da0bef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Mark the entire client protocol namespace as CoreExport.</title>
<updated>2022-11-30T21:11:40Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-11-30T21:11:40Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=1c68f3d2e29572834f14ae989174621a380e5b04'/>
<id>urn:sha1:1c68f3d2e29572834f14ae989174621a380e5b04</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename session registration to connection to avoid a semantic conflict.</title>
<updated>2022-10-29T14:54:59Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-10-29T14:44:01Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=6fc111ccb6650a67f014977b2e7ebc2fb5b16790'/>
<id>urn:sha1:6fc111ccb6650a67f014977b2e7ebc2fb5b16790</id>
<content type='text'>
We previously referred to both session registration and user registration
as "registration" which is confusing for users who aren't familiar with
how IRC works.
</content>
</entry>
<entry>
<title>Fix a harmless todo in clientprotocolmsg.</title>
<updated>2022-10-14T11:20:50Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-10-14T11:20:50Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=cf628fb946a06b5a974534505c5ecfbbc153dd70'/>
<id>urn:sha1:cf628fb946a06b5a974534505c5ecfbbc153dd70</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace foo.erase(foo.{size|end}()-1) with foo.pop_back().</title>
<updated>2022-10-01T21:15:23Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-10-01T21:09:16Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ee633a943cccb5032f66eff9c1e28d633f358127'/>
<id>urn:sha1:ee633a943cccb5032f66eff9c1e28d633f358127</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace *foo.rbegin() with foo.end().</title>
<updated>2022-10-01T21:15:23Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-10-01T21:02:45Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=c7f6ffccbdefba86afbe20b7f4d668fff2aaecd4'/>
<id>urn:sha1:c7f6ffccbdefba86afbe20b7f4d668fff2aaecd4</id>
<content type='text'>
</content>
</entry>
</feed>
