<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/docs, 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/docs?h=v2.0.25</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/docs?h=v2.0.25'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2017-11-12T12:24:57Z</updated>
<entry>
<title>Various minor documentation fixes.</title>
<updated>2017-11-12T12:24:57Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-11-12T11:58:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=a137eb1c2649e702efee7cb1a50b4da467f9d4bd'/>
<id>urn:sha1:a137eb1c2649e702efee7cb1a50b4da467f9d4bd</id>
<content type='text'>
- Remind admins that not setting a DIE/RESTART password does not
  disable use of those commands.
- Remove references to 1.2 and modules being able to create custom
  logging methods. This was never implemented in the 2.0 branch.
- Remove references to an SASL improvement that was reverted.
- Update various InspIRCd website links to use HTTPS over HTTP.
- Update a link to the IRCv3 website to point to the new website.
</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>Update wiki links to use HTTPS and point to the correct pages.</title>
<updated>2017-10-15T11:23:10Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-08-20T16:47:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=a5d110282a864fd2e91b51ce360a977cd0643657'/>
<id>urn:sha1:a5d110282a864fd2e91b51ce360a977cd0643657</id>
<content type='text'>
When we release 3.0 these links will break as they will point to
the pages for 3.0 rather than 2.0.
</content>
</entry>
<entry>
<title>Fix the command for enabling m_sqlite3 in modules.conf.example.</title>
<updated>2017-09-14T13:52:42Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-09-14T13:52:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=314f5f65df564daf193457ee5df5e7de02a0c3a5'/>
<id>urn:sha1:314f5f65df564daf193457ee5df5e7de02a0c3a5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update the link to the CIDR subnetting charts.</title>
<updated>2017-08-13T16:24:20Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-08-13T16:24:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=3469711d299d342ce07660d065fd31e0b3ae2e05'/>
<id>urn:sha1:3469711d299d342ce07660d065fd31e0b3ae2e05</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add ADMIN to the list of commands that shunned users can run.</title>
<updated>2017-07-24T13:04:34Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-07-24T13:04:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=5c65a0a03dc41f3ed84dd4de4a1a5333365d6bb1'/>
<id>urn:sha1:5c65a0a03dc41f3ed84dd4de4a1a5333365d6bb1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update the securelist exemption for IRC-Source's crawler.</title>
<updated>2017-05-30T07:49:14Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-05-30T07:49:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=44b3e02e1ab067e48b93f1a64e6d5b8b45b2c37c'/>
<id>urn:sha1:44b3e02e1ab067e48b93f1a64e6d5b8b45b2c37c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #1316 from SaberUK/master+sslmodes</title>
<updated>2017-04-11T20:04:36Z</updated>
<author>
<name>Adam</name>
</author>
<published>2017-04-11T20:04:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=41ef94bebb0fcb358150ff0179c6c55104827683'/>
<id>urn:sha1:41ef94bebb0fcb358150ff0179c6c55104827683</id>
<content type='text'>
[2.0] Clarify that m_sslmodes depends on m_sslinfo.</content>
</entry>
<entry>
<title>Clarify that m_sslmodes depends on m_sslinfo.</title>
<updated>2017-04-11T19:55:41Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-04-11T19:55:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=1d9903aaeb4f88ac3c13b95e92073233fc259a3c'/>
<id>urn:sha1:1d9903aaeb4f88ac3c13b95e92073233fc259a3c</id>
<content type='text'>
</content>
</entry>
</feed>
