<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/include, branch v3.9.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://cgit.space/~steering/inspircd++.git/atom/include?h=v3.9.0</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/include?h=v3.9.0'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2021-02-26T07:00:33Z</updated>
<entry>
<title>Release v3.9.0.</title>
<updated>2021-02-26T07:00:33Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-02-26T07:00:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=9ecea89f1251299a5431797976a7f1603f3c4bf8'/>
<id>urn:sha1:9ecea89f1251299a5431797976a7f1603f3c4bf8</id>
<content type='text'>
</content>
</entry>
<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>Implement support for multi-prefix on WHOIS.</title>
<updated>2021-02-25T20:10:34Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-02-25T20:06:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=0db24252fd119cafee34f1bfa023763fcdd7ebf5'/>
<id>urn:sha1:0db24252fd119cafee34f1bfa023763fcdd7ebf5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow a statusmsg to have multiple statuses and pick the lowest.</title>
<updated>2021-02-25T06:47:34Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-02-25T06:47:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=61225fa14fe0c8335cbfec7a9764cfc3f31936bc'/>
<id>urn:sha1:61225fa14fe0c8335cbfec7a9764cfc3f31936bc</id>
<content type='text'>
This is pretty much useless but other implementations support it
so we have to also support it for compatibility.
</content>
</entry>
<entry>
<title>Fix the numeric sent when a U-lined alias target is not online.</title>
<updated>2021-02-18T04:10:14Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-02-18T04:10:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=67215adc97f70b86300833ce891b47ba8fadd92c'/>
<id>urn:sha1:67215adc97f70b86300833ce891b47ba8fadd92c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix using the TR1 headers on compilers that support C++17.</title>
<updated>2021-02-01T17:00:19Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-02-01T17:00:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=5b21a60a9d96827d6822c56b2dfdf08dbce5867f'/>
<id>urn:sha1:5b21a60a9d96827d6822c56b2dfdf08dbce5867f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add &lt;dns:enabled&gt;; allows disabling DNS lookups entirely.</title>
<updated>2021-01-19T08:42:44Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-01-19T08:42:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=a601cf2f0d9754e4bb11a28ce8954a86ad4e367e'/>
<id>urn:sha1:a601cf2f0d9754e4bb11a28ce8954a86ad4e367e</id>
<content type='text'>
Ref: #1839.
</content>
</entry>
<entry>
<title>Allow converting a Cap::Reference to a Cap::Capability*.</title>
<updated>2021-01-19T08:11:01Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-01-19T08:11:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=ebe3e3f3cfef79e5b92b4c1d8fc9913dac4ddf43'/>
<id>urn:sha1:ebe3e3f3cfef79e5b92b4c1d8fc9913dac4ddf43</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>Implement support for more XML and IRC colour code escapes.</title>
<updated>2021-01-07T11:53:58Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-01-07T11:36:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=8d6b550e0b30983886dc240fd3261fae786d5693'/>
<id>urn:sha1:8d6b550e0b30983886dc240fd3261fae786d5693</id>
<content type='text'>
</content>
</entry>
</feed>
