<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/configreader.cpp, branch v4.0.0a23</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://cgit.space/~steering/inspircd++.git/atom/src/configreader.cpp?h=v4.0.0a23</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/src/configreader.cpp?h=v4.0.0a23'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2023-07-25T08:48:50Z</updated>
<entry>
<title>Also allow suffixing with -line[d] if an X-line is two characters.</title>
<updated>2023-07-25T08:48:50Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-07-25T08:48:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=3f3c2583beae75ad47e782596788bc60ce8097bb'/>
<id>urn:sha1:3f3c2583beae75ad47e782596788bc60ce8097bb</id>
<content type='text'>
This makes things easier for modules like require_auth in contrib
which has a GA-line.
</content>
</entry>
<entry>
<title>Make the X-line quit message format a lot more flexible.</title>
<updated>2023-07-21T17:12:46Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-07-21T17:12:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=e6d342d89ff25747da9fd45e7f04a861ee4d2e54'/>
<id>urn:sha1:e6d342d89ff25747da9fd45e7f04a861ee4d2e54</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Simplify the codes that InspIRCd can exit with.</title>
<updated>2023-07-13T13:07:26Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-07-13T12:31:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=b4e3e973297db456f0ba8d7fdb8bbfc9c8426ea7'/>
<id>urn:sha1:b4e3e973297db456f0ba8d7fdb8bbfc9c8426ea7</id>
<content type='text'>
The custom codes that InspIRCd exits with are not very useful and can confuse init systems like systemd which assume that certain
exit codes mean certain things. INSPIRCD_BINARY_EXIT was a workaround
for this in v3 but considering thatsers have to check the logs anyway
so we may as well just use EXIT_SUCCESS and EXIT_FAILURE.
</content>
</entry>
<entry>
<title>Fix some issues with ReadFile.</title>
<updated>2023-07-12T14:25:13Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-07-12T14:25:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=4ce688f4708156d02fc665dfc5f59a650972a6f9'/>
<id>urn:sha1:4ce688f4708156d02fc665dfc5f59a650972a6f9</id>
<content type='text'>
- Fix invalidating invoking undefined behaviour when a file is not
  already cached.
- Fix memory corruption caused by assigning a bool to a string.
</content>
</entry>
<entry>
<title>Remove rang and use fmtlib for printing coloured messages.</title>
<updated>2023-07-12T01:29:04Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-07-12T01:04:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=f0d817cf39987e7b7548863c86beac29440ab7c6'/>
<id>urn:sha1:f0d817cf39987e7b7548863c86beac29440ab7c6</id>
<content type='text'>
This supports more platforms (e.g. Haiku) and is actually still
maintained unlike the former.

All of this code should really be cleaned up for release (maybe by
adding something like Anope's LOG_CONSOLE) but for now I've just
replaced it with the fmtlib equivalent.
</content>
</entry>
<entry>
<title>Replace FileReader with something more sensible.</title>
<updated>2023-07-03T17:43:58Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-07-03T16:26:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=386f0dafd55897723356c75299cd02ed0b882f5b'/>
<id>urn:sha1:386f0dafd55897723356c75299cd02ed0b882f5b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make MaxTargets a size_t.</title>
<updated>2023-07-03T17:43:31Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-07-03T14:27:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=fc160b34142dd0645ea914fe5af40be2cf25cff7'/>
<id>urn:sha1:fc160b34142dd0645ea914fe5af40be2cf25cff7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refactor the ServerConfig class.</title>
<updated>2023-07-03T17:43:24Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-07-03T14:22:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=130966707f0c59ef8948b31ee6633025ae8fb647'/>
<id>urn:sha1:130966707f0c59ef8948b31ee6633025ae8fb647</id>
<content type='text'>
All fields are now ordered in the most memory efficient way and all
public fields use the correct case. Every member has been redocumented
to match the current documentation style.
</content>
</entry>
<entry>
<title>Move ServerLimits inside ServerConfig.</title>
<updated>2023-07-03T13:29:09Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-07-03T12:39:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=d739f3c12605d705932a5f649d08b9b57d0b963f'/>
<id>urn:sha1:d739f3c12605d705932a5f649d08b9b57d0b963f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge the svshold module into the services module.</title>
<updated>2023-07-01T13:01:21Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-07-01T12:43:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=65a0c1430e86ac7a65c9cf51ca6217d48d286e10'/>
<id>urn:sha1:65a0c1430e86ac7a65c9cf51ca6217d48d286e10</id>
<content type='text'>
</content>
</entry>
</feed>
