<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/make, branch v4.0.0a26</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.0.0a26</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/make?h=v4.0.0a26'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2024-04-15T20:45:42Z</updated>
<entry>
<title>Move ssl_mbedtls to inspircd-contrib.</title>
<updated>2024-04-15T20:45:42Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2024-04-01T13:44:34Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e24ea1723ccbdcb8a50cdbb16ba963597077c39d'/>
<id>urn:sha1:e24ea1723ccbdcb8a50cdbb16ba963597077c39d</id>
<content type='text'>
Closes #2088.
</content>
</entry>
<entry>
<title>Use `--version` to check whether the compiler binary is valid.</title>
<updated>2024-02-11T04:18:32Z</updated>
<author>
<name>satmd</name>
</author>
<published>2024-02-11T04:18:32Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d2df15e520999772a3dc42265712002e57a1b89e'/>
<id>urn:sha1:d2df15e520999772a3dc42265712002e57a1b89e</id>
<content type='text'>
Ref: #2071</content>
</entry>
<entry>
<title>Merge branch 'insp3' into master.</title>
<updated>2023-11-14T15:15:33Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-11-14T15:10:23Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=59845198e1594fd1d5760abdb89d5736be4ac0c8'/>
<id>urn:sha1:59845198e1594fd1d5760abdb89d5736be4ac0c8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix the helper script on newer versions of Valgrind.</title>
<updated>2023-11-06T00:18:57Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-11-06T00:18:57Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=4de6623ea14642ab19533c4994a7ba3815edf221'/>
<id>urn:sha1:4de6623ea14642ab19533c4994a7ba3815edf221</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'insp3' into master.</title>
<updated>2023-08-15T13:22:35Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-08-15T13:22:35Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=6cf3608be0d6a1b1be6f2ee6086e65841691ae1d'/>
<id>urn:sha1:6cf3608be0d6a1b1be6f2ee6086e65841691ae1d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a script for deploying SSL files from an ACME renewal tool.</title>
<updated>2023-08-15T09:07:05Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-08-15T09:07:05Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=84f2c992348171b05253dccaeb9c7b93a60ed63b'/>
<id>urn:sha1:84f2c992348171b05253dccaeb9c7b93a60ed63b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'insp3' into master.</title>
<updated>2023-07-15T12:05:57Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-07-15T12:05:57Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=75c17e87b63969a8250f2d09afb97e713cf99920'/>
<id>urn:sha1:75c17e87b63969a8250f2d09afb97e713cf99920</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyright headers.</title>
<updated>2023-07-15T09:37:19Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2023-07-15T09:37:19Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=9923c34a421f1080e766dbe062e6bcd4521d062c'/>
<id>urn:sha1:9923c34a421f1080e766dbe062e6bcd4521d062c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Simplify the codes that InspIRCd can exit with.</title>
<updated>2023-07-13T13:07:26Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-07-13T12:31:06Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b4e3e973297db456f0ba8d7fdb8bbfc9c8426ea7'/>
<id>urn:sha1:b4e3e973297db456f0ba8d7fdb8bbfc9c8426ea7</id>
<content type='text'>
The custom codes that InspIRCd exits with are not very useful and can confuse init systems like systemd which assume that certain
exit codes mean certain things. INSPIRCD_BINARY_EXIT was a workaround
for this in v3 but considering thatsers have to check the logs anyway
so we may as well just use EXIT_SUCCESS and EXIT_FAILURE.
</content>
</entry>
<entry>
<title>Merge branch 'insp3' into master.</title>
<updated>2023-07-12T08:36:58Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-07-12T08:36:58Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=c9668b8ab67fbe4d8a1577edac33bd65625a7df9'/>
<id>urn:sha1:c9668b8ab67fbe4d8a1577edac33bd65625a7df9</id>
<content type='text'>
</content>
</entry>
</feed>
