<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_sslinfo.cpp, branch v4.6.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_sslinfo.cpp?h=v4.6.0</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_sslinfo.cpp?h=v4.6.0'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2024-10-25T17:11:15Z</updated>
<entry>
<title>Skip ciphersuites that don't have any users.</title>
<updated>2024-10-25T17:11:15Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2024-10-25T17:11:15Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=434c4e791835690fb62f80c9ce27ee8b89ef05de'/>
<id>urn:sha1:434c4e791835690fb62f80c9ce27ee8b89ef05de</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a stats character to sslinfo for viewing ciphersuite info.</title>
<updated>2024-10-22T20:52:21Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2024-10-22T20:40:31Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f4a9f3ce222dc1251a5c4caf88ca898fc46eabde'/>
<id>urn:sha1:f4a9f3ce222dc1251a5c4caf88ca898fc46eabde</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make it clear which is the current client fingerprint.</title>
<updated>2024-08-18T23:07:00Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2024-08-18T23:01:18Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=41bc99c6142d6672fec04f8a7a46851dfd2c3389'/>
<id>urn:sha1:41bc99c6142d6672fec04f8a7a46851dfd2c3389</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a formatting overload to {Membership,User}::Write(Remote)Notice.</title>
<updated>2024-08-18T15:19:12Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2024-08-18T15:04:36Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d95be0a5165cf3cee3d1feedab1bdbdf21e5e419'/>
<id>urn:sha1:d95be0a5165cf3cee3d1feedab1bdbdf21e5e419</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://www.cgit.space/~steering/inspircd++.git/commit/?id=ae3e2db109eecaea25032e218c39a257e736174a'/>
<id>urn:sha1:ae3e2db109eecaea25032e218c39a257e736174a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow using multiple SSL fingerprint algorithms.</title>
<updated>2024-02-19T18:46:05Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2024-02-19T18:46:05Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ebd03383f856bfaa72b1700a96561396e6f8f6cc'/>
<id>urn:sha1:ebd03383f856bfaa72b1700a96561396e6f8f6cc</id>
<content type='text'>
Closes #1804.
</content>
</entry>
<entry>
<title>Disable the TLS welcome notice by default.</title>
<updated>2023-11-23T15:42:20Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-11-23T15:42:20Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ec0dd57538f52acc9259f5fa0c310b650f34a04a'/>
<id>urn:sha1:ec0dd57538f52acc9259f5fa0c310b650f34a04a</id>
<content type='text'>
This is just needless spam for the vast majority of users.
</content>
</entry>
<entry>
<title>Allow using SSLINFO with no params to view your own cert details.</title>
<updated>2023-09-13T06:48:24Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-09-13T06:48:24Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=9adcc163962a0c2ab903d7a1946e13942769310a'/>
<id>urn:sha1:9adcc163962a0c2ab903d7a1946e13942769310a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix some usages of "SSL" that have snuck back in.</title>
<updated>2023-08-16T15:59:05Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-08-16T15:59:05Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=c3cbdeaa7c00f88276e8892584381791cb624461'/>
<id>urn:sha1:c3cbdeaa7c00f88276e8892584381791cb624461</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update usages of stdalgo::string::equalsci to use insp::equalsci.</title>
<updated>2023-08-11T11:03:09Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-08-05T11:02:14Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=681b488fc0ebca964eddf2a54575dc41901bc520'/>
<id>urn:sha1:681b488fc0ebca964eddf2a54575dc41901bc520</id>
<content type='text'>
</content>
</entry>
</feed>
