<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/configparser.cpp, branch v4.0.0a18</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.0a18</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/configparser.cpp?h=v4.0.0a18'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2023-01-01T13:19:45Z</updated>
<entry>
<title>Merge branch 'insp3' into master.</title>
<updated>2023-01-01T13:19:45Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-01-01T13:16:48Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d048778f789e8977506668631dab649426ca01ce'/>
<id>urn:sha1:d048778f789e8977506668631dab649426ca01ce</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix some minor config parser error messages.</title>
<updated>2022-12-31T18:27:50Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-12-31T18:24:22Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b310c28aff053968a601ef6d26925f39fdd6375a'/>
<id>urn:sha1:b310c28aff053968a601ef6d26925f39fdd6375a</id>
<content type='text'>
- Fix starting the column count for the first line on one instead
  of zero. This is incremented when reading the first character so
  starting at 1 causes an off by one error.

- Fix showing "last tag was on line ..." message when there is an
  error before any tags.
</content>
</entry>
<entry>
<title>Update copyright headers.</title>
<updated>2022-12-30T11:31:28Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2022-12-30T11:31:28Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=2b810b412aeee2d9c79d97fa54a80e317981a6d8'/>
<id>urn:sha1:2b810b412aeee2d9c79d97fa54a80e317981a6d8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rework the levels things are logged at to make more sense.</title>
<updated>2022-12-18T13:43:33Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-12-18T13:43:33Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d8b4414ee18be69eb7c6c491587e4895dc995fac'/>
<id>urn:sha1:d8b4414ee18be69eb7c6c491587e4895dc995fac</id>
<content type='text'>
</content>
</entry>
<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>
</feed>
