View Issue Details

IDProjectCategoryView StatusLast Update
0005222unrealircdpublic2019-03-03 14:19
ReporterBetaman2k Assigned Tosyzop  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.2.2-rc2 
Fixed in Version4.2.3-rc1 
Summary0005222: invite flood option
DescriptionDont 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;
    };
TagsNo tags attached.
3rd party modules

Activities

syzop

2019-03-03 13:54

administrator   ~0020528

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 :)

syzop

2019-03-03 14:19

administrator   ~0020530

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

Issue History

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