<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/include/modules/ssl.h, branch v3.8.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://cgit.space/~steering/inspircd++.git/atom/include/modules/ssl.h?h=v3.8.0</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/include/modules/ssl.h?h=v3.8.0'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2020-07-27T08:38:11Z</updated>
<entry>
<title>Fix secure websocket users not being seen as secure.</title>
<updated>2020-07-27T08:38:11Z</updated>
<author>
<name>Matt Schatz</name>
</author>
<published>2020-07-21T02:37:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=30648e84ce9c2515994b95b9d1e2e870283ed214'/>
<id>urn:sha1:30648e84ce9c2515994b95b9d1e2e870283ed214</id>
<content type='text'>
Since a TLS (SSL) module will always be the last IOHook attached
to a socket, IsSSL() needs to ignore any Middle IOHooks that may
also be attached.
</content>
</entry>
<entry>
<title>Update copyright headers.</title>
<updated>2020-04-24T09:23:47Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2020-04-24T09:23:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=44489ddf7e90413d8f656aea24d74445bab227af'/>
<id>urn:sha1:44489ddf7e90413d8f656aea24d74445bab227af</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixes by misspell-fixer</title>
<updated>2020-04-21T06:52:12Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2020-04-21T06:34:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=4f9abe96a4301a740d4a5fd7932550d88d60a3fc'/>
<id>urn:sha1:4f9abe96a4301a740d4a5fd7932550d88d60a3fc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update user-facing text and comments of SSL to TLS.</title>
<updated>2020-04-14T12:08:31Z</updated>
<author>
<name>Matt Schatz</name>
</author>
<published>2020-04-13T04:56:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=ccebfe6e637b420bef05e8e0faf29bb19f1883d9'/>
<id>urn:sha1:ccebfe6e637b420bef05e8e0faf29bb19f1883d9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyright headers.</title>
<updated>2020-01-11T22:14:43Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2020-01-11T22:02:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=aa692dc1039b63deef7886e914ec499abe7facaf'/>
<id>urn:sha1:aa692dc1039b63deef7886e914ec499abe7facaf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow SSLIOHook instances to override Get{Certificate,Fingerprint}.</title>
<updated>2019-05-13T13:28:25Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-05-13T13:26:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=319218db85de50df01f0310f241a336e472d68fd'/>
<id>urn:sha1:319218db85de50df01f0310f241a336e472d68fd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix a minor typo in ssl.h</title>
<updated>2019-02-01T09:43:32Z</updated>
<author>
<name>B00mX0r</name>
</author>
<published>2019-01-31T09:26:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=e844a2cef9aeadbeea26531f98e5fe8b0b2f4dd1'/>
<id>urn:sha1:e844a2cef9aeadbeea26531f98e5fe8b0b2f4dd1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Only check if a SSL cert is usable if we're getting the fp.</title>
<updated>2018-11-26T14:33:44Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-11-26T14:33:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=95749975408a985d6a6a9ff53bbf3592c90b8649'/>
<id>urn:sha1:95749975408a985d6a6a9ff53bbf3592c90b8649</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow HAProxy to specify that a client is connecting with SSL.</title>
<updated>2018-10-25T12:50:43Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-10-16T13:57:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=ae0ae8ea617a1a3a3d4f89f5a5e470e8aa262c9f'/>
<id>urn:sha1:ae0ae8ea617a1a3a3d4f89f5a5e470e8aa262c9f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Ignore expired or invalid client certificates (#1468).</title>
<updated>2018-03-29T18:11:55Z</updated>
<author>
<name>Dylan Frank</name>
</author>
<published>2018-03-29T18:11:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=3fb20b61b6baf098db8548b11f72aebfde8bfd4e'/>
<id>urn:sha1:3fb20b61b6baf098db8548b11f72aebfde8bfd4e</id>
<content type='text'>
Fixes #1345.</content>
</entry>
</feed>
