<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/make, branch v2.0.21</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://cgit.space/~steering/inspircd++.git/atom/make?h=v2.0.21</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/make?h=v2.0.21'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2015-10-24T21:47:30Z</updated>
<entry>
<title>Generate a 2048-bit dhparams unless explicitly specified.</title>
<updated>2015-10-24T21:47:30Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2015-10-20T14:16:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=7d0b4a4a07d01b4800833a635510c297b863bad7'/>
<id>urn:sha1:7d0b4a4a07d01b4800833a635510c297b863bad7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix "make -jX debug install" causing linker errors.</title>
<updated>2015-07-29T22:46:33Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2015-07-29T22:45:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=7da9057946af3f82f846547b31c208de1e57237c'/>
<id>urn:sha1:7da9057946af3f82f846547b31c208de1e57237c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #1076 from SaberUK/insp20+kqueue</title>
<updated>2015-07-22T23:07:53Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2015-07-22T23:07:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=ec5529639dd7cd315ce98b288f96c522c464e46a'/>
<id>urn:sha1:ec5529639dd7cd315ce98b288f96c522c464e46a</id>
<content type='text'>
[2.0] Fix checking whether kqueue/stdint/strlcpy are available.</content>
</entry>
<entry>
<title>Replace deprecated tmpnam() call</title>
<updated>2015-07-22T00:18:03Z</updated>
<author>
<name>Richard Bradfield</name>
</author>
<published>2015-07-22T00:18:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=79d1a436bb5c7ab40e43130495c455ffc8c682a2'/>
<id>urn:sha1:79d1a436bb5c7ab40e43130495c455ffc8c682a2</id>
<content type='text'>
From Perl 5.22 onwards, POSIX::tmpnam() has been deprecated (without the
usual 2 year deprecation cycle), using the File::Temp module instead
preserves compatibility while allowing compilation on 5.22 and later.
</content>
</entry>
<entry>
<title>Add missing copyright headers to test files.</title>
<updated>2015-07-21T22:34:22Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2015-07-21T22:34:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=0b4285abd12323920d92fee51e199edd7527dbec'/>
<id>urn:sha1:0b4285abd12323920d92fee51e199edd7527dbec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Switch &lt;stdint.h&gt; test to use a test file too.</title>
<updated>2015-07-21T22:30:54Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2015-07-21T22:30:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=4c751dbbe8945e5efc230a59b0ed51c2ba10cf92'/>
<id>urn:sha1:4c751dbbe8945e5efc230a59b0ed51c2ba10cf92</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Switch strlcpy test to use a test file too.</title>
<updated>2015-07-21T22:22:17Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2015-07-21T22:22:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=e5cfa9c0c295596f688a18f5562cbb73b8e3997c'/>
<id>urn:sha1:e5cfa9c0c295596f688a18f5562cbb73b8e3997c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix checking whether kqueue is available.</title>
<updated>2015-07-21T22:22:09Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2015-07-19T16:17:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=3fbba606c3fbb76a5bc045d4d7717528366ae84e'/>
<id>urn:sha1:3fbba606c3fbb76a5bc045d4d7717528366ae84e</id>
<content type='text'>
It seems like the newer OS X versions don't put headers into the
system include directories. Switch to using a test file instead.
</content>
</entry>
<entry>
<title>Merge pull request #1063 from SaberUK/insp20+cert-warning</title>
<updated>2015-06-25T22:00:25Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2015-06-25T22:00:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=539abb9e93e9657c136759116379f7182c78ea8c'/>
<id>urn:sha1:539abb9e93e9657c136759116379f7182c78ea8c</id>
<content type='text'>
[2.0] Show a better warning when certtool/openssl are missing.</content>
</entry>
<entry>
<title>Log STDOUT and STDERR in the launchd script.</title>
<updated>2015-06-24T22:06:11Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2015-06-23T21:45:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=0207736989eb1bdd576386992fca33a4b92629c5'/>
<id>urn:sha1:0207736989eb1bdd576386992fca33a4b92629c5</id>
<content type='text'>
</content>
</entry>
</feed>
