Skip to content

Releases: tebexio/Tebex-RconAdapter

v1.1.1

23 Oct 15:01
aff8328
Compare
Choose a tag to compare

This version resolves reported bugs from the previous release.

Features

  • Added DisableOnlineCheck, which will skip checking if a player is online before running an online command. Warning: This could cause some commands to be mistakenly marked as completed, especially if they fail. In these cases you would need to manually reissue the command.
  • Player lookup can now occur by name instead of UUID only.
  • Setup process now asks for IP, port, and password and can be re-initiated if initial connection fails.

Fixes

  • Improvements to ARK player listing function
  • {id} for offline commands now properly uses the SteamID
  • Crash on certain ARK servers when fetching player list
  • Various crashes on connection lost from RCON server resolved
  • Certain ARK servers could be stuck in a reconnect loop when connection lost

v1.1.0

11 Sep 13:36
Compare
Choose a tag to compare

This version supports the following games/RCON protocols:

  • Conan Exiles (Rcon)
  • 7 Days to Die (Telnet Rcon)
  • ARK: Survival Evolved (Rcon)
  • Rust (WebsocketRcon)
  • Minecraft (Rcon)

Features

  • Cleaned up console logging to be simpler and easier to read
  • Can now connect to any RCON server so long as a valid Tebex key is set
  • Errors and warning events during runtime are now automatically reported to Tebex
  • Attempts reconnect every 5 seconds instead of every minute if connection is lost

Removals

  • You are no longer prompted for the game you are connecting to. This will be determined by your store secret key.

v1.0.0

03 May 16:31
27fa2e7
Compare
Choose a tag to compare

The Tebex RCON Adapter is now officially supported as the recommended integration for Tebex webstores running Conan Exiles.

This version supports the following games:

  • Conan Exiles
  • 7 Days to Die

Features

  • Added prompt for the game plugin if one was not found in config, environment, or command line.

Fixes

  • Offline commands were never marked as executed
  • Wrong log path on certain Linux setups

v1.0.0-alpha.5

06 Feb 14:24
2b19022
Compare
Choose a tag to compare

This release includes support for running as a service on Linux. Deployment scripts may be found here: https://github.com/tebexio/Tebex-RconAdapter/tree/1.0.0-alpha.5/deploy/linux

v1.0.0-alpha.4

01 Nov 17:03
Compare
Choose a tag to compare
  • Added support for Docker
  • Added support for environment variables during launch config
  • Include releases for both Windows and Linux
  • Properly identify when SourceRCON is being used
  • Initial scaffold for Project Zomboid (not currently working)

v1.0.0-alpha.3

27 Oct 14:57
Compare
Choose a tag to compare
v1.0.0-alpha.3 Pre-release
Pre-release
  • Initial public build
  • Supports Conan: Exiles via RCON
  • Preliminary support for 7 Days to Die via Telnet