<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/include/modules/ssl.h, branch v3.15.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/include/modules/ssl.h?h=v3.15.0</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/include/modules/ssl.h?h=v3.15.0'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2022-04-28T17:49:16Z</updated>
<entry>
<title>Update copyright headers.</title>
<updated>2022-04-28T17:49:16Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2022-04-28T17:49:16Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=346ec99c430cbb4e57df0bc288a36316efc4e9ec'/>
<id>urn:sha1:346ec99c430cbb4e57df0bc288a36316efc4e9ec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make the accessor methods in ssl_cert const.</title>
<updated>2022-02-14T20:28:08Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-02-14T15:59:20Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=4169e0e7993bb7820eea313ed60ebf0fe7770fbd'/>
<id>urn:sha1:4169e0e7993bb7820eea313ed60ebf0fe7770fbd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use CXX11_OVERRIDE instead of the override keyword.</title>
<updated>2021-09-22T19:49:32Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-09-22T19:49:32Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=6646c9fbeab6cd85e4efcff9ffb16d11ee617650'/>
<id>urn:sha1:6646c9fbeab6cd85e4efcff9ffb16d11ee617650</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add an API for checking if I/O hooks are ready or not.</title>
<updated>2021-09-22T19:43:49Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-08-17T11:06:22Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=5bd0a93976f6818187e70a4446257d90a41c7ff1'/>
<id>urn:sha1:5bd0a93976f6818187e70a4446257d90a41c7ff1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix various spelling issues (#1883).</title>
<updated>2021-06-21T20:47:06Z</updated>
<author>
<name>Josh Soref</name>
</author>
<published>2021-06-21T20:47:06Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=de6d4dbd1e8845e08c2d87cd89a919e5b21ba619'/>
<id>urn:sha1:de6d4dbd1e8845e08c2d87cd89a919e5b21ba619</id>
<content type='text'>
Signed-off-by: Josh Soref &lt;jsoref@users.noreply.github.com&gt;
</content>
</entry>
<entry>
<title>Update copyright headers.</title>
<updated>2021-05-14T13:48:39Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2021-05-14T13:48:39Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e94b673532f7833aaa4789f834e61d68e0b4fc56'/>
<id>urn:sha1:e94b673532f7833aaa4789f834e61d68e0b4fc56</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix a bunch of weird indentation and spacing issues.</title>
<updated>2021-04-27T15:41:14Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-04-27T15:36:40Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b4a174ee9c32d62ea6bf010e837e8c5b1c3d36a3'/>
<id>urn:sha1:b4a174ee9c32d62ea6bf010e837e8c5b1c3d36a3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a subclass of IOHookProvider for SSL modules.</title>
<updated>2021-03-09T01:00:16Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-03-09T01:00:16Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=6c2b6fa23d3a65ecdcebbf9154b8daa2e55727e9'/>
<id>urn:sha1:6c2b6fa23d3a65ecdcebbf9154b8daa2e55727e9</id>
<content type='text'>
</content>
</entry>
<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://www.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://www.cgit.space/~steering/inspircd++.git/commit/?id=44489ddf7e90413d8f656aea24d74445bab227af'/>
<id>urn:sha1:44489ddf7e90413d8f656aea24d74445bab227af</id>
<content type='text'>
</content>
</entry>
</feed>
