Skip to content

Releases: allejo/VPNBlocker

Version 2.0.1

21 Aug 04:01
d5ba962

Choose a tag to compare

New

  • Added new /vpnunblock command to remove an IP from the in-memory VPN block list

Version 2.0.0

15 Aug 03:14
v2.0.0
1cd5913

Choose a tag to compare

Though most large BZFlag server owners have had access to this repo, this the first open-source version of this plug-in 🎉

This is a major release and therefore has breaking changes! Take a look at the UPGRADE-2.0 document for more information on what has changed.

New

  • Custom services supporting GET requests can now be registered/configured with the plug-in
  • Plug-in configuration file can now be reloaded in-game with the /reload command
  • New /vpnblocker command added for server owners to see the status of the plug-in
    • More information will be added to this command in future releases

Fixes

  • If multiple players have the same VPN IP, they'll be kicked in one go instead of separately

Changes

  • The configuration file has been changed completely and now requires it to be in a JSON format
  • The json-c dependency has been dropped in favor of a header-only project

Version 1.2.0

15 Mar 02:30
cd73616

Choose a tag to compare

Fixes

  • Add support for Ubuntu 18.04+ and Debian 9+ by using libjson-c-dev

Version 1.1.3

16 Jul 01:33
49a233f

Choose a tag to compare

Fixes

  • Debug message would embarrassingly cause a segfault when trying to kick a VPN user

Version 1.1.2

15 Jul 20:19
47e59f4

Choose a tag to compare

Fixes

  • Fix rare crash bug when a URL job would return after a player had left
  • Fix possibility of plug-in starting in an invalid state where it thought web jobs were busy

Changes

  • Added more debug messages at level 3 to show progress of a URL job

Version 1.1.1

03 Dec 22:05
493f6a8

Choose a tag to compare

A minor release with the removal of the bzToolkit, which could lead to plug-in names disappearing from /listplugins.

Version 1.1.0

13 Aug 08:28
a9255f6

Choose a tag to compare

This release supports V2 of the IPHub API

THIS RELEASE HAS BREAKING CHANGES

See: https://github.com/allejo/VPNBlocker/blob/release/UPGRADE-1.1.md