<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/mode.cpp, branch v5.0.0dev4</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/src/mode.cpp?h=v5.0.0dev4</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/mode.cpp?h=v5.0.0dev4'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2026-03-29T16:38:40Z</updated>
<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>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>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>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>Fix unnecessarily calculating the service name for modes.</title>
<updated>2026-03-06T01:16:49Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2026-03-06T01:16:49Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=3b60159b3274edcb9e358849ad0ca92a10dfd803'/>
<id>urn:sha1:3b60159b3274edcb9e358849ad0ca92a10dfd803</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename ServiceProvider::creator to service_creator and add GetSource.</title>
<updated>2026-03-02T21:09:27Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2026-03-02T20:59:41Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=7110535309675a6579c57900ef75498bfb2e0ce6'/>
<id>urn:sha1:7110535309675a6579c57900ef75498bfb2e0ce6</id>
<content type='text'>
</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>
<entry>
<title>Add a numeric helper for ERR_NOPRIVILEGES.</title>
<updated>2026-02-26T19:53:21Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2026-02-26T19:52:02Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=cc3c9c7cb47589a72a0ff61a715bb17e246a10c5'/>
<id>urn:sha1:cc3c9c7cb47589a72a0ff61a715bb17e246a10c5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'insp4' into master.</title>
<updated>2025-12-07T20:55:20Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2025-12-07T20:55:20Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=79c01cb2a2615fbcb2a568d5a49c6d470459cf45'/>
<id>urn:sha1:79c01cb2a2615fbcb2a568d5a49c6d470459cf45</id>
<content type='text'>
</content>
</entry>
</feed>
