<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/snomasks.cpp, branch v5.0.0dev4</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://cgit.space/~steering/inspircd++.git/atom/src/snomasks.cpp?h=v5.0.0dev4</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/src/snomasks.cpp?h=v5.0.0dev4'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2026-03-08T17:47:44Z</updated>
<entry>
<title>Replace IS_* with member functions.</title>
<updated>2026-03-08T17:47:44Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2026-03-08T17:01:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=bb1e5a7b60ea200ddae99f263a38a219879f9617'/>
<id>urn:sha1:bb1e5a7b60ea200ddae99f263a38a219879f9617</id>
<content type='text'>
- All user types get an Is* function.
- Only local users are cast using the old function so only local
  users get an As* function.
</content>
</entry>
<entry>
<title>Merge branch 'insp4' into master.</title>
<updated>2025-03-29T04:33:29Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2025-03-29T04:31:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=8b5bccaa8c382cca1dfae3c985e6045f1c367e1f'/>
<id>urn:sha1:8b5bccaa8c382cca1dfae3c985e6045f1c367e1f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyright headers.</title>
<updated>2025-03-28T10:40:50Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2025-03-28T10:40:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=73f400aee5b71637f329857c9eb0d202705783ec'/>
<id>urn:sha1:73f400aee5b71637f329857c9eb0d202705783ec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'insp4' into master.</title>
<updated>2025-03-01T16:26:53Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2025-03-01T16:24:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=a27defd72f82627993a059683c8399beb477a800'/>
<id>urn:sha1:a27defd72f82627993a059683c8399beb477a800</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://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>Merge branch 'insp4' into master.</title>
<updated>2024-09-09T14:48:02Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2024-09-09T14:44:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=6204c9636e8ea87d690e1e7c06cbf35d04083586'/>
<id>urn:sha1:6204c9636e8ea87d690e1e7c06cbf35d04083586</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://cgit.space/~steering/inspircd++.git/commit/?id=8e784862f5f251154a414fa17645caa644c5e4b2'/>
<id>urn:sha1:8e784862f5f251154a414fa17645caa644c5e4b2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Normalise the case of MOD_RESULT variables.</title>
<updated>2024-08-31T15:21:09Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2024-08-31T15:21:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=f6da60b3f4e4bd05671cc3ad03200458a426b8e9'/>
<id>urn:sha1:f6da60b3f4e4bd05671cc3ad03200458a426b8e9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use C++20 &lt;format&gt; instead of fmtlib when available.</title>
<updated>2024-08-22T10:12:52Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2024-08-22T09:26:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=6b123d4bc61c2db8e379dd5e681834c4053e661d'/>
<id>urn:sha1:6b123d4bc61c2db8e379dd5e681834c4053e661d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Always use fmtlib directly.</title>
<updated>2024-06-07T13:12:59Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2024-06-07T13:12:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=b918f4906a21d6f37de5c7d503c8da1770df966d'/>
<id>urn:sha1:b918f4906a21d6f37de5c7d503c8da1770df966d</id>
<content type='text'>
</content>
</entry>
</feed>
