<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/include/mode.h, branch upstream/master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://cgit.space/~steering/inspircd++.git/atom/include/mode.h?h=upstream%2Fmaster</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/include/mode.h?h=upstream%2Fmaster'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2026-06-15T15:59:06Z</updated>
<entry>
<title>Add ModeHandler::IsSameMode.</title>
<updated>2026-06-15T15:59:06Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2026-06-15T15:59:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=9c89a342c9dc2d535bed9410da41b6edb30b149b'/>
<id>urn:sha1:9c89a342c9dc2d535bed9410da41b6edb30b149b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove an unnecessary single use struct.</title>
<updated>2026-06-13T18:27:33Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2026-06-13T18:27:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=c41e083b0e96931f601d4bbf5d8c09175592bff9'/>
<id>urn:sha1:c41e083b0e96931f601d4bbf5d8c09175592bff9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use aggregate initialisation instead of memset.</title>
<updated>2026-06-13T15:15:30Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2026-06-13T11:40:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=844bf67829e9134858fbf5a7be1af913ba6a5564'/>
<id>urn:sha1:844bf67829e9134858fbf5a7be1af913ba6a5564</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update my email address.</title>
<updated>2026-06-06T12:22:54Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2026-06-06T12:22:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=0349d9b2d21f783a0a0b64b7b6687fbfbdef0362'/>
<id>urn:sha1:0349d9b2d21f783a0a0b64b7b6687fbfbdef0362</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://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://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://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://cgit.space/~steering/inspircd++.git/commit/?id=cd2d667ca7d3d31dbcf1f3bf0717b744b11ec776'/>
<id>urn:sha1:cd2d667ca7d3d31dbcf1f3bf0717b744b11ec776</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://cgit.space/~steering/inspircd++.git/commit/?id=458aee806731b45383ba7d09b6c6e88e60ebbf82'/>
<id>urn:sha1:458aee806731b45383ba7d09b6c6e88e60ebbf82</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://cgit.space/~steering/inspircd++.git/commit/?id=680242c4979d262298ad77a411810e16a0b8c5bc'/>
<id>urn:sha1:680242c4979d262298ad77a411810e16a0b8c5bc</id>
<content type='text'>
</content>
</entry>
</feed>
