<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules, branch v3.1.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/src/modules?h=v3.1.0</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules?h=v3.1.0'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2019-05-17T08:50:54Z</updated>
<entry>
<title>Copy the silence flags when sending update notifications.</title>
<updated>2019-05-17T08:50:54Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-05-15T08:37:30Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=7b47de3c194f239c5fea09a0e49696c9af017d51'/>
<id>urn:sha1:7b47de3c194f239c5fea09a0e49696c9af017d51</id>
<content type='text'>
This fixes a crash bug in the silence module on some versions of GCC.
</content>
</entry>
<entry>
<title>Fix space separation for CAPAB module list</title>
<updated>2019-05-15T22:10:21Z</updated>
<author>
<name>linuxdaemon</name>
</author>
<published>2019-05-15T21:16:11Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=1808a9a1b01cd6c754adaf9cf6a69038e3dddf79'/>
<id>urn:sha1:1808a9a1b01cd6c754adaf9cf6a69038e3dddf79</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add support for the IRCv3 message id specification.</title>
<updated>2019-05-15T09:34:01Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-05-15T09:33:42Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ba8a3b236a84d42c888a93e4e8cf934062c7a7ea'/>
<id>urn:sha1:ba8a3b236a84d42c888a93e4e8cf934062c7a7ea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix an inverted condition in the commonchans module.</title>
<updated>2019-05-14T13:06:54Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-05-14T13:06:54Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=fb507ecec27b3e374b02cd208b87977814c726cf'/>
<id>urn:sha1:fb507ecec27b3e374b02cd208b87977814c726cf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add an enumeration for known protocol versions.</title>
<updated>2019-05-14T00:12:13Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-05-13T23:30:56Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=61b13aa89ecb38a24faadb0bdb085a8bb3c56d22'/>
<id>urn:sha1:61b13aa89ecb38a24faadb0bdb085a8bb3c56d22</id>
<content type='text'>
</content>
</entry>
<entry>
<title>If a parent server is hidden then also hide its child servers.</title>
<updated>2019-05-13T23:58:52Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-05-13T18:32:39Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b9e732f73b0cb8e1fde9181a8b5502927feaf339'/>
<id>urn:sha1:b9e732f73b0cb8e1fde9181a8b5502927feaf339</id>
<content type='text'>
This should fix #851.
</content>
</entry>
<entry>
<title>Fix an unnecessary string copy when reading the &lt;link&gt; tags.</title>
<updated>2019-05-13T23:58:52Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-05-13T16:49:26Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e55277283800bfdfef86485a6b0c7a4e7755a15b'/>
<id>urn:sha1:e55277283800bfdfef86485a6b0c7a4e7755a15b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace ModuleSpanningTree::TimeToStr with InspIRCd::DurationStr.</title>
<updated>2019-05-13T23:58:52Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-05-13T23:51:31Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=7a58d288d0fd005795a8ac6908fc91bf350174d6'/>
<id>urn:sha1:7a58d288d0fd005795a8ac6908fc91bf350174d6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move message access checks to OnUserPre{Tag,}Message.</title>
<updated>2019-05-11T13:55:20Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-05-11T13:55:20Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=90541be8d666483cc802db35ed321b50d7c5f1dc'/>
<id>urn:sha1:90541be8d666483cc802db35ed321b50d7c5f1dc</id>
<content type='text'>
This allows modules to override them if necessary.

Fixes #1619.
</content>
</entry>
<entry>
<title>Allow disabling a STS policy for users in specific connect classes.</title>
<updated>2019-05-11T13:34:42Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-05-11T13:29:54Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=31340d50a4053c681614583ecdd5e8c6ba373d69'/>
<id>urn:sha1:31340d50a4053c681614583ecdd5e8c6ba373d69</id>
<content type='text'>
Fixes #1634.
</content>
</entry>
</feed>
