<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/modules/services.cpp, 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/modules/services.cpp?h=v5.0.0dev3</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/modules/services.cpp?h=v5.0.0dev3'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2026-03-29T00:42:15Z</updated>
<entry>
<title>Switch modules from reference&lt;&gt; to shared_ptr&lt;&gt; and weak_ptr&lt;&gt;.</title>
<updated>2026-03-29T00:42:15Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2026-03-28T21:32:23Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=cbc5431d62e3fe9166f18395dce3ddf2af0906d3'/>
<id>urn:sha1:cbc5431d62e3fe9166f18395dce3ddf2af0906d3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use server tracking from the services module in the sasl module.</title>
<updated>2026-03-25T12:22:59Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2026-03-25T12:22:59Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=a837d0c46b018c4e66ef9b4f85544a411346ba1d'/>
<id>urn:sha1:a837d0c46b018c4e66ef9b4f85544a411346ba1d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename servprotect to protect.</title>
<updated>2026-03-19T13:57:19Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2026-03-19T13:57:19Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e3b731e3629265e20e8369e22913d75e7b4496c3'/>
<id>urn:sha1:e3b731e3629265e20e8369e22913d75e7b4496c3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve support for renaming modes.</title>
<updated>2026-03-19T13:56:39Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2026-03-19T13:56:39Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=458aee806731b45383ba7d09b6c6e88e60ebbf82'/>
<id>urn:sha1:458aee806731b45383ba7d09b6c6e88e60ebbf82</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change ServerList to return a list of Server* not a duplicate class.</title>
<updated>2026-03-15T17:14:40Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2026-03-15T12:52:55Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=4c8dd6a6758019b253bf584f62864870de8de999'/>
<id>urn:sha1:4c8dd6a6758019b253bf584f62864870de8de999</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Clean up the casemapping checking and comparison code.</title>
<updated>2026-03-13T21:46:42Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2026-03-13T21:46:42Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=680242c4979d262298ad77a411810e16a0b8c5bc'/>
<id>urn:sha1:680242c4979d262298ad77a411810e16a0b8c5bc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make the ban checking functions able to check any list mode.</title>
<updated>2026-03-08T20:20:58Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2026-03-08T20:20:58Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=fa3c7849d3ab085cdb31ea2fa846436d7ed5f642'/>
<id>urn:sha1:fa3c7849d3ab085cdb31ea2fa846436d7ed5f642</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace IS_* with member functions.</title>
<updated>2026-03-08T17:47:44Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2026-03-08T17:01:22Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=bb1e5a7b60ea200ddae99f263a38a219879f9617'/>
<id>urn:sha1:bb1e5a7b60ea200ddae99f263a38a219879f9617</id>
<content type='text'>
- All user types get an Is* function.
- Only local users are cast using the old function so only local
  users get an As* function.
</content>
</entry>
<entry>
<title>Massive rework of how internal service providers work.</title>
<updated>2026-03-02T19:01:01Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2026-02-27T21:13:21Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0c02218d0666397c6ba2b8c0097df83f83d1f50f'/>
<id>urn:sha1:0c02218d0666397c6ba2b8c0097df83f83d1f50f</id>
<content type='text'>
- ServiceType is dead. All modules use RegisterService now.
- Modules can implement UnregisterService which is called from
  DelService now.
- Split the service type prefix into its own field.
- Renamed Service::name to Service::service_name. This revealed
  a few bugs.
</content>
</entry>
<entry>
<title>Rename ServiceProvider methods to avoid shadowing issues.</title>
<updated>2026-03-02T12:40:52Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2026-03-02T12:40:52Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=cf3ce6cc23401f13869f5134227e50459f2b809d'/>
<id>urn:sha1:cf3ce6cc23401f13869f5134227e50459f2b809d</id>
<content type='text'>
</content>
</entry>
</feed>
