<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/include/logging.h, branch v4.0.0a22</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/include/logging.h?h=v4.0.0a22</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/include/logging.h?h=v4.0.0a22'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2023-01-24T00:12:57Z</updated>
<entry>
<title>Convert log calls to use fmtlib format strings</title>
<updated>2023-01-24T00:12:57Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-01-23T23:48:09Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=206d31de85192353d03c74766e80513a87dc49b4'/>
<id>urn:sha1:206d31de85192353d03c74766e80513a87dc49b4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace VAFORMAT/InspIRCd::Format/... with fmt::sprintf.</title>
<updated>2023-01-23T13:07:53Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-01-23T09:37:15Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=7edc627317599950cbbc7442f5d0c781203a014b'/>
<id>urn:sha1:7edc627317599950cbbc7442f5d0c781203a014b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move NotifyRawIO to the Log namespace.</title>
<updated>2023-01-22T22:52:30Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-01-22T22:49:15Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d4efd2677f9aec2ddcab267780f22a11a53af41f'/>
<id>urn:sha1:d4efd2677f9aec2ddcab267780f22a11a53af41f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix Cloak::Method and Log::Method being needlessly Cullable.</title>
<updated>2023-01-18T14:57:57Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-01-18T14:54:04Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=9ed53d543ffab5666986e704eae1c1977734fb90'/>
<id>urn:sha1:9ed53d543ffab5666986e704eae1c1977734fb90</id>
<content type='text'>
If a method needs to be cullable it can inherit from that type and
pass Cullable::Deleter as a custom deleter to the shared_ptr.
</content>
</entry>
<entry>
<title>Make some functions that don't use `this` static.</title>
<updated>2023-01-11T00:56:15Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-01-11T00:45:04Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=c3e42d4e5db872e8ef408263da74375ff1ff7f82'/>
<id>urn:sha1:c3e42d4e5db872e8ef408263da74375ff1ff7f82</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Avoid copying shared_ptr&lt;ConfigTag&gt; when not necessary.</title>
<updated>2023-01-10T21:27:18Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-01-10T20:57:56Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=1b2916c8451506adccf3ab0a56bbf836d9f3cb36'/>
<id>urn:sha1:1b2916c8451506adccf3ab0a56bbf836d9f3cb36</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Deduplicate sending the raw I/O logging warning.</title>
<updated>2023-01-09T18:33:37Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-01-09T18:30:09Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=610930faced65f418d21f03058519456f713505d'/>
<id>urn:sha1:610930faced65f418d21f03058519456f713505d</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>Use NOMINMAX on Windows and undefine error in the log header.</title>
<updated>2022-09-23T21:15:02Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2022-09-23T21:12:30Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=c036834745105d493c17d69e4977155ee7afb6ec'/>
<id>urn:sha1:c036834745105d493c17d69e4977155ee7afb6ec</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>
</feed>
