<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/modules/spanningtree/main.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/spanningtree/main.cpp?h=v5.0.0dev3</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/modules/spanningtree/main.cpp?h=v5.0.0dev3'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2026-03-29T23:38:26Z</updated>
<entry>
<title>Stop deleting the spanningtree utilities on unload.</title>
<updated>2026-03-29T23:38:26Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2026-03-29T23:05:12Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=6d5a90fb6c36f46b947cb2c2fa9a56ef64485dfa'/>
<id>urn:sha1:6d5a90fb6c36f46b947cb2c2fa9a56ef64485dfa</id>
<content type='text'>
This is not an owning pointer now.
</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>Move CUList to be declared inside User.</title>
<updated>2026-03-26T22:52:31Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2026-03-26T22:52:31Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=5c9b23907a3cbffdcf940582afa2e9805f99e1a8'/>
<id>urn:sha1:5c9b23907a3cbffdcf940582afa2e9805f99e1a8</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>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>Switch Reply::Type to be an enum instead of an enum class.</title>
<updated>2026-03-05T17:07:09Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2026-03-05T17:03:09Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=35d04834c9d17b63cc859bf1ecebd2704f9ee741'/>
<id>urn:sha1:35d04834c9d17b63cc859bf1ecebd2704f9ee741</id>
<content type='text'>
This is shorter and its fully disambiguated anyway.
</content>
</entry>
<entry>
<title>Move the event/ prefix of events to the parent class.</title>
<updated>2026-03-02T13:08:47Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2026-03-02T13:06:35Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ac7a020b5a00227fee1971c599db716be1c53b40'/>
<id>urn:sha1:ac7a020b5a00227fee1971c599db716be1c53b40</id>
<content type='text'>
</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>Move standard replies to the core and add remote reply support.</title>
<updated>2026-03-01T01:28:41Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2026-03-01T01:28:41Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=a1d25d2c14161d5eb466c14c936688fcc36a5a2f'/>
<id>urn:sha1:a1d25d2c14161d5eb466c14c936688fcc36a5a2f</id>
<content type='text'>
</content>
</entry>
</feed>
