<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/include/command.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/command.h?h=v5.0.0dev5</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/include/command.h?h=v5.0.0dev5'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2026-05-06T11:45:19Z</updated>
<entry>
<title>Make CommandBase::Params final.</title>
<updated>2026-05-06T11:45:19Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2026-05-06T11:45:19Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=c7acbc05d19315f54ca4eecfe0787ae062885491'/>
<id>urn:sha1:c7acbc05d19315f54ca4eecfe0787ae062885491</id>
<content type='text'>
</content>
</entry>
<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>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>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>Rework sending server protocol messages.</title>
<updated>2026-03-12T00:18:06Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2026-03-11T21:54:40Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=fcb3090055429a108b9837dbd4ba505d9c291129'/>
<id>urn:sha1:fcb3090055429a108b9837dbd4ba505d9c291129</id>
<content type='text'>
- Replace CmdBuilder with MessageBuilder. This has a less footgun
  API. All message building has to go through this now so we can
  implement other message formats in the future.

- Replace the message parsing in WriteLine with an analogue to
  PreProcessOldProtocolMessage. This should be much faster.

- Move parameter translation from the core to spanningtree.

- Change EncodeParameter to return the value instead of updating
  in place.

- Replace the OnBuild*Message events with one OnServerMessage that
  can now access all parts of the message and change them.
</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>Convert TranslateType to an enum class.</title>
<updated>2026-03-06T17:31:33Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2026-03-06T17:31:33Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0915b687bd9c03ffef6c88948265943bd0c2d959'/>
<id>urn:sha1:0915b687bd9c03ffef6c88948265943bd0c2d959</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Deduplicate command usability checks into Command::IsUsableBy.</title>
<updated>2026-03-05T04:20:52Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2026-03-05T04:20:52Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=fa0e1352faea9419fab094c4da0d6b2cdeb1fc83'/>
<id>urn:sha1:fa0e1352faea9419fab094c4da0d6b2cdeb1fc83</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Switch parameter count fields to use size_t.</title>
<updated>2026-03-02T22:29:58Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2026-03-02T22:21:18Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b3c94935814f4b2065ff5ffb4dd7ed5e0bd93c80'/>
<id>urn:sha1:b3c94935814f4b2065ff5ffb4dd7ed5e0bd93c80</id>
<content type='text'>
</content>
</entry>
</feed>
