<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/configure, branch v3.0.0a2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://cgit.space/~steering/inspircd++.git/atom/configure?h=v3.0.0a2</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/configure?h=v3.0.0a2'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2017-09-25T18:24:08Z</updated>
<entry>
<title>Fix SCRIPT_DIR directory change</title>
<updated>2017-09-25T18:24:08Z</updated>
<author>
<name>emerson</name>
</author>
<published>2017-09-25T18:24:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=b89fbe9e027b0be7dad7790466612c513fd2f66d'/>
<id>urn:sha1:b89fbe9e027b0be7dad7790466612c513fd2f66d</id>
<content type='text'>
SCRIPT_DIR didn't automatically change directory if the user specified a
non-default directory
</content>
</entry>
<entry>
<title>Allow the script directory to be set in interactive mode.</title>
<updated>2017-09-24T09:36:20Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-09-24T09:35:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=8270aca2ee161ffa9a93243016266a2681b6d7ba'/>
<id>urn:sha1:8270aca2ee161ffa9a93243016266a2681b6d7ba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move the init scripts out of the prefix into the new script dir.</title>
<updated>2017-09-21T19:49:49Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-09-21T17:44:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=b8babf2c43edd0f1ee2997125c6ea4cd21e15d68'/>
<id>urn:sha1:b8babf2c43edd0f1ee2997125c6ea4cd21e15d68</id>
<content type='text'>
The previous directory was okay for home directory installs but
was problematic for system wide installs.
</content>
</entry>
<entry>
<title>Merge pull request #1338 from SaberUK/master+openvz</title>
<updated>2017-07-09T19:16:52Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2017-07-09T19:16:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=e9d645cd301c1a994e482d43980589969cbf52f1'/>
<id>urn:sha1:e9d645cd301c1a994e482d43980589969cbf52f1</id>
<content type='text'>
Warn the user about clock drifting when running on OpenVZ.</content>
</entry>
<entry>
<title>Warn the user about clock drifting when running on OpenVZ.</title>
<updated>2017-05-20T14:13:18Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-05-16T10:18:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=7cc96c9216c51d8e6aaca3ec7e5d0c3b63a7b8e0'/>
<id>urn:sha1:7cc96c9216c51d8e6aaca3ec7e5d0c3b63a7b8e0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Tidy up the socket engine selection code.</title>
<updated>2017-05-19T16:35:16Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-05-19T16:28:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=5e188db59de76022a381df34efe24ca2117face0'/>
<id>urn:sha1:5e188db59de76022a381df34efe24ca2117face0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename read_configure_cache to read_config_file and move to common.</title>
<updated>2017-03-25T00:54:21Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-03-24T21:00:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=64273cc51bcd7efb60e7c1636ee75696a791db22'/>
<id>urn:sha1:64273cc51bcd7efb60e7c1636ee75696a791db22</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #1273 from SaberUK/master+bs</title>
<updated>2016-12-29T15:05:19Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2016-12-29T15:05:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=b16bc08b2c7dd538f33aa920504c9f476582d356'/>
<id>urn:sha1:b16bc08b2c7dd538f33aa920504c9f476582d356</id>
<content type='text'>
Fix the clock_gettime() test on macOS Sierra</content>
</entry>
<entry>
<title>Add interactive-mode support for setting the compiler binary.</title>
<updated>2016-12-26T05:57:34Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2016-12-26T05:42:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=032a1f8567d477c0b67944f31ad672468f38b09c'/>
<id>urn:sha1:032a1f8567d477c0b67944f31ad672468f38b09c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix the clock_gettime() test on macOS Sierra.</title>
<updated>2016-12-26T05:17:41Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2016-12-26T05:17:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=27facf2e0cc75da52ce3acf2c21a06ea26d1d55d'/>
<id>urn:sha1:27facf2e0cc75da52ce3acf2c21a06ea26d1d55d</id>
<content type='text'>
macOS now supports clock_gettime() but it is part of libSystem
rather than librt which does not exist on macOS.
</content>
</entry>
</feed>
