Skip to content

Releases: dsoares/rcguard-old

Roundcube Plugin rcguard 1.0.11

02 May 17:21
Compare
Choose a tag to compare

Use rcube_utils::https_check() instead of _SERVER['HTTPS'].

Roundcube Plugin rcguard 1.0.10

05 Mar 11:21
Compare
Choose a tag to compare

Add an option to disable rcguard for a list of IPs.

Roundcube Plugin rcguard 1.0.9

20 Feb 12:42
Compare
Choose a tag to compare

Add an option to disable sending the client IP to the reCAPTCHA API (#21).

Roundcube Plugin rcguard 1.0.8

26 Sep 16:01
Compare
Choose a tag to compare

Fix a typo in Russian translation #20 by @sjinks

Roundcube Plugin rcguard 1.0.7

23 Aug 18:18
Compare
Choose a tag to compare

Add Hungarian translation by Levente Csabai.

Roundcube Plugin rcguard 1.0.6

03 Jun 09:25
Compare
Choose a tag to compare

Update RU translation by @Ramzzes.

Roundcube Plugin rcguard 1.0.5

10 May 18:52
Compare
Choose a tag to compare

Add TR translation by @cagdasbas; fix sqlite code and minor UI changes.

Roundcube Plugin rcguard 1.0.4

08 Mar 14:33
Compare
Choose a tag to compare

Add support for sqlite in the absence of NOW() and UNIX_TIMESTAMP().

Roundcube Plugin rcguard 1.0.3

24 Feb 16:50
Compare
Choose a tag to compare

Add defaut values to the new option rcguard_reset_after_success.

Roundcube Plugin rcguard 1.0.2

24 Feb 16:38
Compare
Choose a tag to compare
Pre-release

Main changes:

  • use table_name() to enable the use of main roundcube db_prefix and
  • add config option to not reset the failure counter on a successfull login.