<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/include, branch v4.0.0a10</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/include?h=v4.0.0a10</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/include?h=v4.0.0a10'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2022-04-30T16:48:12Z</updated>
<entry>
<title>Slim down the globally included files.</title>
<updated>2022-04-30T16:48:12Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-04-30T16:43:47Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=af1d0f6a4b003d30960dfb55d6bdb7dd6c61f97e'/>
<id>urn:sha1:af1d0f6a4b003d30960dfb55d6bdb7dd6c61f97e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Enable support for UNIX socket listeners on Windows.</title>
<updated>2022-04-30T15:26:31Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-04-30T15:11:41Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0e83e7997407b146a44a329dcd0a5c5249297a5c'/>
<id>urn:sha1:0e83e7997407b146a44a329dcd0a5c5249297a5c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Format enums with an underlying type like classes.</title>
<updated>2022-04-30T13:47:39Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-04-30T13:47:39Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0e7883dd962f16bbac1dd0b4b6a33de3c19ceca1'/>
<id>urn:sha1:0e7883dd962f16bbac1dd0b4b6a33de3c19ceca1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make the extban enums 8-bit.</title>
<updated>2022-04-29T21:07:42Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-04-29T21:07:42Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0e660314c3053e044932e306c12e7d653e5293ef'/>
<id>urn:sha1:0e660314c3053e044932e306c12e7d653e5293ef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'insp3' into master.</title>
<updated>2022-04-29T10:24:05Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-04-29T10:24:05Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d7912e6a3e17f9e9eec16ec8abd3cebc20f344b6'/>
<id>urn:sha1:d7912e6a3e17f9e9eec16ec8abd3cebc20f344b6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Release v3.13.0.</title>
<updated>2022-04-28T17:50:30Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-04-28T17:50:30Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b36bfce84f7e2c15850ab220407f5bf8ab7ad3ff'/>
<id>urn:sha1:b36bfce84f7e2c15850ab220407f5bf8ab7ad3ff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyright headers.</title>
<updated>2022-04-28T17:49:16Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2022-04-28T17:49:16Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=346ec99c430cbb4e57df0bc288a36316efc4e9ec'/>
<id>urn:sha1:346ec99c430cbb4e57df0bc288a36316efc4e9ec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'insp3' into master.</title>
<updated>2022-04-26T16:09:31Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-04-26T16:05:12Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=4f58176bc2383aa48314f5f6da07b8cc57012d21'/>
<id>urn:sha1:4f58176bc2383aa48314f5f6da07b8cc57012d21</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Only write to the pid file on boot.</title>
<updated>2022-04-23T08:57:52Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-04-23T08:46:28Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d682f3f2c962d4f6f986ade58cf3c1dc4adfbc67'/>
<id>urn:sha1:d682f3f2c962d4f6f986ade58cf3c1dc4adfbc67</id>
<content type='text'>
Being able to change this after first boot is error prone and does
not work well on system-wide installs where the server needs root
to write the file.

Closes #566.
</content>
</entry>
<entry>
<title>Remove a forward declaration for a non-existent type.</title>
<updated>2022-04-21T21:51:14Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-04-21T21:51:14Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=c886bc039535adacaae18e3c561b0c68b1f298d0'/>
<id>urn:sha1:c886bc039535adacaae18e3c561b0c68b1f298d0</id>
<content type='text'>
</content>
</entry>
</feed>
