<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/make, branch v4.3.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/make?h=v4.3.0</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/make?h=v4.3.0'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2024-09-07T10:10:36Z</updated>
<entry>
<title>Update copyright headers.</title>
<updated>2024-09-07T10:10:36Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2024-09-07T10:10:36Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=8e784862f5f251154a414fa17645caa644c5e4b2'/>
<id>urn:sha1:8e784862f5f251154a414fa17645caa644c5e4b2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix the getentropy test.</title>
<updated>2024-08-30T14:34:00Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2024-08-30T14:34:00Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=5d801283bbb7265bdd96472745f049bb41aacdc0'/>
<id>urn:sha1:5d801283bbb7265bdd96472745f049bb41aacdc0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a config variable for the example dir.</title>
<updated>2024-08-30T14:31:47Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2024-08-30T14:31:47Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ef8e631be26a47502c318039cf2c1c82ade8a7aa'/>
<id>urn:sha1:ef8e631be26a47502c318039cf2c1c82ade8a7aa</id>
<content type='text'>
This makes including example files easier on system-wide installs.
</content>
</entry>
<entry>
<title>Allow inverted matches in require_* functions.</title>
<updated>2024-08-23T16:29:53Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2024-08-23T16:29:53Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=5399861e1efd6b219b94e67a028c290edb647f83'/>
<id>urn:sha1:5399861e1efd6b219b94e67a028c290edb647f83</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make the Perl helper script somewhat cleaner.</title>
<updated>2024-08-10T02:01:48Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2024-08-10T02:01:48Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=7b6b3b9f358c1140a930f71f078b5d07923071f9'/>
<id>urn:sha1:7b6b3b9f358c1140a930f71f078b5d07923071f9</id>
<content type='text'>
- Avoid duplicate check* methods.
- Remove some broken valgrind behaviour.
- Call executable instead of hardcoding the version.
- Simplify $binpath/$executable code.
</content>
</entry>
<entry>
<title>Update copyright headers.</title>
<updated>2024-07-14T10:58:57Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2024-07-14T10:58:57Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=a3b0aa484bbc8d0f624bc1da0d6f9f72b33426eb'/>
<id>urn:sha1:a3b0aa484bbc8d0f624bc1da0d6f9f72b33426eb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix the getentropy test on systems with a new libc and old kernel.</title>
<updated>2024-07-13T21:33:15Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2024-07-13T21:33:15Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=821fccabcc6a651cfd2e6f2fe3d5dac2f14c1f9b'/>
<id>urn:sha1:821fccabcc6a651cfd2e6f2fe3d5dac2f14c1f9b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Switch require_system to /etc/os-release from lsb_release.</title>
<updated>2024-07-13T21:00:35Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2024-07-13T20:59:47Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=dd8fc5b7d797f20d8ab4bd408952e1eb0cb0e787'/>
<id>urn:sha1:dd8fc5b7d797f20d8ab4bd408952e1eb0cb0e787</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge the compiler and compiler_info tests.</title>
<updated>2024-07-13T12:31:44Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2024-07-13T12:26:03Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=2382fa06faa924d777198822310293b64d174d45'/>
<id>urn:sha1:2382fa06faa924d777198822310293b64d174d45</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use getentropy() from POSIX 2024 if it is available.</title>
<updated>2024-07-13T12:31:44Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2024-07-13T12:21:50Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=610688e410a0b544d5dfd9de0bc50fab090bd5f3'/>
<id>urn:sha1:610688e410a0b544d5dfd9de0bc50fab090bd5f3</id>
<content type='text'>
</content>
</entry>
</feed>
