<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/include, 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/include?h=v4.3.0</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/include?h=v4.3.0'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2024-09-07T10:14:08Z</updated>
<entry>
<title>Release v4.3.0.</title>
<updated>2024-09-07T10:14:08Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2024-09-07T10:14:08Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=83e142fa2fba41a8e2f56fcfcf02de16af5d215e'/>
<id>urn:sha1:83e142fa2fba41a8e2f56fcfcf02de16af5d215e</id>
<content type='text'>
</content>
</entry>
<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>Const correct the xline header.</title>
<updated>2024-09-03T10:09:54Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2024-09-03T10:09:54Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=591cb8e0b9dc49753143d35e26251ea4a24b0e8f'/>
<id>urn:sha1:591cb8e0b9dc49753143d35e26251ea4a24b0e8f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use auto in GetLevelRequired and GetSyntax.</title>
<updated>2024-08-29T13:15:02Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2024-08-29T13:15:02Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=42b46e794f86c562800ddfd663b149014a9b1470'/>
<id>urn:sha1:42b46e794f86c562800ddfd663b149014a9b1470</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Deprecate the raw overload of GenRandomStr in favour of GenRandom.</title>
<updated>2024-08-27T15:31:38Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2024-08-27T15:20:49Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=3f7a7df7409e177f158bdd677321e4a61eb6a440'/>
<id>urn:sha1:3f7a7df7409e177f158bdd677321e4a61eb6a440</id>
<content type='text'>
The raw overload was almost always misused where GenRandom would
be better.

While we're making changes to this code switch the printable mode
to use a static array like Anope does.
</content>
</entry>
<entry>
<title>Fix the argument to BindPorts not being documented.</title>
<updated>2024-08-27T14:09:40Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2024-08-27T14:09:40Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=1302f6ee6d0637df63beab1d38825547fbd0fc13'/>
<id>urn:sha1:1302f6ee6d0637df63beab1d38825547fbd0fc13</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix measuring the CPU load on Windows.</title>
<updated>2024-08-27T13:48:28Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2024-08-27T13:48:28Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=491d82677d271a89a8f83f180f3afd9c90c0c5ba'/>
<id>urn:sha1:491d82677d271a89a8f83f180f3afd9c90c0c5ba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Redocument ServerStats and switch members to use size_t.</title>
<updated>2024-08-27T13:47:35Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2024-08-27T13:47:35Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=56b9a4e48ef2405ec86ada3c282524caa2903b35'/>
<id>urn:sha1:56b9a4e48ef2405ec86ada3c282524caa2903b35</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change InspIRCd::ProcessColors to take a string instead of a vector.</title>
<updated>2024-08-27T13:29:56Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2024-08-27T13:29:56Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e6ea9f7d4a4bf015524749da6ffeecf1d15c9268'/>
<id>urn:sha1:e6ea9f7d4a4bf015524749da6ffeecf1d15c9268</id>
<content type='text'>
This is more useful for how MOTDs are processed now as we iterate
through them anyway and this allows us to avoid a needless second
iteration.
</content>
</entry>
<entry>
<title>Fix a minor doxygen warning.</title>
<updated>2024-08-27T12:32:30Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2024-08-27T12:32:30Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=8b02fef312187b89c446d7a03274eb3946e2eef0'/>
<id>urn:sha1:8b02fef312187b89c446d7a03274eb3946e2eef0</id>
<content type='text'>
</content>
</entry>
</feed>
