<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/extra/m_ssl_gnutls.cpp, branch insp2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/extra/m_ssl_gnutls.cpp?h=insp2</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/extra/m_ssl_gnutls.cpp?h=insp2'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2025-11-15T18:51:03Z</updated>
<entry>
<title>Remove use of a deprecated GnuTLS define.</title>
<updated>2025-11-15T18:51:03Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2025-11-15T18:51:03Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=7b6b9975e977a81ed951907a8c6df4f826b78c54'/>
<id>urn:sha1:7b6b9975e977a81ed951907a8c6df4f826b78c54</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyright headers.</title>
<updated>2025-08-02T08:32:18Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2025-08-02T08:32:18Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=a77b99b6ba6a1de0aa959fcc1e8b178bb48548f9'/>
<id>urn:sha1:a77b99b6ba6a1de0aa959fcc1e8b178bb48548f9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Migrate the Windows build to Conan 2.</title>
<updated>2025-04-17T14:50:04Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2025-04-17T00:49:50Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b439a5c6c77e1a9968ba555ad046239e7b99d813'/>
<id>urn:sha1:b439a5c6c77e1a9968ba555ad046239e7b99d813</id>
<content type='text'>
[skip alpine ci]
[skip irctest ci]
[skip macos ci]
[skip ubuntu ci]
</content>
</entry>
<entry>
<title>Rename ToHuman to ToLongString.</title>
<updated>2025-03-18T14:18:03Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2025-03-18T13:57:00Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=31c446201bf1b2b14dde2770e2006712438589e7'/>
<id>urn:sha1:31c446201bf1b2b14dde2770e2006712438589e7</id>
<content type='text'>
This name is used by functions in too many places already.
</content>
</entry>
<entry>
<title>Add an flag to ToHuman to shorten the output.</title>
<updated>2025-03-03T18:19:49Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2025-03-03T18:17:21Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=205603cadf80ccd6cd9757455957b1f7c3a843be'/>
<id>urn:sha1:205603cadf80ccd6cd9757455957b1f7c3a843be</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add Duration::ToHuman and update messages to use it.</title>
<updated>2025-03-03T14:00:16Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2025-03-02T14:15:02Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=2102b065d4ed91c5199c1dececdec4e385657cfd'/>
<id>urn:sha1:2102b065d4ed91c5199c1dececdec4e385657cfd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Avoid the use of ConvToStr in string concatenation.</title>
<updated>2025-03-01T16:06:32Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2025-03-01T16:06:32Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=32a127d2e0c0a624d12cf9570905fec264554550'/>
<id>urn:sha1:32a127d2e0c0a624d12cf9570905fec264554550</id>
<content type='text'>
This function calls INSP_FORMAT in most cases nowadays so we may
as well just call that manually.
</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>Convert debug logging from string concatenation to format strings.</title>
<updated>2025-01-23T16:35:32Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2025-01-23T16:35:32Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b9fee8b43dc1903ecb08c81405fb83295fc64db9'/>
<id>urn:sha1:b9fee8b43dc1903ecb08c81405fb83295fc64db9</id>
<content type='text'>
When running in normal mode this will prevent a bunch of expensive
string concatenation.
</content>
</entry>
<entry>
<title>Modernise PackageInfo directives.</title>
<updated>2024-07-13T21:16:56Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2024-07-13T20:41:43Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=8a0f6f38150c23d6da7c563dc4f7ca3760e4b1d7'/>
<id>urn:sha1:8a0f6f38150c23d6da7c563dc4f7ca3760e4b1d7</id>
<content type='text'>
- Add Alpine packages.
- Add missing directives to log_json.
- Drop obsolete version constraints.
- Use system-like for debian and rhel.
</content>
</entry>
</feed>
