<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src, branch v2.0.25</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.25</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/src?h=v2.0.25'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2017-11-12T15:55:01Z</updated>
<entry>
<title>Release v2.0.25</title>
<updated>2017-11-12T15:55:01Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-11-12T15:55:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=53d822a7d19aded988ee74eb05437e587cb1ac92'/>
<id>urn:sha1:53d822a7d19aded988ee74eb05437e587cb1ac92</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Work around removing shuns on nicks when the nick is online.</title>
<updated>2017-11-09T11:16:32Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-11-07T18:18:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=f57dbb6dbe0a49b0f0aa80c327904d4273a76b55'/>
<id>urn:sha1:f57dbb6dbe0a49b0f0aa80c327904d4273a76b55</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert the code changes to m_sasl made in commit 9d4b4344b4.</title>
<updated>2017-11-09T11:11:14Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-11-09T11:04:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=e83506b7abde9fdd628b9065fb3b6c01d370808f'/>
<id>urn:sha1:e83506b7abde9fdd628b9065fb3b6c01d370808f</id>
<content type='text'>
This is causing problems such as duplicate 904 messages.
</content>
</entry>
<entry>
<title>Improve (synchronize) the notices in m_timedbans</title>
<updated>2017-11-07T05:27:14Z</updated>
<author>
<name>genius3000</name>
</author>
<published>2016-11-22T05:00:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=3eefb336c670d5b2f39696913717e0c47b75232c'/>
<id>urn:sha1:3eefb336c670d5b2f39696913717e0c47b75232c</id>
<content type='text'>
* Send to remote servers upon setting
* Send to halfop if available upon expiry
</content>
</entry>
<entry>
<title>Merge pull request #1359 from genius3000/insp20+sasl_no_server</title>
<updated>2017-11-06T11:11:22Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-11-06T11:11:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=9375c633371ee8d25adc5cf756590077e5100bb5'/>
<id>urn:sha1:9375c633371ee8d25adc5cf756590077e5100bb5</id>
<content type='text'>
2.0: Inform the client when a SASL message cannot be sent</content>
</entry>
<entry>
<title>Inform the client when a SASL message cannot be sent</title>
<updated>2017-11-06T02:51:22Z</updated>
<author>
<name>genius3000</name>
</author>
<published>2017-07-27T09:05:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=9d4b4344b49de3c474302e8316576b759249c409'/>
<id>urn:sha1:9d4b4344b49de3c474302e8316576b759249c409</id>
<content type='text'>
When SASL is properly configured with a 'target' server, we are able
to inform the client when the message fails to send.
Currently if a target is configured and it is offline, no response is
sent. This can cause some clients to time out while waiting for a response.

If a target isn't configured, behaviour will not change with this commit.
The default of '*' will still send to all servers.
Updated example config with 'target' variable.
</content>
</entry>
<entry>
<title>Use InvalidateCache in the sockaddrs overload of OnSetClientIP.</title>
<updated>2017-11-05T23:05:24Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-10-22T22:51:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=52de083afcd1608f030551f532bdcdb1f45f1513'/>
<id>urn:sha1:52de083afcd1608f030551f532bdcdb1f45f1513</id>
<content type='text'>
This was done to the string variant in d3b82b2f7f.
</content>
</entry>
<entry>
<title>Fix CMD_RESTART with relative paths as argv[0].</title>
<updated>2017-11-04T23:13:41Z</updated>
<author>
<name>Jordyn/The Linux Geek</name>
</author>
<published>2017-11-04T23:13:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=5f3360a217f28d1ba80fdf5db3167c87dd70449c'/>
<id>urn:sha1:5f3360a217f28d1ba80fdf5db3167c87dd70449c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ConfigReader: fix compilers optimizing NULL check in ConfigTag::readString()</title>
<updated>2017-10-27T00:23:24Z</updated>
<author>
<name>Adam</name>
</author>
<published>2017-10-27T00:23:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=7b7953aaf2aa0895604e57fe0136ba9a5831349c'/>
<id>urn:sha1:7b7953aaf2aa0895604e57fe0136ba9a5831349c</id>
<content type='text'>
See: 66f82ccf926aac39273bfc652c85c08080cc9a46

Fixes inspircd/inspircd-extras#110
</content>
</entry>
<entry>
<title>Fix sending a malformed 410 numeric when sent empty CAP commands.</title>
<updated>2017-10-17T23:36:26Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-10-17T23:36:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=7e4cc45149f41346f18e581cb301a1196b92bf68'/>
<id>urn:sha1:7e4cc45149f41346f18e581cb301a1196b92bf68</id>
<content type='text'>
</content>
</entry>
</feed>
