<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/include, branch v5.0.0dev3</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/include?h=v5.0.0dev3</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/include?h=v5.0.0dev3'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2026-03-31T20:20:16Z</updated>
<entry>
<title>Merge branch 'insp4' into master.</title>
<updated>2026-03-31T20:20:16Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2026-03-31T20:19:40Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=02413c35dbfb7fe54e5b2eb83cd09ad8a4abeaf1'/>
<id>urn:sha1:02413c35dbfb7fe54e5b2eb83cd09ad8a4abeaf1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyright headers.</title>
<updated>2026-03-31T20:16:33Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2026-03-31T20:16:33Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=c079e220f9f915d829d9f516ac03213cc923f046'/>
<id>urn:sha1:c079e220f9f915d829d9f516ac03213cc923f046</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Kill the remaining uses of intptr_t.</title>
<updated>2026-03-30T14:23:18Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2026-03-30T14:23:18Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=7343c04c9a81a417f311985416e90714cd138751'/>
<id>urn:sha1:7343c04c9a81a417f311985416e90714cd138751</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix an inverted condition in SimpleExtItem::GetPtr.</title>
<updated>2026-03-30T11:01:48Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2026-03-30T11:01:48Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=227e29d3faa1ebce05bf0581d3263dc2707079ab'/>
<id>urn:sha1:227e29d3faa1ebce05bf0581d3263dc2707079ab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add methods to ListExtItem to encode individual elements.</title>
<updated>2026-03-29T23:38:26Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2026-03-29T23:01:25Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=4f7b43f7db9a4916f9b56505099a2529f7493bea'/>
<id>urn:sha1:4f7b43f7db9a4916f9b56505099a2529f7493bea</id>
<content type='text'>
This allows its use with non-string lists.
</content>
</entry>
<entry>
<title>Replace some C-style array usage with Modern C++.</title>
<updated>2026-03-29T17:22:50Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2026-03-29T17:22:50Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ad096125ae65e198e3f12ebe0d5583382bdf7685'/>
<id>urn:sha1:ad096125ae65e198e3f12ebe0d5583382bdf7685</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix various minor Doxygen issues.</title>
<updated>2026-03-29T16:49:30Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2026-03-29T16:38:11Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0755ad1143fc3847590571feba9dd38ada5779bd'/>
<id>urn:sha1:0755ad1143fc3847590571feba9dd38ada5779bd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move service types to their own namespace.</title>
<updated>2026-03-29T16:38:40Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2026-03-29T14:48:47Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=aed47513a5410a10ac9b477c621fbce425593c7f'/>
<id>urn:sha1:aed47513a5410a10ac9b477c621fbce425593c7f</id>
<content type='text'>
- ServiceProvider is now Service::Provider

- DataProvider is now Service::SimpleProvider (the old name does
  not really make sense now we don't have SERVICE_DATA and the
  only difference is automatic registration.

- Some members of ModuleManager have been elevated to the Service
  namespace in case other code wants to use them.
</content>
</entry>
<entry>
<title>Fix building on older versions of Clang.</title>
<updated>2026-03-29T14:05:27Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2026-03-29T14:00:11Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ee641b938dc97c03e645b6aef1f90a18be5629cf'/>
<id>urn:sha1:ee641b938dc97c03e645b6aef1f90a18be5629cf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove an obsolete overload of ConvToStr.</title>
<updated>2026-03-29T13:53:14Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2026-03-29T13:53:14Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=6671d07ce064f04f1eef7b1e24d67d715b45b7a7'/>
<id>urn:sha1:6671d07ce064f04f1eef7b1e24d67d715b45b7a7</id>
<content type='text'>
std::to_string is now defined by the C++ spec to use std::format
so we may as well just do FMT::format in all cases.
</content>
</entry>
</feed>
