Solutions-Nitriques / anti_brute_force

Secure your Symphony CMS login page against brute force attacks
http://symphonyextensions.com/extensions/anti_brute_force/
Other
10 stars 12 forks source link

Compatibility with Symphony 2.6 #32

Closed michael-e closed 9 years ago

michael-e commented 9 years ago

Now that Symphony 2.6 is out for a while, we should have a version of the extension that is "officially" compatible.

nitriques commented 9 years ago

Yup. I did test it with 2.6, but not thoroughly. Have you ?

michael-e commented 9 years ago

Same here, I just left it running… :-)

nitriques commented 9 years ago

Ok well, I'll make some basic tests and release a new version when I am confident that it not broken in 2.6. Thanks for the reminder Michael!

michael-e commented 9 years ago

You're welcome. Thanks for caring!

michael-e commented 9 years ago

Bump. :-)

nitriques commented 9 years ago

I never had the chance to properly test it, and it seems like the grey list is not working anymore... Have you experienced this ?

michael-e commented 9 years ago

It seems to work for me. Is it supposed to do anything more than count the failed attempts for IP addresses?

nitriques commented 9 years ago

Yes. It is supposed to record an entry in the greylist, and count the number of BANS (not the number of failed attempt). It is also suppose to move the record into the black list when the limit numbers of bans are reach.

michael-e commented 9 years ago

Yep, number of bans, sure. That is working fine.

How many bans do I need to move an entry to the blacklist?

nitriques commented 9 years ago

Default value is 5. You can change it to whatever in the preferences page.

michael-e commented 9 years ago

It works like a charm for me. In my eyes this extension is much more "2.6 compatible" than many others!

nitriques commented 9 years ago

LOL! Which exact version of Sym did you test ?

michael-e commented 9 years ago

2.6.2

michael-e commented 9 years ago

(Or even more, 2.6.x, which is the 2.6 branch…)

nitriques commented 9 years ago

Ok since you confirm that the greylist works, I'll release a new version right now. ;)

michael-e commented 9 years ago

Trust me. I would have broken it if possible. :-))

nitriques commented 9 years ago

I have 100% trust in you Michael ;)

nitriques commented 9 years ago

https://github.com/Solutions-Nitriques/anti_brute_force/releases/tag/v1.4.8

nitriques commented 9 years ago

Thanks again!

michael-e commented 9 years ago

Thank you!