Er is een nieuwe versie van de TeamSpeak Server verschenen. TeamSpeak stelt gebruikers in staat om met elkaar te communiceren. De serversoftware is beschikbaar voor Windows, macOS, Linux en FreeBSD, de client is er behalve voor deze besturingssystemen ook voor iOS en Android. TeamSpeak is vooral populair onder gamers, die zo tijdens het onlinegamen met teamgenoten kunnen overleggen. In deze uitgave zijn de volgende aanpassingen doorgevoerd:
Added:Changed:
- 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.
- 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.
- Query commands customset and customdelete for custom client properties, making those just so much more usable.
- 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!
Fixed:
- 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).*
- The server does not report all slots filled when only reserved slots are left.
- When using a privilege key the custom values of the user are not overwritten anymore.
- At some point we apparently removed logging of file deletions. It's back now.
- Successful server query logins were logged regardless of query logging settings, sorry about that spam.