<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/coremods, branch v4.0.0a25</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/src/coremods?h=v4.0.0a25</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/coremods?h=v4.0.0a25'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2024-02-19T13:01:52Z</updated>
<entry>
<title>Fix a missing include in core_oper.</title>
<updated>2024-02-19T13:01:52Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2024-02-19T13:01:42Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=5638b7bb87a36c89c4ea4d6c4ba948fa733f202d'/>
<id>urn:sha1:5638b7bb87a36c89c4ea4d6c4ba948fa733f202d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>If a user has an oper connect class then reset it when de-opering.</title>
<updated>2024-02-19T12:27:28Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2024-02-19T12:27:28Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=57368bd9811b11de0a24e871253f3ab4ee008d1f'/>
<id>urn:sha1:57368bd9811b11de0a24e871253f3ab4ee008d1f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Split ExtBan::Acting from ExtBan::ActingBase.</title>
<updated>2024-02-15T14:53:52Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-08-14T12:56:52Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=3b1e4f1b5ff4a6c832bd5cde78807825d8e3be93'/>
<id>urn:sha1:3b1e4f1b5ff4a6c832bd5cde78807825d8e3be93</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Redocument the server operator mode handler.</title>
<updated>2023-09-29T10:28:38Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-09-28T15:18:05Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=9cda1b964dc391b9b30d69d2ba6e7f08138ce1a4'/>
<id>urn:sha1:9cda1b964dc391b9b30d69d2ba6e7f08138ce1a4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve the server operator message when a server operator logs out.</title>
<updated>2023-09-26T08:34:02Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-09-26T08:34:02Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=690915da754559a05b79d576476505845323ad6e'/>
<id>urn:sha1:690915da754559a05b79d576476505845323ad6e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move TokenList back to its own header and move INSP_FORMAT to compat.</title>
<updated>2023-09-03T17:46:48Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-09-03T17:40:03Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=2f36d0aa2da8b03d525b484228813fbb35f3e35e'/>
<id>urn:sha1:2f36d0aa2da8b03d525b484228813fbb35f3e35e</id>
<content type='text'>
This allows making stringutils an optional header given that most
of it is not used by most of the codebase.
</content>
</entry>
<entry>
<title>Fix showing command list when a user has the servers/auspex priv.</title>
<updated>2023-08-20T17:05:06Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-08-20T17:05:06Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ea849663283fc5cd037e2057d382f0798f321efd'/>
<id>urn:sha1:ea849663283fc5cd037e2057d382f0798f321efd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix list modes unintentionally being case sensitive.</title>
<updated>2023-08-12T07:41:24Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-08-12T07:41:24Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=2953c643e7e57899cc4336177b8fca790211f363'/>
<id>urn:sha1:2953c643e7e57899cc4336177b8fca790211f363</id>
<content type='text'>
Closes #907.
</content>
</entry>
<entry>
<title>Rename the error log level to critical.</title>
<updated>2023-08-11T11:39:49Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-08-11T11:39:49Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f73e9e606b61324f4ac34d3f506b7cbaf87713c7'/>
<id>urn:sha1:f73e9e606b61324f4ac34d3f506b7cbaf87713c7</id>
<content type='text'>
"ERROR" is apparently defined by more than just Windows. Let's
pick a different name which is less likely to cause collisions.
</content>
</entry>
<entry>
<title>Update usages of stdalgo::string::equalsci to use insp::equalsci.</title>
<updated>2023-08-11T11:03:09Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-08-05T11:02:14Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=681b488fc0ebca964eddf2a54575dc41901bc520'/>
<id>urn:sha1:681b488fc0ebca964eddf2a54575dc41901bc520</id>
<content type='text'>
</content>
</entry>
</feed>
