View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005458 | unreal | ircd | public | 2019-10-26 19:23 | 2020-01-10 15:57 |
Reporter | k4be | Assigned To | syzop | ||
Priority | low | Severity | feature | Reproducibility | N/A |
Status | resolved | Resolution | fixed | ||
Product Version | 4.2.1 | ||||
Fixed in Version | 5.0.2 | ||||
Summary | 0005458: New set::options::spamfilter-ban-ident option | ||||
Description | The action of spamfilter is sometimes undesirable when the offender uses a shared account on a server [..] Allow setting ident bans by spamfilter. This would cause "GLINE *@1.2.3.4" or "GZLINE *@1.2.3.4" to become "GLINE [email protected]" and "ZLINE *@1.2.3.4" to become "KLINE [email protected]", but won't do anything to users with ~username. set { options { spamfilter-ban-ident; }; }; | ||||
Tags | No tags attached. | ||||
3rd party modules | |||||
|
I need a higher priority here, especially with the ident bans. |
|
Related to 0005029 as well. |
|
Wait.. k4be: can you verify that this functionality already exists - in U4 and U5 - if set::ban-include-username is set to yes? I think it will be fine to control it through that function and no need for a separate new one just for spamfilter. |
|
And if it works, perhaps we should rename the option to make the name more clear. I think the word 'ident' should be in it rather than 'username'. |
|
See previous comments for how to use in 4.x and <5.0.2. From UnrealIRCd 5.0.2 onwards (current git) there is set::automatic-ban-target, see https://www.unrealircd.org/docs/Set_block#set::automatic-ban-target |
Date Modified | Username | Field | Change |
---|---|---|---|
2019-10-26 19:23 | syzop | New Issue | |
2019-10-26 19:23 | syzop | Issue generated from: 0005186 | |
2019-10-26 19:23 | syzop | Note Added: 0021051 | |
2019-10-26 19:23 | syzop | Relationship added | related to 0005186 |
2019-10-26 19:23 | syzop | Reporter | syzop => k4be |
2019-10-26 19:29 | syzop | Relationship added | related to 0005029 |
2019-10-26 19:29 | syzop | Note Added: 0021056 | |
2019-10-26 19:30 | syzop | Assigned To | => syzop |
2019-10-26 19:30 | syzop | Status | new => acknowledged |
2019-10-26 19:34 | syzop | Status | acknowledged => feedback |
2019-10-26 19:34 | syzop | Note Added: 0021059 | |
2019-10-26 19:36 | syzop | Note Added: 0021060 | |
2020-01-10 15:57 | syzop | Status | feedback => resolved |
2020-01-10 15:57 | syzop | Resolution | open => fixed |
2020-01-10 15:57 | syzop | Fixed in Version | => 5.0.2 |
2020-01-10 15:57 | syzop | Note Added: 0021222 |