<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules, branch v3.0.0a2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://cgit.space/~steering/inspircd++.git/atom/src/modules?h=v3.0.0a2</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/src/modules?h=v3.0.0a2'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2017-10-12T14:55:21Z</updated>
<entry>
<title>Merge the latest changes from insp20 into master.</title>
<updated>2017-10-12T14:55:21Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-10-12T14:55:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=a3e0768758ca68429a29d9c78ce672f2d938c6e7'/>
<id>urn:sha1:a3e0768758ca68429a29d9c78ce672f2d938c6e7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #1361 from genius3000/master+rline_IP</title>
<updated>2017-10-12T14:09:03Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-10-12T14:09:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=c46f8a368c42f64284244f3d2dfc022a383294fa'/>
<id>urn:sha1:c46f8a368c42f64284244f3d2dfc022a383294fa</id>
<content type='text'>
Make RLines match against IP as well as host</content>
</entry>
<entry>
<title>Merge pull request #1353 from SISheogorath/master+domainpart-cloaking</title>
<updated>2017-10-12T14:07:45Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-10-12T14:07:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=1522ba9800db574bf19504fa3b1bfa86112f96b2'/>
<id>urn:sha1:1522ba9800db574bf19504fa3b1bfa86112f96b2</id>
<content type='text'>
Make domainparts in m_cloaking configureable.</content>
</entry>
<entry>
<title>Fix a broken distro constraint in the m_ssl_gnutls PackageInfo.</title>
<updated>2017-10-12T14:04:23Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-10-12T14:03:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=9de9231380d42955a13f07d7843897c77af704e4'/>
<id>urn:sha1:9de9231380d42955a13f07d7843897c77af704e4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Clean up m_sasl slightly by making SendSASL take common params.</title>
<updated>2017-10-12T13:46:51Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-10-11T11:00:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=5cece0632f09a42bbaa0a528253d74cd55d874ed'/>
<id>urn:sha1:5cece0632f09a42bbaa0a528253d74cd55d874ed</id>
<content type='text'>
Also, fix a minor issue caused by the last insp20 merge.
</content>
</entry>
<entry>
<title>Send ERR_SASLTOOLONG when a client sends an oversized AUTHENTICATE.</title>
<updated>2017-10-12T13:46:50Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-10-11T10:27:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=118fd780a9c98b9b2ab98e3e0bd8298074493381'/>
<id>urn:sha1:118fd780a9c98b9b2ab98e3e0bd8298074493381</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Include connection security with the SASL host information.</title>
<updated>2017-10-11T11:32:04Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-10-11T11:15:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=0337b92c158fa662f04056343affd59315da78db'/>
<id>urn:sha1:0337b92c158fa662f04056343affd59315da78db</id>
<content type='text'>
See atheme/atheme@b41753f740 for more details.
</content>
</entry>
<entry>
<title>Don't abort the SASL authentication in OnUserConnect.</title>
<updated>2017-10-11T10:47:58Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-10-10T23:15:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=407b2e004cf66e442771ec5d2bbe700dee1f3760'/>
<id>urn:sha1:407b2e004cf66e442771ec5d2bbe700dee1f3760</id>
<content type='text'>
SASL-3.2 allows SASL auth to happen post-registration so this is
no longer correct.
</content>
</entry>
<entry>
<title>Get rid of ReadCGIIRCExt() in m_sasl.</title>
<updated>2017-10-11T10:47:57Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-10-10T23:11:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=6226ed9a29edb636506a6ab0fd756cfcc1267cdb'/>
<id>urn:sha1:6226ed9a29edb636506a6ab0fd756cfcc1267cdb</id>
<content type='text'>
This is unnecessary since 852dd0337a.
</content>
</entry>
<entry>
<title>Make domainparts configureable</title>
<updated>2017-10-11T08:52:30Z</updated>
<author>
<name>Sheogorath</name>
</author>
<published>2017-06-27T20:41:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=aa5bd1eafe987e7c73200aa04e3023dffcb4a307'/>
<id>urn:sha1:aa5bd1eafe987e7c73200aa04e3023dffcb4a307</id>
<content type='text'>
</content>
</entry>
</feed>
