<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_sasl.cpp, branch v3.0.0a1</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://cgit.space/~steering/inspircd++.git/atom/src/modules/m_sasl.cpp?h=v3.0.0a1</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/src/modules/m_sasl.cpp?h=v3.0.0a1'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2016-08-17T10:49:48Z</updated>
<entry>
<title>Merge insp20</title>
<updated>2016-08-17T10:49:48Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2016-08-17T10:49:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=b9e11915a976daaf790ebc763aff56e19fd49e0f'/>
<id>urn:sha1:b9e11915a976daaf790ebc763aff56e19fd49e0f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix more incorrect std::string::operator[] usage</title>
<updated>2016-08-13T16:11:57Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2016-08-13T16:11:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=e2dd99fa342b45364590ec72746e3118f1779538'/>
<id>urn:sha1:e2dd99fa342b45364590ec72746e3118f1779538</id>
<content type='text'>
</content>
</entry>
<entry>
<title>m_sasl Advertise the sasl capability only if the target server is online</title>
<updated>2016-04-25T11:24:40Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2016-04-25T11:24:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=72501adb5c721ac7b8d148c53305457e2c5a5921'/>
<id>urn:sha1:72501adb5c721ac7b8d148c53305457e2c5a5921</id>
<content type='text'>
Issue #812
</content>
</entry>
<entry>
<title>m_sasl Add ServerTracker class for tracking sasl_target</title>
<updated>2016-04-25T11:23:29Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2016-04-25T11:23:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=2595b35cc2191d33a625d041f31c41ab23156185'/>
<id>urn:sha1:2595b35cc2191d33a625d041f31c41ab23156185</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add support for SASL reauthentication.</title>
<updated>2016-03-24T09:56:02Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2016-02-28T11:18:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=5ebd2845c89db5c29c9379b2096252c1d918336c'/>
<id>urn:sha1:5ebd2845c89db5c29c9379b2096252c1d918336c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Convert WriteNumeric() calls to pass the parameters of the numeric as method parameters</title>
<updated>2016-02-25T15:12:09Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2016-02-25T15:12:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=da29af8cba49d51e53d6e68237ccbf6370b6dd1f'/>
<id>urn:sha1:da29af8cba49d51e53d6e68237ccbf6370b6dd1f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix some numerics</title>
<updated>2016-02-24T11:40:05Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2016-02-24T11:40:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=55e5e41fb9e9983c72f144fb4f59684d2125e129'/>
<id>urn:sha1:55e5e41fb9e9983c72f144fb4f59684d2125e129</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove some IS_SERVER() checks</title>
<updated>2015-12-07T09:17:49Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2015-12-07T09:17:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=6352a6f9c9685c32ec17a7d6f9f89df0e3ec3054'/>
<id>urn:sha1:6352a6f9c9685c32ec17a7d6f9f89df0e3ec3054</id>
<content type='text'>
- InspIRCd::FindUUID() and FindNick() no longer return FakeUsers so checking the user returned from those methods is needless
- m_dccallow is calling FindNickOnly() so it had the check needlessly
</content>
</entry>
<entry>
<title>Merge branch 'master+cap'</title>
<updated>2015-12-06T10:00:12Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2015-12-06T10:00:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=e4b17fd39b476fefec73d0956e6f40bd7ec254fc'/>
<id>urn:sha1:e4b17fd39b476fefec73d0956e6f40bd7ec254fc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>m_sasl Advertise SASL mechanism list to supporting clients</title>
<updated>2015-12-05T15:01:30Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2015-12-05T15:01:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=ddc6999a1db1aa1e9bf9df2f1ab444c387bcd5b1'/>
<id>urn:sha1:ddc6999a1db1aa1e9bf9df2f1ab444c387bcd5b1</id>
<content type='text'>
</content>
</entry>
</feed>
