<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/include/logging.h, branch insp2</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=insp2</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/include/logging.h?h=insp2'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2025-03-28T10:23:22Z</updated>
<entry>
<title>Handle errors from {fmt} in Log::Manager::Write.</title>
<updated>2025-03-28T10:23:22Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2025-03-22T10:08:54Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b51264cc211bb6e6d1598fd0a2344a56bd3df11f'/>
<id>urn:sha1:b51264cc211bb6e6d1598fd0a2344a56bd3df11f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyright headers.</title>
<updated>2025-02-28T14:30:22Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2025-02-28T13:42:05Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=cdd3226befacd40c07b5c987cf93d0626df8d287'/>
<id>urn:sha1:cdd3226befacd40c07b5c987cf93d0626df8d287</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't format log messages if we can't actually log them.</title>
<updated>2025-01-11T16:51:34Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2025-01-11T16:45:15Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=c6238d80dee66bcefa92220a35d582ab739aa8a5'/>
<id>urn:sha1:c6238d80dee66bcefa92220a35d582ab739aa8a5</id>
<content type='text'>
This should prevent debug messages from potentially causing
performance issues on production servers.
</content>
</entry>
<entry>
<title>Fix rawio logs not being written after a rehash.</title>
<updated>2024-09-09T10:29:08Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2024-09-09T10:29:08Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b5032fb6417a1797c80dc68772cebd298f1154e7'/>
<id>urn:sha1:b5032fb6417a1797c80dc68772cebd298f1154e7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyright headers.</title>
<updated>2024-09-07T10:10:36Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2024-09-07T10:10:36Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=8e784862f5f251154a414fa17645caa644c5e4b2'/>
<id>urn:sha1:8e784862f5f251154a414fa17645caa644c5e4b2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Close loggers and notify opers if they throw any exceptions.</title>
<updated>2024-08-23T18:47:58Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2024-08-23T18:10:34Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d2b09b931d5c04251a5622b43666212a13232a0f'/>
<id>urn:sha1:d2b09b931d5c04251a5622b43666212a13232a0f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix formatting strings on C++20 compilers.</title>
<updated>2024-08-22T08:41:36Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2024-08-22T08:41:36Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=05cea6f8354f6fe0819590cedce23e6a2cc2dff4'/>
<id>urn:sha1:05cea6f8354f6fe0819590cedce23e6a2cc2dff4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyright headers.</title>
<updated>2024-06-07T09:37:56Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2024-06-07T09:37:56Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=ae3e2db109eecaea25032e218c39a257e736174a'/>
<id>urn:sha1:ae3e2db109eecaea25032e218c39a257e736174a</id>
<content type='text'>
</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>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>
</feed>
