<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_silence.cpp, branch v4.3.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_silence.cpp?h=v4.3.0</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_silence.cpp?h=v4.3.0'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2024-08-03T11:39:33Z</updated>
<entry>
<title>Update copyright headers.</title>
<updated>2024-08-03T11:39:33Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2024-08-03T11:39:33Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=0c6f97d7e94cc352adba11eeaa856e95cd13f836'/>
<id>urn:sha1:0c6f97d7e94cc352adba11eeaa856e95cd13f836</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't resync the silence list when it comes from the network.</title>
<updated>2024-07-23T23:31:34Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2024-07-21T10:37:23Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=62f3278a4a0876d873302e94084b24c17ffee54a'/>
<id>urn:sha1:62f3278a4a0876d873302e94084b24c17ffee54a</id>
<content type='text'>
This isn't presently networked but it should prevent future issues.
</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>Allow mutating the status message type in OnUserPre(Tag)Message.</title>
<updated>2024-05-06T16:18:07Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-11-15T22:17:18Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=4b6af49b435d213d94221ac210293f4a2e7ef66f'/>
<id>urn:sha1:4b6af49b435d213d94221ac210293f4a2e7ef66f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow hiding silenced users messages instead of blocking.</title>
<updated>2023-07-21T12:23:30Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-07-21T12:22:56Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=470805acf673999c6b766621a0dee510d0976f81'/>
<id>urn:sha1:470805acf673999c6b766621a0dee510d0976f81</id>
<content type='text'>
Implements part 1 of #1606.
</content>
</entry>
<entry>
<title>Replace getInt/getUInt/getFloat with type safe templated functions.</title>
<updated>2023-01-25T00:39:27Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-01-24T23:41:50Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=af8effe4f0876d6fa934806745712f679bd36278'/>
<id>urn:sha1:af8effe4f0876d6fa934806745712f679bd36278</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refactor the caching methods in User and rename to make more sense.</title>
<updated>2023-01-24T02:58:46Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-01-24T02:58:46Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f310e1c98dc262249146025ffffb81334b38680d'/>
<id>urn:sha1:f310e1c98dc262249146025ffffb81334b38680d</id>
<content type='text'>
</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>
<entry>
<title>Convert various enums to strongly typed scoped enums.</title>
<updated>2023-01-22T22:36:31Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-01-22T21:48:22Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=cadf228c3e66ce33c3599539b6650e26dfc3bff5'/>
<id>urn:sha1:cadf228c3e66ce33c3599539b6650e26dfc3bff5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix some issues reported by scan-build.</title>
<updated>2023-01-15T22:28:45Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-01-15T22:28:45Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=769f9c0c340635cf401bdc92cb9a4c515ffeb0f3'/>
<id>urn:sha1:769f9c0c340635cf401bdc92cb9a4c515ffeb0f3</id>
<content type='text'>
All of these are harmless and should never cause an issue in practise.
</content>
</entry>
</feed>
