Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Releases: awumii/EpicGuard

[5.2.1] Bukkit command fix & improvements

07 Dec 14:43
Compare
Choose a tag to compare

Changelog

  • Fixed commands not working on bukkit.
  • Added new config option 'console-filter-mode'. You can now set console-filter to work only during bot-attack or disable it completely.
  • Added new config option 'auto-whitelist', you can now disable the auto-whitelist feature.
  • Minor performance improvements.
  • Slightly improved config comments.

[5.2.0] Many improvements

02 Dec 12:02
Compare
Choose a tag to compare

Changelog

  • Commands have been improved. The /guard whitelist and /guard blacklist commands has been replaced with /guard whitelist <add/remove> and /guard blacklist <add/remove> . Whitelisted and blacklisted addresses will also be suggested when executing these commands.
  • Improved ReconnectCheck - it will require to reconnect with the same combination of nickname and address.
  • Updated to the latest version of the Velocity API.
  • Fixed rate-limit check not using value from the configuraiton.
  • Added autosave.
  • Added API.

[5.1.6] Proxy/VPN check improvements

06 Sep 15:41
Compare
Choose a tag to compare

Changelog

  • Added option to not blacklist proxy/VPN users. They will be only kicked, and when they turn off the VPN, they will be able to join normally.
  • Added cache for ProxyCheck requests.

[5.1.5] Support for 1.16

29 Aug 13:09
Compare
Choose a tag to compare

Changelog

  • Added 1.16.x support for notifications.
  • Improved performance of AccountLimitCheck (from ~30ms to 1ms).
  • Fixed JSONException error on enabling and on login.

[5.1.4] Split jar & Improvements

28 Aug 17:34
Compare
Choose a tag to compare

Changelog

  • Now, instead of single EpicGuard.jar file, every platform has individual jar file (for spigot servers you download epicguard-bukkit.jar, for bungee - epicguard-bungee.jar, and epicguard-velocity.jar for velocity).
  • Added new RateLimitCheck - it will limit how fast a user (from the single IP address) can reconnect.
  • Added message if unknown argument is used.
  • Improved downloading of the GeoIP databases.
  • Removed deprecated methods, updated libraries, and general code cleanup.

[5.1.3] Bug fixes

28 Jul 17:37
Compare
Choose a tag to compare

Changelog

  • Added new options to the 'messages.yml' file to customize actionbar monitor (/guard notifications).
  • Fixed console spam on spigot.
  • Fixed kick messages on velocity.

[5.1.2] Module improvements

27 Jul 18:57
Compare
Choose a tag to compare

Changelog

  • Fixed OperatorMechanics bypass by using upper-case characters in command.
  • Command /guard reload will now also reload modules configuration

[5.1.1] Server list check.

24 Jul 17:16
Compare
Choose a tag to compare

Changelog

  • Added new check - ServerListCheck (or just PingCheck). This check will force players to ping your server, by adding it to their servers list (configurable as all other checks).
  • Minor performance improvements.

[5.1.0] Velocity support

21 Jul 16:25
Compare
Choose a tag to compare

Changelog

  • Added support for Velocity proxy.
  • Added configuration option to disable update checker.
  • Fixed startup error when not running on Waterfall/Travertine (now it will only print a warning and disable LogFilter).
  • Fixed notifications and attack mode not disabling on Bungee (yeah, again).
  • Relocated Jackson dependency, which should improve compatibility with other plugins using this dependency with a different version of it.

[5.0.3] Proxy check improvements

15 Jul 12:22
Compare
Choose a tag to compare

Changelog

  • Added setting to change default proxy/vpn checker (proxycheck.io) to your own.
  • Added setting to limit requests sent by the proxy/vpn checker (default: 1000 requests)