Changelog TS3AudioBotCP Load Balancer Module

Version: 4.1.8 2022-05-17 18:33:21

  • PHP compatibility changes

Version: 4.1.7 2022-05-03 11:36:09

  • Fixed PHP Version compatability issue

Version: 4.1.6 2020-04-13 09:49:32

  • Fixes issue with node selection
  • Added start-/stopall buttons for single nodes
  • Added list of bots to see on which node bots are running

Version: 4.1.5 2020-04-12 10:01:15

  • Fixed Issue with node limits not being regarded.

Version: 4.1.4 2019-12-02 20:52:57

  • Fix for the "update-token" button.

Version: 4.1.3 2019-12-01 21:57:17

  • Added ability to delete nodes

Version: 4.1.2 2019-11-29 19:03:57

  • fixed bot counter
  • updated query to find the least used node to be more performant

Version: 4.1.1 2019-11-21 21:55:34

  • Fixed API status button
  • Fixed API crashed button

Version: 4.0.0 2019-11-18 20:44:32

  • core support for 4.1.0

Version: 1.0.0 2019-08-15 14:39:22

  • added support for the language system
  • added support for all themes currently in the shop
  • smaller bugfixes

Version: 0.3.0 2019-08-08 17:47:04

  • Fixed some bugs that appeared during installation

Version: 0.2.3 2019-08-04 11:27:00

  • Added API crashed button
  • Added API status button

Version: 0.2.2 2019-07-30 21:45:34

  • fixed online-status on dashboard for commercial edition
  • fixed instances incrementing on node-status page

Version: 0.2.1 2019-07-30 21:01:21

  • added change ip/port button for nodes
  • added change token button for nodes
  • fixed issue with older MySQL versions
  • fixed issue with commercial edition

Version: 0.2.0 2019-06-15 16:14:37

  • Switched from a standalone software to a module for the panel

The switch from a standalone software to a module for the panel was pretty clear for us after we saw increasing error rates due to problems caused by the communication with the LB and the CP. We decided to tigh them closer together, this way we have way more possibilites also regarding future changes/features.

Please excuse the inconvinience, if the LB is running perfectly fine in your system you can of course just let it sit but it is recommended to use the new module.

Version: 0.1.5 2019-05-26 15:24:50

  • Bugfix with new nodes & smaller details

Version: 0.1.4 2019-05-21 17:53:40

  • Fixed bug with bot creating introduced by the limit-feature

Version: 0.1.3 2019-05-21 17:32:48

  • More logging for advanced debugging

Version: 0.1.2 2019-05-20 09:48:15

  • API crashed button to only reset a single node

Version: 0.1.1 2019-05-19 16:28:46

  • Added a limit to the nodes (limit = amount of bots for one node) (defaults to 0, unlimited).
  • Added a maintenance mode to nodes (no new bots will boot on that node).
  • added setup-script which will help during the initial installation.
  • Smaller bugfixes