Skip to content
This repository has been archived by the owner on May 14, 2023. It is now read-only.

Releases: KarlOfDuty/VPNShield

Release 3.2.2

10 Jun 23:17
Compare
Choose a tag to compare

Changelog

  • Updated to latest smod beta

Release 3.2.1

25 May 23:43
Compare
Choose a tag to compare

Changelog 3.2.1

  • Updated to Smod 3.7.0

  • Went from using steamids to userids so make sure to update any existing files so the steamids end with @steam

  • This release is largely untested so it may have some issues.

Release 3.2.0

06 Apr 22:47
Compare
Choose a tag to compare

Changelog:

  • Updated to Smod 3.4.0
  • Added permissions support for commands and check exemption
  • Added vanilla config entry vs_global to decide where the config should be placed.

Permissions:

Permission Description
vpnshield.exempt Makes a player exempt from the checks.
vpnshield.reload Lets a player reload the plugin.
vpnshield.enable.vpn Lets a player enable the vpn check.
vpnshield.enable.steam Lets a player toggle the steam account check.
vpnshield.disable.vpn Lets a player disable the vpn check.
vpnshield.disable.steam Lets a player disable the steam account check.
vpnshield.whitelist Lets a player add players to the whitelist.

Release 3.1.2

17 Feb 18:44
Compare
Choose a tag to compare

Changelog:

  • Updated API to 3.3.0

Release 3.1.1

28 Jan 00:34
Compare
Choose a tag to compare

Changelog:

  • Made join checks async

Hotfix 3.1.0-B

22 Dec 01:56
Compare
Choose a tag to compare
Hotfix 3.1.0-B Pre-release
Pre-release

Changelog:

  • Updated API to 3.2.0
  • Updated plugin to use .NET 4.7.1
  • Removed Newtonsoft.Json

Release 3.1.0

31 Oct 00:32
d01ebc5
Compare
Choose a tag to compare

Changelog

  • Updated API to 3.1.21
  • Added whitelist function for steamids
    • Added vs_whitelist command
    • Made vs_reload reload the whitelist

Release 3.0.0

21 Oct 14:57
Compare
Choose a tag to compare

Changelog:

  • Rewrite of the entire plugin.
  • Added auto-generated whitelist and blacklist for ip addresses so they do not need to be checked more than once.
  • Added commands vs_enable and vs_disable which enables and disables plugin features.
  • Changed web connections to be more reliable.
  • Dramatically increased stability.

Release 2.0.0

20 Oct 23:35
d0db535
Compare
Choose a tag to compare

Initial release