<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src, branch v3.0.1</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://cgit.space/~steering/inspircd++.git/atom/src?h=v3.0.1</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/src?h=v3.0.1'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2019-05-10T08:54:28Z</updated>
<entry>
<title>Release v3.0.1.</title>
<updated>2019-05-10T08:54:28Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-05-10T08:48:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=e48d068769b8f5cf9924687646e7dae194931f9b'/>
<id>urn:sha1:e48d068769b8f5cf9924687646e7dae194931f9b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve handling of list mode limits.</title>
<updated>2019-05-09T15:45:19Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-05-09T15:17:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=0e1a0766530eeeaf784e9c1fd80f4edf2d267fea'/>
<id>urn:sha1:0e1a0766530eeeaf784e9c1fd80f4edf2d267fea</id>
<content type='text'>
- Fix not being able to set a zero limit.
- Fix MAXLIST not reflecting the true lower limit.
- Fix not treating an empty &lt;maxlist:limit&gt; as equivalent to *.
</content>
</entry>
<entry>
<title>Delete some obsolete comments.</title>
<updated>2019-05-09T11:37:44Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-05-09T11:37:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=7f979b895eadd482c16a354f656493adcc28072f'/>
<id>urn:sha1:7f979b895eadd482c16a354f656493adcc28072f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Silence a fallthrough warning in the pgsql module on newer GCCs.</title>
<updated>2019-05-09T11:06:57Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-05-09T11:02:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=5610d70e4c14514e0e14be971fd0108c3ea3c1fb'/>
<id>urn:sha1:5610d70e4c14514e0e14be971fd0108c3ea3c1fb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>m_geo_maxmind: fix building on older libc versions.</title>
<updated>2019-05-06T16:35:45Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-05-06T16:35:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=3deeda7693182ed4bc6c163cc8fe476ccc5e278f'/>
<id>urn:sha1:3deeda7693182ed4bc6c163cc8fe476ccc5e278f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Re-order the includes to fix C++03 builds.</title>
<updated>2019-05-06T15:47:25Z</updated>
<author>
<name>nia</name>
</author>
<published>2019-05-06T14:53:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=3bbf251efa501af7cc452031a4c6d824158b64a8'/>
<id>urn:sha1:3bbf251efa501af7cc452031a4c6d824158b64a8</id>
<content type='text'>
inspircd.h defines __STDC_LIMIT_MACROS to ensure that C99 int type
limits are defined, however, if &lt;stdint.h&gt; is included implicitly
before inspircd.h, the build fails due to the C99 integer type
limits being undefined.
</content>
</entry>
<entry>
<title>cmd_names: Fix the syntax.</title>
<updated>2019-05-05T04:29:04Z</updated>
<author>
<name>Robby</name>
</author>
<published>2019-05-05T04:25:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=574c994c72ee3acb447218ba972c046f38ff60fd'/>
<id>urn:sha1:574c994c72ee3acb447218ba972c046f38ff60fd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Work around NetBSD's EV_SET using intptr_t instead of void*.</title>
<updated>2019-05-03T14:44:59Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-05-03T14:37:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=0c992c5a3d6b30a6b14adf3181bf0b1e1fdeab48'/>
<id>urn:sha1:0c992c5a3d6b30a6b14adf3181bf0b1e1fdeab48</id>
<content type='text'>
Reported by @ensra.
</content>
</entry>
<entry>
<title>Release v3.0.0.</title>
<updated>2019-05-03T13:07:32Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-05-01T11:30:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=68e5d0a151d8b5ca6577a0053dcda95774bf323a'/>
<id>urn:sha1:68e5d0a151d8b5ca6577a0053dcda95774bf323a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix the ctctags module being marked as a draft.</title>
<updated>2019-05-03T08:46:19Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-05-03T08:46:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=09f35749aa7bf7dc20951d85bad60de3d219e4eb'/>
<id>urn:sha1:09f35749aa7bf7dc20951d85bad60de3d219e4eb</id>
<content type='text'>
</content>
</entry>
</feed>
