View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0005222 | unreal | ircd | public | 2019-03-03 13:38 | 2019-03-03 14:19 |
| Reporter | Betaman2k | Assigned To | syzop | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Product Version | 4.2.2-rc2 | ||||
| Fixed in Version | 4.2.3-rc1 | ||||
| Summary | 0005222: invite flood option | ||||
| Description | Dont work the optin, u get only 4 invites ( default ) set { anti-flood { nick-flood 3:60; /* 3 nick changes per 60 seconds (the default) */ connect-flood 3:60; /* 3 connection attempts per 60 seconds (the default) */ away-flood 4:120; /* 4 times per 2 minutes you may use /AWAY (default) */ invite-flood 200:5; knock-flood 200:5; }; | ||||
| Tags | No tags attached. | ||||
| 3rd party modules | |||||
|
|
I just looked at the source code and I can confirm.. the "config test" code is there, but the "set code" is not. So it ignores your requests. I'll get it fixed :) |
|
|
Fixed now. Thanks for the report! https://github.com/unrealircd/unrealircd/commit/16659de0b2acda711be2ce4c037e1387fe2bc5a1 commit 16659de0b2acda711be2ce4c037e1387fe2bc5a1 (HEAD -> unreal42, origin/unreal42, origin/HEAD) Author: Bram Matthys <[email protected]> Date: Sun Mar 3 14:16:49 2019 +0100 Changing set::anti-flood::invite-flood had no effect. It was always 4:60. Reported by Betaman2k in https://bugs.unrealircd.org/view.php?id=5222 |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2019-03-03 13:38 | Betaman2k | New Issue | |
| 2019-03-03 13:52 | syzop | Priority | high => normal |
| 2019-03-03 13:54 | syzop | Status | new => confirmed |
| 2019-03-03 13:54 | syzop | Note Added: 0020528 | |
| 2019-03-03 14:19 | syzop | Assigned To | => syzop |
| 2019-03-03 14:19 | syzop | Status | confirmed => resolved |
| 2019-03-03 14:19 | syzop | Resolution | open => fixed |
| 2019-03-03 14:19 | syzop | Fixed in Version | => 4.2.3-rc1 |
| 2019-03-03 14:19 | syzop | Note Added: 0020530 |