* Removed workaround for a fixed bug in previous 11.x release
* Reworked rc script to be more standardized
The rc script now has 3 possible entries that can be changed,
teamspeak_pidfile, teamspeak_db_dir and teamspeak_log_dir.
This will provide a more customizable experience when using
teamspeak.
Changes: https://forum.teamspeak.com/threads/138675-Release-TeamSpeak-3-Server-3-6-1
PR: 235082
Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by: rene
Reviewed by: bapt, jbeich
Differential Revision: https://reviews.freebsd.org/D17724
If mysql is used instead of sqlite, teamspeak can fail to start because
mysql sometimes starts after teamspeak. As a fix, a new option has been
added that will add mysql to REQUIRES and set mysql server as a depend.
Reported by: Dries Michiels <driesmp@hotmail.com>
Reviewed by: lifanov (mentor)
Approved by: lifanov (mentor)
Differential Revision: https://reviews.freebsd.org/D11681
* Changed comment headers to match my name and FreeBSD email
Reviewed by: matthew (mentor)
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D11466
- Fixed virtual server stops responding to clients
- TSDNS server now also listens on ipv6 when available
- TSDNS server Documentation updated
PR: 214641
Submitted by: Ultima1252@gmail.com (maintainer)
Detailed maintainer log:
- fixed a problem where virtual servers refuse to start due to invalid flags
or order
- fixed a crash in fix crash on servergroupautodelperm /
servergroupautoaddperm
- "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.
PR: 212531
Submitted by: Ultima1252@gmail.com (maintainer)
+ 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.
PR: 211638
Submitted by: Ultima1252@gmail.com (maintainer)
everything at once. Sometime, rename post-install into a options helper
target.
I did not fix ports that were such a mess that I could not figure out
what they really wanted to do. I also did not change ports that had
some version of an auto-plist code in post-install, for the same reason.
With hat: portmgr
Sponsored by: Absolight
- fixed an other server crashes on malicious input (again)
- fixed a deadlock on some query commands
PR: 209126
Submitted by: Ultima1252@gmail.com (maintainer)
* Fixed DISTNAME
* Added tar to uses for new tar format
* Fixed WORKSRC
* Removed server query manual (No longer exists)
* Adjusted ts3 Binary name for new version
* Updated distinfo
* Adjusted rc script for binary change
* Updated pkg-plist
PR: 207430
Submitted by: Ultima <Ultima1252@gmail.com>
Approved by: hirner@bitfire.at (maintainer)