<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/extra, branch v4.0.0a16</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://cgit.space/~steering/inspircd++.git/atom/src/modules/extra?h=v4.0.0a16</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/src/modules/extra?h=v4.0.0a16'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2022-10-23T13:51:33Z</updated>
<entry>
<title>More const correctness.</title>
<updated>2022-10-23T13:51:33Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-10-22T19:45:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=859088dac5b937208c7aff7fd3976bbc63329281'/>
<id>urn:sha1:859088dac5b937208c7aff7fd3976bbc63329281</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Switch the ssl_mbedtls module to use ifstream instead of FileReader.</title>
<updated>2022-10-11T11:55:49Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-10-11T11:55:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=8f0d732e3898c8e5fe367c66a2f6528ba6b66a21'/>
<id>urn:sha1:8f0d732e3898c8e5fe367c66a2f6528ba6b66a21</id>
<content type='text'>
Using FileReader here is problematic because it means that certs
can't be reloaded without a full rehash.
</content>
</entry>
<entry>
<title>Use auto instead of type names where the type is obvious.</title>
<updated>2022-09-29T11:54:24Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-09-29T11:41:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=44986c79769d4efc2badc5b9c3df2e75e81ac28e'/>
<id>urn:sha1:44986c79769d4efc2badc5b9c3df2e75e81ac28e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix various cases of the &amp;* being next to the name instead of type.</title>
<updated>2022-09-29T11:36:01Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-09-29T11:01:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=89537ed2ab22fcedb25e0378bd2c18e392911c0c'/>
<id>urn:sha1:89537ed2ab22fcedb25e0378bd2c18e392911c0c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'insp3' into master.</title>
<updated>2022-09-21T21:38:48Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-09-21T21:13:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=cbac0a34701db8229215a9989f0cb9a65228d302'/>
<id>urn:sha1:cbac0a34701db8229215a9989f0cb9a65228d302</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow building regex_posix against PCRE on Windows for link compat.</title>
<updated>2022-09-21T21:01:17Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-09-21T20:35:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=c2e6c819bc6d1bae1e707454a8004d2f8d303281'/>
<id>urn:sha1:c2e6c819bc6d1bae1e707454a8004d2f8d303281</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix the ldap module when building against Windows LDAP.</title>
<updated>2022-09-21T14:10:50Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-09-21T12:45:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=d03385aaa13f172f64b880246a6ed4176a7d68b9'/>
<id>urn:sha1:d03385aaa13f172f64b880246a6ed4176a7d68b9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use auto in places where it is really obvious what the type is.</title>
<updated>2022-09-04T10:28:10Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-09-04T10:20:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=7076a766db6759ac698fea880616ede9545207cc'/>
<id>urn:sha1:7076a766db6759ac698fea880616ede9545207cc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix some warnings noticed by the readability-* clang-tidy checkers.</title>
<updated>2022-09-03T22:17:05Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-09-03T21:52:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=9203f40f41e4a735d379d13867d277c696fb28c5'/>
<id>urn:sha1:9203f40f41e4a735d379d13867d277c696fb28c5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix some warnings noticed by the bugprone-* clang-tidy checkers.</title>
<updated>2022-09-03T20:31:33Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-09-03T20:31:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=c4aa1e81aa6c3d1b87f8b33d6c6b05f75bfe23d1'/>
<id>urn:sha1:c4aa1e81aa6c3d1b87f8b33d6c6b05f75bfe23d1</id>
<content type='text'>
</content>
</entry>
</feed>
