<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/modules/dccallow.cpp, 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/modules/dccallow.cpp?h=v5.0.0dev5</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/modules/dccallow.cpp?h=v5.0.0dev5'/>
<link rel='alternate' type='text/html' href='https://www.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://www.cgit.space/~steering/inspircd++.git/commit/?id=9bb55626d51f217466bc08104d2f32eb0bf57c02'/>
<id>urn:sha1:9bb55626d51f217466bc08104d2f32eb0bf57c02</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Switch dccallow to ValuePtr and Create.</title>
<updated>2026-03-29T23:38:26Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2026-03-29T23:20:04Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=5829bfcf7598d66117507702bcdc8d7875f48753'/>
<id>urn:sha1:5829bfcf7598d66117507702bcdc8d7875f48753</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://www.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://www.cgit.space/~steering/inspircd++.git/commit/?id=cbdcd051c63c4ff98dfb4ff45388e722f8d0a2de'/>
<id>urn:sha1:cbdcd051c63c4ff98dfb4ff45388e722f8d0a2de</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>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>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>Remove InValidMask as it only has one unnecessary use.</title>
<updated>2026-02-12T13:17:53Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2026-02-12T13:17:53Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=54eae2619c6227c78d624e09a05d41ca51a26f77'/>
<id>urn:sha1:54eae2619c6227c78d624e09a05d41ca51a26f77</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'insp4' into master.</title>
<updated>2025-12-07T20:55:20Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2025-12-07T20:55:20Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=79c01cb2a2615fbcb2a568d5a49c6d470459cf45'/>
<id>urn:sha1:79c01cb2a2615fbcb2a568d5a49c6d470459cf45</id>
<content type='text'>
</content>
</entry>
</feed>
