<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/include/modules/cloak.h, branch v5.0.0dev5</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/include/modules/cloak.h?h=v5.0.0dev5</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/include/modules/cloak.h?h=v5.0.0dev5'/>
<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>Switch typedefs to using statements.</title>
<updated>2026-03-26T22:24:16Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2026-03-26T22:24:16Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=cd2d667ca7d3d31dbcf1f3bf0717b744b11ec776'/>
<id>urn:sha1:cd2d667ca7d3d31dbcf1f3bf0717b744b11ec776</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rewrite sepstream and move to stringutils.</title>
<updated>2026-03-14T03:09:11Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2026-03-14T02:15:38Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=76f3f24c03c22576324e5af199d3e61d02a79b0d'/>
<id>urn:sha1:76f3f24c03c22576324e5af199d3e61d02a79b0d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix various minor Doxygen issues.</title>
<updated>2026-03-08T18:09:59Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2026-03-08T18:09:59Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f013eec2f295f88a0c5fad75785fd77fa4dfc45a'/>
<id>urn:sha1:f013eec2f295f88a0c5fad75785fd77fa4dfc45a</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 support for usernames in the cloaking system.</title>
<updated>2025-03-14T15:38:55Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2025-03-14T14:52:58Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=3c22f5d3cb15c08e7d9215bd4c53291ea9771b36'/>
<id>urn:sha1:3c22f5d3cb15c08e7d9215bd4c53291ea9771b36</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename Cloak::Method::Generate to Cloak::Method::Cloak.</title>
<updated>2025-03-14T12:46:48Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2025-03-14T12:45:12Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=829a467ade34a6a16b7a97c85f1d316b36a04c77'/>
<id>urn:sha1:829a467ade34a6a16b7a97c85f1d316b36a04c77</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove support for the v3 server protocol.</title>
<updated>2024-07-23T20:46:05Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2024-07-22T20:49:58Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=81ac8ff1b8b8fa7091a2c25359152b93d9d1a49d'/>
<id>urn:sha1:81ac8ff1b8b8fa7091a2c25359152b93d9d1a49d</id>
<content type='text'>
</content>
</entry>
</feed>
