<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/include/clientprotocolmsg.h, branch v5.0.0dev3</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://cgit.space/~steering/inspircd++.git/atom/include/clientprotocolmsg.h?h=v5.0.0dev3</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/include/clientprotocolmsg.h?h=v5.0.0dev3'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2026-03-02T12:40:52Z</updated>
<entry>
<title>Rename ServiceProvider methods to avoid shadowing issues.</title>
<updated>2026-03-02T12:40:52Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2026-03-02T12:40:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=cf3ce6cc23401f13869f5134227e50459f2b809d'/>
<id>urn:sha1:cf3ce6cc23401f13869f5134227e50459f2b809d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move standard replies to the core and add remote reply support.</title>
<updated>2026-03-01T01:28:41Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2026-03-01T01:28:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=a1d25d2c14161d5eb466c14c936688fcc36a5a2f'/>
<id>urn:sha1:a1d25d2c14161d5eb466c14c936688fcc36a5a2f</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://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://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://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://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://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://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://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://cgit.space/~steering/inspircd++.git/commit/?id=cf628fb946a06b5a974534505c5ecfbbc153dd70'/>
<id>urn:sha1:cf628fb946a06b5a974534505c5ecfbbc153dd70</id>
<content type='text'>
</content>
</entry>
</feed>
