<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules, branch v4.0.0a23</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://cgit.space/~steering/inspircd++.git/atom/src/modules?h=v4.0.0a23</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/src/modules?h=v4.0.0a23'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2023-07-25T08:48:50Z</updated>
<entry>
<title>Also allow suffixing with -line[d] if an X-line is two characters.</title>
<updated>2023-07-25T08:48:50Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-07-25T08:48:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=3f3c2583beae75ad47e782596788bc60ce8097bb'/>
<id>urn:sha1:3f3c2583beae75ad47e782596788bc60ce8097bb</id>
<content type='text'>
This makes things easier for modules like require_auth in contrib
which has a GA-line.
</content>
</entry>
<entry>
<title>Fix the filter module preventing access to core stats.</title>
<updated>2023-07-22T07:17:46Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-07-22T07:17:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=c901e6271057022f593cb2d5dd5ec28bbbcfe9f8'/>
<id>urn:sha1:c901e6271057022f593cb2d5dd5ec28bbbcfe9f8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make the X-line quit message format a lot more flexible.</title>
<updated>2023-07-21T17:12:46Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-07-21T17:12:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=e6d342d89ff25747da9fd45e7f04a861ee4d2e54'/>
<id>urn:sha1:e6d342d89ff25747da9fd45e7f04a861ee4d2e54</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove the ability to treat notices specially in delaymsg.</title>
<updated>2023-07-21T14:57:32Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-07-21T14:55:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=a2d6e36abe7ac2bd4cf2b0a2e8226acfaa10ae9d'/>
<id>urn:sha1:a2d6e36abe7ac2bd4cf2b0a2e8226acfaa10ae9d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>If we can't add an X-line on an DNSBLed user then kill them instead.</title>
<updated>2023-07-21T14:34:51Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-07-21T14:33:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=325b6f8200956ea4a394b80a78785d11b5c0a721'/>
<id>urn:sha1:325b6f8200956ea4a394b80a78785d11b5c0a721</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Perform DNSBL lookups on E-lined users.</title>
<updated>2023-07-21T14:33:27Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-07-21T14:30:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=875d4ac21470f57ffd6dac9ea584d2ed5b9df996'/>
<id>urn:sha1:875d4ac21470f57ffd6dac9ea584d2ed5b9df996</id>
<content type='text'>
Even if we aren't going to punish these users it can be useful for
opers to know if users are in a DNSBL.
</content>
</entry>
<entry>
<title>Add support for shunning users who are in a DNSBL.</title>
<updated>2023-07-21T14:29:10Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-07-21T14:29:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=f798db93e4f2380072eadba74351a9025e36b915'/>
<id>urn:sha1:f798db93e4f2380072eadba74351a9025e36b915</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://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>Add incremental backoff to the filter/permchannels/xline_db modules.</title>
<updated>2023-07-21T10:50:32Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-07-21T10:46:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=68480cee67f3eb928dadca5ca776f38119e231e7'/>
<id>urn:sha1:68480cee67f3eb928dadca5ca776f38119e231e7</id>
<content type='text'>
Closes #1671.
</content>
</entry>
<entry>
<title>Move checks for whether a user is cloakable to {Get,Reset}Cloaks.</title>
<updated>2023-07-17T09:23:52Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2023-07-17T09:06:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=a909bf763a661401cb03c6aac04effa958a4e632'/>
<id>urn:sha1:a909bf763a661401cb03c6aac04effa958a4e632</id>
<content type='text'>
</content>
</entry>
</feed>
