-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mod doesn't work with TeamSpeak 3.1.3 #29
Comments
When connecting to ClientQuery (with e.g. PuTTY; connection type: telnet, hostname: localhost, port: 25639) the welcome message has changed. There is a new line about authentication:
Authentication help:
Trying any command other than
Providing invalid authentication key gives following error:
Providing valid key (copied from ClientQuery's settings) succeeds:
After authentication other commands start to work as expected:
|
- Added settings option for the API key ([TSClientQueryService] -> api_key). - Added notification which gives instruction of where to get the key and where to set it. - Added notification which lets user know when the authentication is ok. - Added low level ClientQuery support for the authentication.
Should really make this into a dialog of some kind which would allow user to enter the API key into a text input field, but for that I would need tools in issue #21, so that has to wait for 0.7 version. |
I ended up discarding the old 0.7 development, and made a new 0.7 based on 0.6-fixes branch. As such I need to rethink how to create the dialog for inputting the API key. I'll close this issue for now. |
TeamSpeak 3.1.3 has an updated ClientQuery plugin. The plugin now requires applications (like TessuMod) to authenticate using an API key. The API key is shown in ClientQuery plugin's settings.
For more info see the release annoucement:
http://forum.teamspeak.com/threads/130474-TeamSpeak-Client-3-1-3-released
Bug reported by Grumpelumpf and Dyme.
The text was updated successfully, but these errors were encountered: