<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/configparser.cpp, branch v4.0.0a17</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/src/configparser.cpp?h=v4.0.0a17</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/configparser.cpp?h=v4.0.0a17'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2022-11-28T02:57:50Z</updated>
<entry>
<title>Refactor the internals of the oper system.</title>
<updated>2022-11-28T02:57:50Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-11-27T07:32:42Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ee44af8d04f23b4a16c9b377764f930d69e575f7'/>
<id>urn:sha1:ee44af8d04f23b4a16c9b377764f930d69e575f7</id>
<content type='text'>
- Allow overriding privileges from the &lt;class&gt; blocks in the &lt;type&gt;
  and &lt;oper&gt; blocks.
- Separate oper types from oper accounts in the code. This enables
  moving some core stuff out of the config tag later.
- Merge the config tags together to make a synthetic tag that can
  have getXXX called on it instead of using getConfig and then
  converting it.
- Move the details of Have*Permission into the oper type class.
- Improve oper events to allow modules to easily hook into the oper
  system.
</content>
</entry>
<entry>
<title>Fix a compiler error on Alpine and macOS.</title>
<updated>2022-11-16T17:53:42Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-11-16T17:53:42Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=71fcab64a895944a0728c346700b0476897c1cf5'/>
<id>urn:sha1:71fcab64a895944a0728c346700b0476897c1cf5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'insp3' into master.</title>
<updated>2022-11-16T16:29:12Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-11-16T16:29:12Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=92739a57f6020f07fcc27b80f19869bd85369dcb'/>
<id>urn:sha1:92739a57f6020f07fcc27b80f19869bd85369dcb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix the previous commit on Windows.</title>
<updated>2022-11-09T16:12:53Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-11-09T16:10:44Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=783c2a0d0628fe8fd4e9cdcfc2b92fe4ccf450e6'/>
<id>urn:sha1:783c2a0d0628fe8fd4e9cdcfc2b92fe4ccf450e6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Log when the uid/gid of config files might be wrong.</title>
<updated>2022-11-08T21:43:44Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-11-08T21:42:26Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=6f58f0e1d42697df37e52ae7bf58d5ea7e83bbb5'/>
<id>urn:sha1:6f58f0e1d42697df37e52ae7bf58d5ea7e83bbb5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>More const correctness.</title>
<updated>2022-10-23T13:51:33Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-10-22T19:45:22Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=859088dac5b937208c7aff7fd3976bbc63329281'/>
<id>urn:sha1:859088dac5b937208c7aff7fd3976bbc63329281</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix various cases of the &amp;* being next to the name instead of type.</title>
<updated>2022-09-29T11:36:01Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-09-29T11:01:29Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=89537ed2ab22fcedb25e0378bd2c18e392911c0c'/>
<id>urn:sha1:89537ed2ab22fcedb25e0378bd2c18e392911c0c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix more warnings discovered with -Weverything.</title>
<updated>2022-09-05T20:14:36Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-09-05T20:14:36Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=2a0cce9d4680af924a2b53fb36731591340fffa9'/>
<id>urn:sha1:2a0cce9d4680af924a2b53fb36731591340fffa9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix some warnings noticed by the readability-* clang-tidy checkers.</title>
<updated>2022-09-03T22:17:05Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-09-03T21:52:53Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=9203f40f41e4a735d379d13867d277c696fb28c5'/>
<id>urn:sha1:9203f40f41e4a735d379d13867d277c696fb28c5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Modernize various minor legacy C++isms.</title>
<updated>2022-07-30T18:15:41Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-07-30T16:21:47Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=3c455a8511f8c72552afb6ebe35a8e7c9b9af979'/>
<id>urn:sha1:3c455a8511f8c72552afb6ebe35a8e7c9b9af979</id>
<content type='text'>
</content>
</entry>
</feed>
