<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/channels.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/src/channels.cpp?h=v5.0.0dev5</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/channels.cpp?h=v5.0.0dev5'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2026-03-26T22:52:31Z</updated>
<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>Move &lt;options:defaultmodes&gt; to &lt;channels&gt; and rework.</title>
<updated>2026-03-12T15:38:54Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2026-03-12T15:15:38Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=7ed7c7ba0dfd3f73a7d8a621988d7e99f07a23ef'/>
<id>urn:sha1:7ed7c7ba0dfd3f73a7d8a621988d7e99f07a23ef</id>
<content type='text'>
- The default prefix modes are now separate from the default channel
  modes. This should result in less accidentally broken configs.

- The privs are now pre-parsed to a list of mode references. This
  should improve performance slightly as the repeated mode lookups
  are gone. It also allows us to write warnings to the debug log
  when the default privs are invalid.

- Channels can now have a default topic.
</content>
</entry>
<entry>
<title>Make the ban checking functions able to check any list mode.</title>
<updated>2026-03-08T20:20:58Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2026-03-08T20:20:58Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=fa3c7849d3ab085cdb31ea2fa846436d7ed5f642'/>
<id>urn:sha1:fa3c7849d3ab085cdb31ea2fa846436d7ed5f642</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>Massive rework of how internal service providers work.</title>
<updated>2026-03-02T19:01:01Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2026-02-27T21:13:21Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0c02218d0666397c6ba2b8c0097df83f83d1f50f'/>
<id>urn:sha1:0c02218d0666397c6ba2b8c0097df83f83d1f50f</id>
<content type='text'>
- ServiceType is dead. All modules use RegisterService now.
- Modules can implement UnregisterService which is called from
  DelService now.
- Split the service type prefix into its own field.
- Renamed Service::name to Service::service_name. This revealed
  a few bugs.
</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>Add join time to the membership identifier.</title>
<updated>2025-12-28T00:12:57Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2025-12-28T00:12:57Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=695975cdb3371d3cd297e97ea2ec2d6b36405716'/>
<id>urn:sha1:695975cdb3371d3cd297e97ea2ec2d6b36405716</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add &lt;security:banrealmask&gt;.</title>
<updated>2025-04-16T11:13:11Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2025-04-16T11:13:11Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=a3e736de1d3b6423e88b58506c0bfbe89dec3bd3'/>
<id>urn:sha1:a3e736de1d3b6423e88b58506c0bfbe89dec3bd3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyright headers.</title>
<updated>2025-02-28T14:30:22Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2025-02-28T13:42:05Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=cdd3226befacd40c07b5c987cf93d0626df8d287'/>
<id>urn:sha1:cdd3226befacd40c07b5c987cf93d0626df8d287</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Convert debug logging from string concatenation to format strings.</title>
<updated>2025-01-23T16:35:32Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2025-01-23T16:35:32Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b9fee8b43dc1903ecb08c81405fb83295fc64db9'/>
<id>urn:sha1:b9fee8b43dc1903ecb08c81405fb83295fc64db9</id>
<content type='text'>
When running in normal mode this will prevent a bunch of expensive
string concatenation.
</content>
</entry>
</feed>
