Scordo/TS3QueryLib.Net

Client Query?

Closed this issue · 5 comments

Hi, good job on the lib. I'm searching for a good way to access the client query easily.
I've tried to accomplish this on my own but with very poor progress so far. I checked the sample client query project out but it's very outdated. Now TS3 requires a authentication key to access commands.

Could you make a client query update? Would really save my month!

Hi Felix,

can you point me to the documentation? I dont have much time, but I'll have a look at it.

Thanks!
Here's the patch notes announcing the new authentication system:
http://forum.teamspeak.com/threads/130474

That means you have to use the cmd
auth apikey=xxxxx
after connecting to access all cmd's.

"Note you can also get documentation interactively, just connect your telnet client to localhost port 25639, and use "help" and "help "."

http://forum.teamspeak.com/threads/66509-Official-ClientQuery-Plugin

I've published a new release:
https://github.com/Scordo/TS3QueryLib.Net/releases/tag/1.2.1.0

The QueryRunner now has a new Method "Authenticate" which you can use.

Oh cool! Thank you!