<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/include/modules, branch v4.0.0a20</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/include/modules?h=v4.0.0a20</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/include/modules?h=v4.0.0a20'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2023-02-27T22:11:52Z</updated>
<entry>
<title>Sort opers alphabetically in `/STATS P`.</title>
<updated>2023-02-27T22:11:52Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-02-27T22:11:52Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=45d68e95c90ad0830770950b1ec89410f2fcc811'/>
<id>urn:sha1:45d68e95c90ad0830770950b1ec89410f2fcc811</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make module classes specify their priority manually.</title>
<updated>2023-02-27T20:29:56Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-02-27T20:19:57Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d141f9c02500c1401acd0e1817727346c56a512a'/>
<id>urn:sha1:d141f9c02500c1401acd0e1817727346c56a512a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow modules to get/reset the cloak lists.</title>
<updated>2023-02-14T14:24:22Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-02-14T13:43:44Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=23ab5cfa51036f5cc857302b0c6bcf1b5b0a3ddf'/>
<id>urn:sha1:23ab5cfa51036f5cc857302b0c6bcf1b5b0a3ddf</id>
<content type='text'>
</content>
</entry>
<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://www.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://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>Add an option so local non-SSL users can be seen as securely connected.</title>
<updated>2023-02-11T09:30:22Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-02-11T09:27:46Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=416661d17d6797c439d80afb0681e75a3573ff80'/>
<id>urn:sha1:416661d17d6797c439d80afb0681e75a3573ff80</id>
<content type='text'>
</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://www.cgit.space/~steering/inspircd++.git/commit/?id=e64ace4c8279084a7d168ee1f9e50156b93fa2c7'/>
<id>urn:sha1:e64ace4c8279084a7d168ee1f9e50156b93fa2c7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move CheckExemption::Call to CheckExemption::EventProvider.</title>
<updated>2023-01-25T03:43:40Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-01-25T03:43:40Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=4472683dc7d321eaee30aae715a71b32342dffd4'/>
<id>urn:sha1:4472683dc7d321eaee30aae715a71b32342dffd4</id>
<content type='text'>
Now FirstResult not a macro there's no need for this to be a free
function.
</content>
</entry>
<entry>
<title>Include more stuff in the Doxygen documentation.</title>
<updated>2023-01-24T08:02:56Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-01-24T08:02:56Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f3a023523fe0d76b94d34bd0f98a1dfb0ee025bf'/>
<id>urn:sha1:f3a023523fe0d76b94d34bd0f98a1dfb0ee025bf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refactor the caching methods in User and rename to make more sense.</title>
<updated>2023-01-24T02:58:46Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-01-24T02:58:46Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f310e1c98dc262249146025ffffb81334b38680d'/>
<id>urn:sha1:f310e1c98dc262249146025ffffb81334b38680d</id>
<content type='text'>
</content>
</entry>
</feed>
