Code: Select all
=== Client Release 3.3.0 - 18 Jun 2019
! Updated Qt framework to 5.12 LTS releases.
! Updated Opus codec to version 1.3 to introduce lots of quality improvements,
new features, and bug fixes.
! This version of the TeamSpeak Client requires macOS 10.12 (Sierra) or later.
! The HTML style tag is no longer supported in infoframe templates. All addon
authors should use the <stylename>_chat.qss file for CSS style definitions
instead.
! Updated Plugin API version to 23.
* Increased size limit for text messages to 8 KiB.
* Updated easy-permission templates to use Opus instead of Speex/CELT codecs.
* Spacer tags in channel names will now be omitted in infoframe templates.
* Improved pagination support for banlist and clientdblist for plugin API.
+ Added additional variables to infoframe templates.
+ Implemented multi-select for clients in the servertree.
+ Implemented multi-track recording feature, to allow recording each client's
audio stream independently.
+ Added support for signed badges to prevent usage of fake data. Note, that
this feature requires TeamSpeak Server version 3.8.0 or later.
+ Added support for URL tagging in incoming text messages.
+ Added support for myTeamSpeak ID bans in virtual server banlist.
+ Added support for Windows tiles. Thanks to our user RandomHost for providing
the material.
+ Added support for updated license types (Gamer, Commercial, Sponsorship).
+ Added invoker data for onPluginCommandEvent(). Note, that server-side support
for this API change will be introduced with TeamSpeak Server version 3.9.0.
- Fixed a freeze in easy-permission settings when switching between different
templates.
- Fixed a bug where default profiles could be deleted in settings.
- Fixed crashes reported by crashdumps.
missing Teamspeak Server update notes:
Code: Select all
## Server Release 3.9.1 2 July 2019
### Fixed
- Fixed a TeamSpeak Server crash.
## Server Release 3.9.0 24 June 2019
### Added
- Support for new license types (Gamer, Commercial, Sponsorship).
- `clientaddservergroup` and `clientdelservergroup` allowing to add and remove one
or more server groups to a client.
### Changed
- `servergroupaddclient` and `servergroupdelclient` allow to add and remove one
or more clients to a server group.
- `quit` can be used while being flood banned.
- `channeledit`, `channelpermlist` and `custominfo` return
more appropriate error codes.
- `servertemppasswordadd` does not allow a zero duration.
- Parsing of boolean parameters has been made more restrictive.
- Plugin command notifications contain invoker data.
### Fixed
- QueryAdmin-Password and ServerAdmin-Token are printed again, when starting the
TeamSpeak 3 Server using the startscript or with the daemon parameter.
- A crash related to 'set_option: Bad file descriptor' has been fixed.
- Temporary passwords are being checked for clients with the
ignore server password priviledge.
- A bug where some ServerQuery notifications were sent twice after using
`servernotify`
- `serverlist -short -uid` works as expected now.
- `clientlist -badges` shows all client badges again.
- Startscript checks if instance is already running.
- Server did not start any longer on some Linux systems
Thank you 'Ragyal'.
=== Server Release 3.8.0 28 May 2019
Important: This release requires GNU C library (glibc) 2.17 or later on Linux. If you need to
check which version of glibc is installed on your system, you can use `ldd --version`,
which usually comes with any glibc installation.
Important: Client badge information is now signed to prevent using fake data. Badges in the old
format will not be visible on this server.
TeamSpeak Client version 3.3.0 with support for signed badges will be available soon.
Added: The query command `banlist` now supports optional pagination parameters.
Please refer to the ServerQuery documentation for details.
Added: Temporary passwords are now stored in the database and will be loaded on start.
Added: New command line parameters 'daemon' and 'pid_file'. This makes it possible
to start the server as a daemon.
Added: Channel properties and permissions to support channel banners.
This feature requires TeamSpeak Client version 5.
Changed: The startscript restart parameter now allows to use more than one parameter.
Changed: New server logs are no longer created with a BOM.
Changed: Server / channel icons will not display as negative values anymore in ServerQuery.
Changed: ServerQuery commands `clientlist -ip` and `clientinfo` won't display brackets around IPv6
addresses of clients anymore.
Changed: Max size of text messages has been increased to 8 KiB for improved usability in upcoming
TeamSpeak Client releases.
Fixed: Reduced packet loss on systems under high load.
Fixed: In some rare case the server did crash when shutting down a virtual server.
Fixed: The startscript restart parameter could not be used when ran outside the server directory.
Fixed: Server did report the ability to create channels to the weblist in cases where a client
could not create any channel.
Fixed: No more 'Error querying client connection info: 1796' messages in the client log.
Fixed: Server freezes related to heavy server usage.
Fixed: Critical log messages on startup do not create cores.
=== Server Release 3.7.1 28 March 2019
Changed: Improved modification prevention of unique server identifier
Fixed: Regression of permission bypass checks.
Fixed: A rare crash when using the ServerQuery.
=== Server Release 3.7.0 19 March 2019
Important: Future releases of the Linux server will require glibc 2.17 or newer.
Any older version will not be supported anymore.
Added: New experimental features for the upcoming TeamSpeak 5 Client.
Added: Server now logs when deleting someone else's avatar.
Added: The IP address of a connecting Se
Query client is now logged.
Added: The query commands `clientlist -ip` and `clientinfo` show the IP address
of connected query clients.
Added: Restricted the amount of possible ServerQuery connections to five per IP.
Whitelisted IPs ignore this limit, and the limit can be changed using
`instanceedit serverinstance_serverquery_max_connections_per_ip=<limit>`
in the ServerQuery.
Changed: Updated default license to be valid until the 31st of January 2020.
Changed: ServerQuery clients will no longer have their IP address added to the
default nickname.
Changed: The query command `privilegekeyadd` will no longer create privilege
keys for query groups.
Fixed: Improved speed of clientdblist.
Fixed: Unicode support in interactive query ssh sessions.
Fixed: IP-Location database is up to date again.
Fixed: Server crash when a client sent a malformed login.
Fixed: Broken ban pattern matches on older Linux platforms.
Removed: Legacy codecs (Speex, CELT) can no longer be selected when creating
or editing channels. Support for these codecs will be removed with
future server releases.
Removed: Permission 'b_client_issue_client_query_command' was removed, because
it was not being used for anything.
=== Server Release 3.6.1 30 january 2019
Fixed: Adding a client channel permission will set the correct values again.
Fixed: Fixed server crash related to adding a lot of server queries.
=== Server Release 3.6.0 22 january 2019
Added: Crashes on Windows and Linux will create dumps in the new "crashdumps" directory.
Added: New query commands for adding, removing and listing of server query logins.
* queryloginadd => adds new query logins
* querylogindel => delete an existing query login
* queryloginlist => list the query logins
For more information use `help <command>` in the query.
Changed: SSH-Query is enabled by default.
To disable it start the server with "query_protocols=raw"
Changed: LD_LIBRARY_PATH is not needed anymore.
Changed: Improved query history for ssh connections.
Fixed: Privilege keys are again deleted when used.
Fixed: Server crashed on older Linux kernels on startup.
Fixed: "Failed to register local accounting service" should happen less often on windows.
=== Server Release 3.5.1 18 december 2018
Fixed: Exploits that allowed to bypass permission checks.
The exploits allowed to gain talk power and channel commander temporarily,
to set their own avatar and client descriptions,
and made it possible to prevent a client ban.
=== Server Release 3.5.0 29 october 2018
Added: Option added to ban users via mytsid or for not having a mytsid.
Example: banadd mytsid=AaqQu8Z/CzDMxRZ87P5oWpYempDPoO9K3l3VErhVPo+j banreason=banned\smytsid
Example: banadd mytsid=empty banreason=banned\severyone\sthat\sdoesn't\shave\sa\smytsi
Added: Ability for the the commands 'clientinfo', clientdbinfo, 'clientgetids', 'clientgetdbidfromuid', 'clientgetnamefromuid',
'clientgetnamefromdbid' and 'clientgetuidfromclid' to send more then one query at the same time.
Removed: Permission 'b_serverinstance_version_view' and 'i_needed_modify_power_serverinstance_version_view'
and access to the 'version' command can not be restricted anymore.
Removed: Permission 'b_channel_create_private'. This feature never made it into the server.
Fixed: Privilegekeys remain valid when used by a user that can not receive the group in question.
Fixed: The command 'privilegekeydelete' returns 'ok_no_update' now, when the key did not exist in the first place.
Fixed: Privilegekeys that contain non printable ASCII characters are now rejected before checking in the database.
Fixed: Mistakes in the 'server_quickstart' and in the server query documentation have been removed.
Fixed: Trying to delete a virtual server with id '0' will result in 'server_invalid_id' now.
=== Server Release 3.4.0 10 september 2018
Added: New parameter 'client_nickname' for the 'use' command, allows setting the nickname of query clients before they become visible on the server.
Added: Added new parameter 'version' for the linux/mac/freebsd servers, that returns the version of the server and then exits.
Does not work with 'ts3server_startscript.sh' unfortunately.
Changed: The Server enforces the maximum number of clients.
Changed: The 'sendPluginCommand' has gotten its own flood protection, and wont trigger flood protection for the rest of the client anymore.
It is controlled by the new 'virtualserver_antiflood_points_needed_plugin_block' variable, its default value of 0 means
that the same limit as 'virtualserver_antiflood_points_needed_command_block' is being used.
=== Server Release 3.3.1 20 august 2018
Added: snapshots now save and restore the total connection count of clients.
Fixed: When you send only whitespace to the server query, it will continue accepting commands now.
Fixed: Moved certain ban related log messages from instance log to the server log where they should have been all along.
Fixed: The query commands customset and customdelete work with mariadb now.
Fixed: In rare cases the server crashed, when a client disconnected from server query system.
=== Server Release 3.3.0 1 august 2018
Added: We are proud to introduce myTeamSpeak integrations for Twitch. With it you can link your Twitch account
with myTeamSpeak and configure the Server to give every twitch subscriber and follower a group when he joins the server.
It will be taken away automatically, should the user unsubscribe or unfollow again.
Added: We added SSH for the server query... that took a while, didn't it?
To enable start the server with "query_protocols=raw,ssh", and connect to port 10022.
A few points of note:
* the ssh support comes with new command line parameters, see doc/server_quickstart.txt for more information.
* we also added history, tab-completion and keyboard shortcuts like killing, yanking and searching.
* there is a maximum of 4096 characters per input line. We might fix that in a later version.
* Bot or admin tools connecting over ssh should not allocate a PTY, giving access to the good old query,
just encrypted - and without the 4096 characters limit per input line.
* We overhauled server query flooding. It is now more forgiving, allowing for naive implementations that still run fast.
Added: The new commandline option 'serverquerydocs_path' allows to override where the server is looking for the
serverquerydocs directory. Not particularly interesting we know, but it allows us to fix the 'help' command
in docker images, finally.
Fixed: We added a fix for those annoying instance check errors on Windows. Might not catch all cases though, keep those reports coming.
Fixed: The channel_needed_subscribe_power finally shows the actual power needed to subscribe to a channel, and not just 0.
Fixed: As some have already noted, the last release broke client_lastconnected, so we unbroke it for this release.
=== 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.
Removed: CLIENT_ICON_ID from clientdbinfo.
=== Server Release 3.1.3 30 april 2018
+ Fixed a potential crash on malicious incoming traffic.
=== Server Release 3.1.2 24 april 2018
+ Better handling of nonlinear system clocks.
+ Fixed crash on malicious incoming traffic.
=== Server Release 3.1.1 26 february 2018
- Fixed a bug that prevented the 3.1 server from running on older CPUs.
=== Server Release 3.1.0 14 february 2018
! Before you run the teamspeak 3 server it is required that you agree to our license. This license
can be found in the file "license.txt" or "LICENSE" (depending on your platform), which is
located in the same location as the ts3server binary (the main folder). If, after reading it,
you agree to the license, this can be indicated in one of three ways:
1: Create a file called ".ts3server_license_accepted" in the current working directory. The
contents of this file are irrelevant and can be empty. For example on linux do:
touch .ts3server_license_accepted
2: Start the ts3server with the commandline parameter "license_accepted" set to 1. For example:
ts3server license_accepted=1
3: Set the OS environment variable TS3SERVER_LICENSE to "accept". For example on Windows:
set TS3SERVER_LICENSE=accept
! New accounting subsystem. Please read accounting.txt in the docs folder.
! Windows xp and vista support has been dropped.
- Fixed a bug where a channel could be created with a password without the needed permission.
- fixed some performance issues when copying a server group
* Accounting server Documentation updated
+ New property 'virtualserver_nickname' allowing to add the server nickname
into the server settings. Changes to the new property are only possible by
users with the new 'virtualserver_nickname' permission.
+ New parameter 'wait_until_ready' in ts3db_mariadb.ini that specifies in
seconds how long the ts3server should wait for the database to become
available.
* Released under new license. See accompanying license file.