Rikku
Contributor
- Sep 14, 2015
- 156
- 61
- 122
We've released a beta of server release 3.2.0
The full Changelog can be found below:
TL;DR: Bugfixes and performance improvements.
If you're using the official Docker images you can create the beta version docker using the following command:
The beta version is available here.
For discussion & feedback please use this thread.
The full Changelog can be found below:
Code:
=== Server Release 3.2.0 14 may 2018
Added: In light of the recent attacks that have been discovered, we took a closer look to make sure
we haven't missed anything and prevent some possible future attacks.
Added: We have enabled the use of Unicode emojis, we hope to see some creative use on your servers.
This works in all places where the server deals with text, nicknames, channel names, chat etc.
Added: Query commands customset and customdelete for custom client properties, making those just so
much more usable.
Added: The query commands serverstop and serverprocessstop now have a new optional parameter to tell
your users why it's stopping. No more hardcoded message.
serverstop sid=123 reasonmsg=BeRightBack!
Changed: Improved regex matching in the ban manager, it now properly handles UTF-8 characters.
Old style regex matching like .*(😈).* was actually a bug and is not supported anymore.
Sorry but you have to change those to use the correct regex escape sequence,
for the example above it would be .*(\uD83D\uDE08).*
Changed: The server does not report all slots filled when only reserved slots are left.
Fixed: When using a privilege key the custom values of the user are not overwritten anymore.
Fixed: At some point we apparently removed logging of file deletions. It's back now.
Fixed: Successful server query logins were logged regardless of query logging settings, sorry about
that spam.
TL;DR: Bugfixes and performance improvements.
If you're using the official Docker images you can create the beta version docker using the following command:
Code:
docker build "https://github.com/TeamSpeak-Systems/teamspeak-linux-docker-images.git#:alpine" --build-arg TEAMSPEAK_CHECKSUM=9113480215f4dfa5cf319d0cb77aeb7066a7659ff0b1d34ca78ab22abcaff90b --build-arg TEAMSPEAK_URL=http://dl.4players.de/ts/releases/pre_releases/server/3.2.0-Beta-1/teamspeak3-server_linux_alpine-3.2.0.tar.bz2 --tag teamspeak:latest --tag teamspeak:3.2 --tag teamspeak:3.2.0
The beta version is available here.
For discussion & feedback please use this thread.