Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Releases: First-Coder/TS3-admin.class

1.1.0.1

17 Dec 08:33
3b1e77e
Compare
Choose a tag to compare

Performance

This update has a lot of performance fixes. You can read more about here.

1.1.0.0

05 Oct 09:57
Compare
Choose a tag to compare

Update

This update allows you to use the new ssh protocoll from teamspeak. But this means you need to connect always with a username and password. That´s why the login method on this version will not exist anymore and will be replaced with the new connect method. You need also to use the ssh protocol the php ssh2 lib. But you can still use the raw protocol without any problems.

Teaspeak Support

Teaspeak using a other protocol header. That´s why we just check now if a 'T' is in the first line we get from the console. But to check if we are sure in a tea(m)speak console we also return the headerline to the script. There you can check which server we will have here.

Performance

The loadQueryData method will not be called if we select a server. I am not sure why I should use this traffic if we don´t need this information often. If we really need them we can call them after the select.