Hi all Teamspeak master server will be updated tomorrow at approx 12:00 quick update about 15mins


Teamspeak 3.0.11.4 on Windows current server version

New Server version 3.0.13.4

================================================== ===========
TeamSpeak 3 - Server Changelog
Copyright TeamSpeak Systems GmbH
http://www.teamspeak.com
================================================== ===========
+ Added feature or noticeable improvement
- Bug fix or something removed
* Changed or Information
! Important - Take note!
================================================== ===========

=== Server Release 3.0.13.4 7 september 2016
+ "Error opening file: No such file or directory" message now includes filename
- Fixed server crash when ipv6 client connects while using MariaDB (or MySQL) server
- Database plugins are now checked more thoroughly at server startup
! To fix the problem with MariaDB, the server needs to alter columns in the client and bindings
table. For large databases, this can take a while. It is recommended that all ts3servers that use
the same database, are stopped and then one new ts3server is started first which does the update.
After this, the other instances can be started too.

=== Server Release 3.0.13.3 19 august 2016
- fixed a problem where virtual servers refuse to start due to invalid flags or order
- fixed a crash in fix crash on servergroupautodelperm / servergroupautoaddperm

=== Server Release 3.0.13.2 15 august 2016
- fixed a crash introduced in 3.0.13.1
- fixed a deadlock in the server causing some instances to hang / be unresponsive
- fixed a crash reported by a customer.

=== Server Release 3.0.13.1 15 august 2016
- fixed several vulnerabilities.

=== Server Release 3.0.13 1 august 2016
+ ipv6 support
+ improved database performance
+ improved snapshot create/deploy performance
+ Enable "tcp_nodelay" option for server query (less latency)
+ bindinglist command now has a new parameter "subsystem"
- file transfer now only accepts connections from ip addresses that have started an upload /
download. There is a reserve of 20 slots that are allowed to connect even though that particular
ip address did not start an upload/download. This is to support exotic client routing
configurations like tcp load balancers.
- fixed incorrect filetransfer port reported in instanceinfo
- binding voice to the any address (0.0.0.0 / 0::0), which is the default behaviour of the server,
now supports clients connecting to all addresses instead of just the default ip of the network
interface.
- fixed assertion in puzzle feature (Thanks to Schlumpi for helping us find this)
- fixed virtual server log and bindinglist for voice showing multiple senseless bindings
* file transfer now only allows an idle time of 2 seconds after connect
* new file transfer implementation
* updated sqlite to 3.11.1
* sqlite db now uses WAL as journal mode
! the new file transfer routines on unix systems now depend on async io (aio*) routines. For
freebsd this probably means you need to load the aio kernel module using 'kldload aio'
! for server query users: ftinitupload/download replies may now omit the ip parameter. If it is
omitted, it means the transfer should be started on the same ip that was currently used by the
server query ip.
! for ftinitupload/download there is now an optional "proto" parameter. See the server query manual
for more info.

=== Server Release 3.0.12.4 27 april 2016
- fixed an other server crashes on malicious input (again)
- fixed a deadlock on some query command

=== Server Release 3.0.12.3 4 march 2016
- fixed an other server crashes on malicious input

=== Server Release 3.0.12.2 15 feb 2016
- fixed more server crashes on malicious input
- reduced memory use

=== Server Release 3.0.12.1 9 feb 2016
- fix 2 server crashes on malicious input
- fixed file stat bugs on windows xp
- fixed logview command returning utf8 byte order mark

=== Server Release 3.0.12 26 jan 2016
+ added "virtualserver_min_android_version" and "virtualserver_min_ios_version" to specifically
set the minimal allowed client versions for android and ios on the server.
+ added "-mapping" to the serversnapshotdeploy command. This optional parameters will add a mapping
of the old and new channelid's in the return
+ Grouped several SQL queries together into one statement which improves performance
- fixed clientdbfind command returning false entries
- fixed some hangs after heavy network io on linux/freebsd/osx
- fixed issue with clientinfo command
- fixed crash when (automatically) deleting a channel
- fixed tsdnsserver libc++ issue on Linux
* The server will now print a warning if the locale is set to "C"
* Replaced Server query manual pdf file with a html version
* Unsigned variables (client/server/instance etc) now only accept positive values and -1 (synonym
for maximum value). Other negative values result in conversion error.
* Serverquery manual fixes
* Made a small change to the way the server handles the initialization protocol
! Removed "virtualserver_max_upload_total_bandwidth" and
"virtualserver_max_download_total_bandwidth" from the server template if the value was "-1"
! The server binaries file names now do NOT have the platform suffixes any more. They are all
called "ts3server"
! The OSX version is now 64 bit only. OSX 10.7 is now the minimum supported version.
! Some SQL queries changed or added. If you use custom SQL queries, please take note of this.
! The minimum supported FreeBSD version for the server is 10.1 from now on. Release 3.0.13 (next)
will need a libc++ from ports/pkg or FreeBSD 10.2.