<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/docs/conf/modules.conf.example, branch v3.5.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://cgit.space/~steering/inspircd++.git/atom/docs/conf/modules.conf.example?h=v3.5.0</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/docs/conf/modules.conf.example?h=v3.5.0'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2020-01-28T16:29:06Z</updated>
<entry>
<title>Implement support for the IRCv3 labeled-response specification.</title>
<updated>2020-01-28T16:29:06Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2020-01-03T14:55:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=c2a3321540c2178b2752dc102b2f57c8501f468d'/>
<id>urn:sha1:c2a3321540c2178b2752dc102b2f57c8501f468d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a replacement for the nationalchars module.</title>
<updated>2020-01-07T18:55:35Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2020-01-07T16:55:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=3dd446de4155227d423e83628a10195e46b385aa'/>
<id>urn:sha1:3dd446de4155227d423e83628a10195e46b385aa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename &lt;chanhistory:notice&gt; to &lt;chanhistory:prefixmsg&gt;.</title>
<updated>2020-01-03T22:35:53Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2020-01-03T22:35:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=6bd4024fd2e93fb740329560356500ce149692b3'/>
<id>urn:sha1:6bd4024fd2e93fb740329560356500ce149692b3</id>
<content type='text'>
This name is a lot lessambiguous.
</content>
</entry>
<entry>
<title>Change the default for &lt;waitpong:sendsnotice&gt; to false.</title>
<updated>2019-11-29T13:48:13Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-11-29T13:46:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=694c121908d80844a679bbbdf875c639627ec73c'/>
<id>urn:sha1:694c121908d80844a679bbbdf875c639627ec73c</id>
<content type='text'>
This message exists for an incredibly rare issue and just confuses
the vast majority of people.
</content>
</entry>
<entry>
<title>WebSocket: replace the behindproxy switch with a proxy IP list.</title>
<updated>2019-11-29T11:09:36Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-11-29T11:09:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=afb5972ab54d64f8c4e7b09962fb2088e427920b'/>
<id>urn:sha1:afb5972ab54d64f8c4e7b09962fb2088e427920b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement support for websocket connections via a proxy like nginx.</title>
<updated>2019-11-28T17:59:35Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-11-28T17:59:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=bb1f892f68cb70537b224bca85cc40f1ed23017d'/>
<id>urn:sha1:bb1f892f68cb70537b224bca85cc40f1ed23017d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Raise &lt;connflood:bootwait&gt; from 10 seconds to 2 minutes.</title>
<updated>2019-10-24T14:56:21Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-10-24T14:22:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=95b876373480bb982aed7d3d14bcfc18cd1f7458'/>
<id>urn:sha1:95b876373480bb982aed7d3d14bcfc18cd1f7458</id>
<content type='text'>
Many clients don't reconnect automatically and it can take a while
for them to reconnect.
</content>
</entry>
<entry>
<title>Fix the example tag for changing the voice ranks.</title>
<updated>2019-09-16T21:46:17Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-09-16T21:46:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=216470adcf8786a5a2d9b50097bb59d65962a744'/>
<id>urn:sha1:216470adcf8786a5a2d9b50097bb59d65962a744</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix cloaking not ignoring the case of a user's hostname.</title>
<updated>2019-09-16T12:46:01Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-09-16T12:43:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=9982ec4e5b027ed24b1fda5e6fd3ab35b98de1a7'/>
<id>urn:sha1:9982ec4e5b027ed24b1fda5e6fd3ab35b98de1a7</id>
<content type='text'>
This new mode is recommended but disabled by default for compat
reasons.

Closes #480.
Closes #1419.

Co-Authored-By: B00mX0r &lt;b00mx0r@aureus.pw&gt;
</content>
</entry>
<entry>
<title>Document &lt;alias:stripcolor&gt;</title>
<updated>2019-09-14T20:18:46Z</updated>
<author>
<name>linuxdaemon</name>
</author>
<published>2019-09-14T18:11:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=6a0155101e09ecf48858d73dab17400777cbe668'/>
<id>urn:sha1:6a0155101e09ecf48858d73dab17400777cbe668</id>
<content type='text'>
</content>
</entry>
</feed>
