<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/modules/setname.cpp, branch v5.0.0dev3</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://cgit.space/~steering/inspircd++.git/atom/modules/setname.cpp?h=v5.0.0dev3</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/modules/setname.cpp?h=v5.0.0dev3'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2026-03-31T20:20:16Z</updated>
<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://cgit.space/~steering/inspircd++.git/commit/?id=02413c35dbfb7fe54e5b2eb83cd09ad8a4abeaf1'/>
<id>urn:sha1:02413c35dbfb7fe54e5b2eb83cd09ad8a4abeaf1</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>Merge branch 'insp4' into master.</title>
<updated>2026-03-08T20:33:49Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2026-03-08T20:33:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=7a816085dc3bdcd6141df9b946c78a6963ff89c1'/>
<id>urn:sha1:7a816085dc3bdcd6141df9b946c78a6963ff89c1</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 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://cgit.space/~steering/inspircd++.git/commit/?id=cf3ce6cc23401f13869f5134227e50459f2b809d'/>
<id>urn:sha1:cf3ce6cc23401f13869f5134227e50459f2b809d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix regular users being told about server operator privileges.</title>
<updated>2026-03-01T18:07:35Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2026-03-01T18:07:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=44f528a12b528f58d77004ef18f0a1e35a5ead93'/>
<id>urn:sha1:44f528a12b528f58d77004ef18f0a1e35a5ead93</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge the chg* and set* modules.</title>
<updated>2026-03-01T18:05:14Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2026-03-01T16:13:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=f311ac1ecee20e164666e3d63a349c54c780aabd'/>
<id>urn:sha1:f311ac1ecee20e164666e3d63a349c54c780aabd</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>Merge branch 'insp4' into master.</title>
<updated>2025-03-29T04:33:29Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2025-03-29T04:31:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=8b5bccaa8c382cca1dfae3c985e6045f1c367e1f'/>
<id>urn:sha1:8b5bccaa8c382cca1dfae3c985e6045f1c367e1f</id>
<content type='text'>
</content>
</entry>
</feed>
