Scordo / TS3QueryLib.Net

This library allows you to query team speak 3 servers using the query port. All queries are implemented type safe and the library is written to work with .Net 3.5 SP1 or higher inluding support for silverlight 3.0 or higher and windows phone 7.1.
BSD 3-Clause "New" or "Revised" License
51 stars 15 forks source link

Client Query? #30

Closed felixosth closed 7 years ago

felixosth commented 7 years ago

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!

Scordo commented 7 years ago

Hi Felix,

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

felixosth commented 7 years ago

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

felixosth commented 7 years ago

Sure, I have the same client version and ClientQuery version 1.3. Are you sure you have the right ClientQuery version?

Anyways, I just connect to that port with telnet and it works.

2017-06-22 16:47 GMT+02:00 Scordo notifications@github.com:

Mhh my Teamspeak Client (3.1.4) with Client Query Plugin installed and activated does not listen on port 25639. I cant get client query to work with my Teamspeak Client °_°. Any ideas? I cant develop anything if I can't test it ;-)

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Scordo/TS3QueryLib.Net/issues/30#issuecomment-310402767, or mute the thread https://github.com/notifications/unsubscribe-auth/AELKvYHQ90T0SsfE3phsKFZvqRR-dD7Oks5sGn6MgaJpZM4N-ubq .

Scordo commented 7 years ago

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.

felixosth commented 7 years ago

Oh cool! Thank you!