<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_cap.cpp, branch v3.18.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_cap.cpp?h=v3.18.0</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_cap.cpp?h=v3.18.0'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2023-02-13T14:27:51Z</updated>
<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://www.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>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>Update module descriptions.</title>
<updated>2022-12-30T11:27:46Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-12-30T11:27:46Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f6bd143ff050143d4c73357fda235424729983c6'/>
<id>urn:sha1:f6bd143ff050143d4c73357fda235424729983c6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add the inspircd.org/standard-replies capability.</title>
<updated>2020-04-13T17:36:21Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2020-02-14T03:46:54Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=31897d26f2ae1f0fc794a5af512dd4e81053611b'/>
<id>urn:sha1:31897d26f2ae1f0fc794a5af512dd4e81053611b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update the module descriptions using mkversion.</title>
<updated>2020-04-10T14:36:14Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2020-04-10T14:22:14Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=4a6fedd9324d87349a806c9c1d0ae6e7d3c1fd38'/>
<id>urn:sha1:4a6fedd9324d87349a806c9c1d0ae6e7d3c1fd38</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix not assigning bits to capabilities correctly.</title>
<updated>2020-03-09T13:57:06Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2020-03-09T13:57:06Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0643ce085c6a946fa52f2aa603f9f68d7a33a778'/>
<id>urn:sha1:0643ce085c6a946fa52f2aa603f9f68d7a33a778</id>
<content type='text'>
This makes it correctly throw when the capability limit is reached
and allows up to 64 capabilities to be created instead of 32.
</content>
</entry>
<entry>
<title>Implement support for multi-line CAP responses.</title>
<updated>2020-03-09T13:44:07Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2020-03-09T13:44:07Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=bfefabfb0f2636445e7dfb91e14bf80d079e44e4'/>
<id>urn:sha1:bfefabfb0f2636445e7dfb91e14bf80d079e44e4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyright headers.</title>
<updated>2020-01-31T12:48:25Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2020-01-31T12:48:25Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=8f62016f16cf2419817738904153cb3711b20d7e'/>
<id>urn:sha1:8f62016f16cf2419817738904153cb3711b20d7e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a vendor cap which rejects any attempts to enable it.</title>
<updated>2020-01-28T14:31:40Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2020-01-28T14:31:40Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0256a41f6fe9d11baa6a894996c3ab4217f1296a'/>
<id>urn:sha1:0256a41f6fe9d11baa6a894996c3ab4217f1296a</id>
<content type='text'>
This is similar to the oragono.io/nope capability only instead of
killing the connection it just rejects the request. This should be
less intrusive for users.
</content>
</entry>
<entry>
<title>Use irc::equals instead of transforming to upper case in CAP.</title>
<updated>2020-01-18T20:48:53Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2020-01-18T20:48:53Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=5d1ff2971a988f4a0b683b286eb598e6cfdcb1ce'/>
<id>urn:sha1:5d1ff2971a988f4a0b683b286eb598e6cfdcb1ce</id>
<content type='text'>
</content>
</entry>
</feed>
