<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/make/template, branch v3.10.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://cgit.space/~steering/inspircd++.git/atom/make/template?h=v3.10.0</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/make/template?h=v3.10.0'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2021-02-26T06:58:13Z</updated>
<entry>
<title>Update copyright headers.</title>
<updated>2021-02-26T06:58:13Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2021-02-26T06:58:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=1bf7ca389426e196697eba9a8b60277db03fbedb'/>
<id>urn:sha1:1bf7ca389426e196697eba9a8b60277db03fbedb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix the base path being used for more than just the install prefix.</title>
<updated>2021-01-31T14:38:46Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-01-31T14:33:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=55a0a6ab66739fae65d123fadff1a31d96999c16'/>
<id>urn:sha1:55a0a6ab66739fae65d123fadff1a31d96999c16</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix bitshift in INSPIRCD_VERSION_SINCE.</title>
<updated>2021-01-30T17:31:40Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-01-30T17:31:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=10714b0ded0ff1304034bb3c2eab9ef5fb163616'/>
<id>urn:sha1:10714b0ded0ff1304034bb3c2eab9ef5fb163616</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove unnecessary chdirs in the helper script.</title>
<updated>2021-01-29T15:01:37Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-01-29T15:01:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=ce05e885a9258139eb7b076c29a70b5f8d366209'/>
<id>urn:sha1:ce05e885a9258139eb7b076c29a70b5f8d366209</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Always use for in Perl modules.</title>
<updated>2021-01-29T13:46:37Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-01-29T13:46:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=2fceea41e8eefe0e109d7b7de445589bfd2a49ef'/>
<id>urn:sha1:2fceea41e8eefe0e109d7b7de445589bfd2a49ef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a new runtime directory and move the pid file to it.</title>
<updated>2021-01-18T07:05:27Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-01-18T06:56:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=a59ed4b39443eb788c15c65501898ca374387e2e'/>
<id>urn:sha1:a59ed4b39443eb788c15c65501898ca374387e2e</id>
<content type='text'>
The data directory is intended for persistent files whereas the pid
file is ephemeral. This distinction doesn't matter by default but
on system-wide installs ephemeral runtime files go in /var/run or
/run instead.
</content>
</entry>
<entry>
<title>Use the builtin Perl kill function not system.</title>
<updated>2020-12-31T22:54:50Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2020-12-28T19:40:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=dac5a72ac3289c43ba37495ab8966b4b3861e9a1'/>
<id>urn:sha1:dac5a72ac3289c43ba37495ab8966b4b3861e9a1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace the SERVER stub command with something actually useful.</title>
<updated>2020-12-20T04:04:36Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2020-12-20T04:04:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=aa0221d87ca355d5021f81f8f65cf6a47bc93c38'/>
<id>urn:sha1:aa0221d87ca355d5021f81f8f65cf6a47bc93c38</id>
<content type='text'>
This will typically never be reached because the remote will wait
until it receives a CAPAB response before sending SERVER. Instead
replace it with a CAPAB stub command that quits servers with a
helpful message.
</content>
</entry>
<entry>
<title>Make people aware that they can get support on GitHub now.</title>
<updated>2020-12-09T02:03:44Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2020-12-09T02:02:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=90d819682d1c4aa179851ee16738da15dbe79dfd'/>
<id>urn:sha1:90d819682d1c4aa179851ee16738da15dbe79dfd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove an obsolete comment about BSD Make.</title>
<updated>2020-11-12T20:33:42Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2020-11-12T20:33:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=3ed008345e8f71c5e0ac271555ecef67cb7bee4e'/>
<id>urn:sha1:3ed008345e8f71c5e0ac271555ecef67cb7bee4e</id>
<content type='text'>
</content>
</entry>
</feed>
