<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/configreader.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/src/configreader.cpp?h=v5.0.0dev3</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/configreader.cpp?h=v5.0.0dev3'/>
<link rel='alternate' type='text/html' href='https://www.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://www.cgit.space/~steering/inspircd++.git/commit/?id=02413c35dbfb7fe54e5b2eb83cd09ad8a4abeaf1'/>
<id>urn:sha1:02413c35dbfb7fe54e5b2eb83cd09ad8a4abeaf1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyright headers.</title>
<updated>2026-03-31T20:16:33Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2026-03-31T20:16:33Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=c079e220f9f915d829d9f516ac03213cc923f046'/>
<id>urn:sha1:c079e220f9f915d829d9f516ac03213cc923f046</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>Merge branch 'insp4' into master.</title>
<updated>2026-03-19T15:39:35Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2026-03-19T15:39:35Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=5354311f2e6137468d9e5a9960106c9fd5c857b6'/>
<id>urn:sha1:5354311f2e6137468d9e5a9960106c9fd5c857b6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Expose the maximum channel key length to services.</title>
<updated>2026-03-19T14:52:07Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2026-03-19T14:52:07Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=54ed26d057f79620ca1c7e518e65f39c0b8fde1c'/>
<id>urn:sha1:54ed26d057f79620ca1c7e518e65f39c0b8fde1c</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>Move &lt;options:maskinlist&gt; and &lt;options:maskintopic&gt; to &lt;channels&gt;.</title>
<updated>2026-03-12T15:39:40Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2026-03-12T15:29:39Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=bdeb21e98517638d43e5404f3d1e56a490176f1e'/>
<id>urn:sha1:bdeb21e98517638d43e5404f3d1e56a490176f1e</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>Fix some missing module compat entries.</title>
<updated>2026-03-12T01:10:05Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2026-03-12T01:10:05Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e9664f13ebac1de56fb28bd6483779a988aac28a'/>
<id>urn:sha1:e9664f13ebac1de56fb28bd6483779a988aac28a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Banish banredirect to contrib, always enable the redirect: extban.</title>
<updated>2026-03-09T18:20:12Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2026-03-09T18:20:12Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=bcc2e1dcc1709cb9b47a7240932099a9206a7011'/>
<id>urn:sha1:bcc2e1dcc1709cb9b47a7240932099a9206a7011</id>
<content type='text'>
</content>
</entry>
</feed>
