<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_sslinfo.cpp, branch v3.0.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=v3.0.0</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_sslinfo.cpp?h=v3.0.0'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2019-03-12T18:36:23Z</updated>
<entry>
<title>Add SSL flag to WHO response</title>
<updated>2019-03-12T18:36:23Z</updated>
<author>
<name>linuxdaemon</name>
</author>
<published>2019-03-12T17:43:34Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f808b2db7515f735e61267ffdf25c17c03eb8521'/>
<id>urn:sha1:f808b2db7515f735e61267ffdf25c17c03eb8521</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow multiple fingerprints in an oper block (#1564)</title>
<updated>2019-02-01T09:47:20Z</updated>
<author>
<name>linuxdaemon</name>
</author>
<published>2019-02-01T09:47:20Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=2ee2e8b60d707d7a1bb644a16060654cb86c7b9f'/>
<id>urn:sha1:2ee2e8b60d707d7a1bb644a16060654cb86c7b9f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix sending the SSL connection notice when using a non-SSL gateway.</title>
<updated>2019-01-25T18:05:39Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-01-25T10:57:37Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=fa6cfec3f8befcc650214b37664569e52f21e6b8'/>
<id>urn:sha1:fa6cfec3f8befcc650214b37664569e52f21e6b8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix a crash in m_sslinfo when a socket is SSL but a gateway is not.</title>
<updated>2019-01-23T15:16:07Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-01-23T14:46:20Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=806e4006199a057e0e7f82420a491e8fe6dd15cb'/>
<id>urn:sha1:806e4006199a057e0e7f82420a491e8fe6dd15cb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix detecting secure clients connecting through HAProxy/WEBIRC.</title>
<updated>2018-12-01T23:48:33Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-11-26T15:15:18Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ec6955f28ba9423828ac24ef83caee09ffa6b52c'/>
<id>urn:sha1:ec6955f28ba9423828ac24ef83caee09ffa6b52c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement support for WEBIRC attributes.</title>
<updated>2018-11-04T15:29:06Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-10-15T17:42:58Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=79892a727e323dcc4bce7e9c0cf3c99c5fe61706'/>
<id>urn:sha1:79892a727e323dcc4bce7e9c0cf3c99c5fe61706</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://www.cgit.space/~steering/inspircd++.git/commit/?id=ae0ae8ea617a1a3a3d4f89f5a5e470e8aa262c9f'/>
<id>urn:sha1:ae0ae8ea617a1a3a3d4f89f5a5e470e8aa262c9f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Pass the Extensible container to ExtensionItem::free().</title>
<updated>2018-08-12T12:29:09Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-08-12T12:29:09Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f8a9b6ba4ae0b4b3c7b2a408332230dd82eb4608'/>
<id>urn:sha1:f8a9b6ba4ae0b4b3c7b2a408332230dd82eb4608</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove the original line parameter of On{Pre,Post}Command.</title>
<updated>2018-08-10T12:55:32Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-08-09T19:44:43Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=213e4d9680e427bc16b94c0c1b627919cacb171b'/>
<id>urn:sha1:213e4d9680e427bc16b94c0c1b627919cacb171b</id>
<content type='text'>
In the brave new world of message tags and alternate wire formats
this is no longer something that is appropriate to expose.

In reality it was only ever used by m_alias which now reconstitutes
the command name and parameters into a RFC 1459-style message for
whatever it needs to do.
</content>
</entry>
<entry>
<title>Use CommandBase::Params instead of std::vector&lt;std::string&gt;.</title>
<updated>2018-07-26T19:12:14Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2018-07-26T18:43:54Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=384ef31bc01e4a1a2e59d082c9066002410ba54a'/>
<id>urn:sha1:384ef31bc01e4a1a2e59d082c9066002410ba54a</id>
<content type='text'>
This is presently a typedef but will soon be replaced with a class
that encapsulates both tags and parameters.
</content>
</entry>
</feed>
