Skip to content

Releases: Scordo/TS3QueryLib.Net

TS3QueryLib.Net Version 2.0.0.0

25 Nov 08:58
9c6e8e4
Compare
Choose a tag to compare

Changelog

  • Changed minimum .Net Framework Version to 4.5
  • Added AwaitableQueryDispatcher (Replacement for the other 2 Dispatchers) - It is much faster and fixes some conceptional problems
  • Dropped support for Silverligt and Windows Phone 7
  • Added more detailed exception in cases when there is a response parsing error

TS3QueryLib.Net Version 1.2.2.0

08 Sep 15:24
Compare
Choose a tag to compare

Changelog

  • Added "SubChannelIdList" property to "ChannelDeletedEventArgs". This allows to get the IDs of deleted sub-channels.

TS3QueryLib.Net Version 1.2.1.0

29 Jun 19:38
Compare
Choose a tag to compare

Changelog

  • Fixed client query detection
  • Added authentication to client query

Teamspeak 3 Service Wrapper 1.0.0.0

04 Apr 05:20
Compare
Choose a tag to compare

This software allows you to run the teamspeak 3 server as a windows service with automatic restart,

TS3QueryLib.Net Version 1.2.0.0.

04 Apr 05:18
Compare
Choose a tag to compare

Changelog

  • Added notification notifyserveredited
  • Added notification notifychannelpasswordchanged
  • Added notification notifychannelcreated
  • Added notification notifychanneldeleted
  • Added notification notifychannelmoved
  • Added notification notifychanneledited
  • Added notification notifychanneldescriptionchanged
  • Added handler for unknown notifications
  • Added command ServerGroupAutoDelPerm
  • Added command ServerGroupAutoAddPerm
  • Added command ClientGetUidFromClid
  • Added SendCommandValidationPredicate property to QueryRunner, which allows controlling when a command is sent or not using a single function