<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/modules/cloak_custom.cpp, branch v5.0.0dev4</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://cgit.space/~steering/inspircd++.git/atom/modules/cloak_custom.cpp?h=v5.0.0dev4</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/modules/cloak_custom.cpp?h=v5.0.0dev4'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2026-04-30T22:20:14Z</updated>
<entry>
<title>Switch ascii comparisons over to our own casemap functions.</title>
<updated>2026-04-30T22:20:14Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2026-04-30T21:29:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=9bb55626d51f217466bc08104d2f32eb0bf57c02'/>
<id>urn:sha1:9bb55626d51f217466bc08104d2f32eb0bf57c02</id>
<content type='text'>
</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 the extensible system to using shared pointers.</title>
<updated>2026-03-27T13:10:26Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2026-03-27T13:10:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=cbdcd051c63c4ff98dfb4ff45388e722f8d0a2de'/>
<id>urn:sha1:cbdcd051c63c4ff98dfb4ff45388e722f8d0a2de</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://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://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>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://cgit.space/~steering/inspircd++.git/commit/?id=7110535309675a6579c57900ef75498bfb2e0ce6'/>
<id>urn:sha1:7110535309675a6579c57900ef75498bfb2e0ce6</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://cgit.space/~steering/inspircd++.git/commit/?id=a1d25d2c14161d5eb466c14c936688fcc36a5a2f'/>
<id>urn:sha1:a1d25d2c14161d5eb466c14c936688fcc36a5a2f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename newhash to hash now its the only option.</title>
<updated>2025-04-05T23:45:31Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2025-04-05T23:40:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=f945fd31e4e7114433e23e663a106e652af08e45'/>
<id>urn:sha1:f945fd31e4e7114433e23e663a106e652af08e45</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add the new hashing interface, port consumer modules to use it.</title>
<updated>2025-04-05T23:35:36Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2025-04-05T12:16:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=e276c7084d4d330370454adfea40679e9c3cd874'/>
<id>urn:sha1:e276c7084d4d330370454adfea40679e9c3cd874</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add the cloak_custom module.</title>
<updated>2025-03-14T22:46:59Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2025-03-14T18:58:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=e4c99af2ea7c5c107d5260223072185f181f885f'/>
<id>urn:sha1:e4c99af2ea7c5c107d5260223072185f181f885f</id>
<content type='text'>
</content>
</entry>
</feed>
