Skip to content

Release 1.2.2

Choose a tag to compare

@Newcomer1989 Newcomer1989 released this 21 Jan 16:08
· 121 commits to master since this release

Changelog

  • Added support for PHP 7.1
  • Fixed TS3 PHP Framework library for PHP 7.1 support
  • optimized site loading stats/index.php for servericon.png; change from classic image to embedded data
  • optimized site loading for stats/ and webinterfac/ due merging the css and js files
  • added lines for active times on stats/my_stats.php (it can take a day until all clients are calculated)
  • added function avatar delay; delays the download of new avatar files; define the time inside the webinterface - teamspeak
  • added free text filter for ranksystem log on webinterface/bot.php
  • added french translation; many thx to Quentinti
  • added restart after update process; will take effect with versions > 1.2.2
  • fixed wrong stats on exception mode 'reset time'; remove now also the history of the count/idle to build correct stats (stats/my_stats.php)
  • fixed message next up, when user is excepted; with version 1.2.1 was the exception changed and until this the user get only the message (excepted) if he was excepted by the channel. This is wrong, the user should get the message (excepted) on group or client exception and not on the short point of a channel exception.
  • fixed database field for TS3 query port; the field was not unsigned, so there was 32767 as highest value possible (now is the highest value 65535)