<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_ircv3.cpp, branch v4.0.0a22</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://cgit.space/~steering/inspircd++.git/atom/src/modules/m_ircv3.cpp?h=v4.0.0a22</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/src/modules/m_ircv3.cpp?h=v4.0.0a22'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2023-02-14T09:21:59Z</updated>
<entry>
<title>Merge branch 'insp3' into master.</title>
<updated>2023-02-14T09:21:59Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-02-14T09:21:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=06d801b527e4aad0fc9e98ae026d4b4af38dac06'/>
<id>urn:sha1:06d801b527e4aad0fc9e98ae026d4b4af38dac06</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Switch to the IRCv3 standard-replies cap.</title>
<updated>2023-02-13T14:27:51Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-12-30T15:45:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=297212ca4d928b18a3b620cd637d995df90465d7'/>
<id>urn:sha1:297212ca4d928b18a3b620cd637d995df90465d7</id>
<content type='text'>
Nothing is using this so far so I'm not counting it as a breaking
change.
</content>
</entry>
<entry>
<title>Expose the removed away message in OnUserBack.</title>
<updated>2023-02-03T09:26:31Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-02-03T09:26:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=e64ace4c8279084a7d168ee1f9e50156b93fa2c7'/>
<id>urn:sha1:e64ace4c8279084a7d168ee1f9e50156b93fa2c7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Avoid copying shared_ptr&lt;ConfigTag&gt; when not necessary.</title>
<updated>2023-01-10T21:27:18Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-01-10T20:57:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=1b2916c8451506adccf3ab0a56bbf836d9f3cb36'/>
<id>urn:sha1:1b2916c8451506adccf3ab0a56bbf836d9f3cb36</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-16T16:29:12Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-11-16T16:29:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=92739a57f6020f07fcc27b80f19869bd85369dcb'/>
<id>urn:sha1:92739a57f6020f07fcc27b80f19869bd85369dcb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add support for the IRCv3 extended-monitor specification.</title>
<updated>2022-11-02T12:18:37Z</updated>
<author>
<name>delthas</name>
</author>
<published>2022-11-02T12:18:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=6939a79a67d863ee9585b40b6c4af3bcaacf6a17'/>
<id>urn:sha1:6939a79a67d863ee9585b40b6c4af3bcaacf6a17</id>
<content type='text'>
Co-authored-by: Sadie Powell &lt;sadie@witchery.services&gt;</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>Assign more class members inline instead of in the constructor.</title>
<updated>2022-10-21T16:15:10Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-10-21T16:15:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=3928f478f1a05394c8aab47a8d5f38e18cce9669'/>
<id>urn:sha1:3928f478f1a05394c8aab47a8d5f38e18cce9669</id>
<content type='text'>
</content>
</entry>
</feed>
