Releases: First-Coder/TS3-admin.class
1.1.0.1
1.1.0.0
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.