<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src, branch v2.0.19</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://cgit.space/~steering/inspircd++.git/atom/src?h=v2.0.19</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/src?h=v2.0.19'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2015-04-16T21:17:02Z</updated>
<entry>
<title>Release v2.0.19</title>
<updated>2015-04-16T21:17:02Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2015-04-16T21:17:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=1548078e5dc304814669cd1ea052f92be9d1ac40'/>
<id>urn:sha1:1548078e5dc304814669cd1ea052f92be9d1ac40</id>
<content type='text'>
</content>
</entry>
<entry>
<title>m_sasl Update description, SASL is no longer exclusive to Atheme</title>
<updated>2015-04-16T21:12:47Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2015-04-16T21:12:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=b3c338c0948a2edec22d36a98d5962cbaae1619e'/>
<id>urn:sha1:b3c338c0948a2edec22d36a98d5962cbaae1619e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>m_dccallow Validate tokens before use</title>
<updated>2015-04-16T21:00:56Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2015-04-16T21:00:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=9f69e159adcc0892f0bdef16ac4617630737b156'/>
<id>urn:sha1:9f69e159adcc0892f0bdef16ac4617630737b156</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cmd_userhost Fix +H hidden opers being shown as opers</title>
<updated>2015-04-16T20:51:41Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2015-04-16T20:51:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=64faca29b377185c4615c8f2e4eecedc7ad045d1'/>
<id>urn:sha1:64faca29b377185c4615c8f2e4eecedc7ad045d1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert c8b344ea748d62d9f37cacd4dd785f15b186725c to fix regression</title>
<updated>2015-04-16T20:50:06Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2015-04-16T20:50:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=c490a9061f18eceb69eb4bb5ed9eb32fd90400fe'/>
<id>urn:sha1:c490a9061f18eceb69eb4bb5ed9eb32fd90400fe</id>
<content type='text'>
Fixes issue #989 reported by @B00mX0r
</content>
</entry>
<entry>
<title>Merge branch 'insp20+timedbans' into insp20</title>
<updated>2015-04-16T19:20:02Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2015-04-16T19:20:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=9e0327b22ae435e6debdabb708cdea245950d3da'/>
<id>urn:sha1:9e0327b22ae435e6debdabb708cdea245950d3da</id>
<content type='text'>
</content>
</entry>
<entry>
<title>m_sasl Add missing validation for server-to-server SASL message</title>
<updated>2015-04-16T19:13:07Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2015-04-16T19:13:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=a0c331eff30434dc648638990f16f546c9467c37'/>
<id>urn:sha1:a0c331eff30434dc648638990f16f546c9467c37</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reject replies to DNS PTR requests that contain invalid characters</title>
<updated>2015-04-16T16:04:03Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2015-04-16T16:04:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=6058483d9fbc1b904d5ae7cfea47bfcde5c5b559'/>
<id>urn:sha1:6058483d9fbc1b904d5ae7cfea47bfcde5c5b559</id>
<content type='text'>
Fixes issue #1033 reported by @ping86
</content>
</entry>
<entry>
<title>m_timedbans Notice user when trying to set a ban that's already set</title>
<updated>2015-04-13T13:49:29Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2015-04-13T13:49:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=4e24fb7c19cff866eda602349fbafce78b7e4c51'/>
<id>urn:sha1:4e24fb7c19cff866eda602349fbafce78b7e4c51</id>
<content type='text'>
</content>
</entry>
<entry>
<title>m_timedbans Extract IsBanSet() to a function</title>
<updated>2015-04-13T13:48:00Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2015-04-13T13:48:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=b7526f6efd47ed87dc67adfa70f09c9b83adf9a8'/>
<id>urn:sha1:b7526f6efd47ed87dc67adfa70f09c9b83adf9a8</id>
<content type='text'>
</content>
</entry>
</feed>
