Results 76 to 90 of 110
-
18-06-2011, 17:09 #76
-= TeamSpeak Addict =-
- Join Date
- Dec 2009
- Location
- Germany
- Posts
- 115
New Version 0.100.26.0 (RC1)
I've release a new version supporting changes introduced by server version RC1:
http://ts3querylib.codeplex.com/releases/view/68560
Changes:
- Added support for windows phone 7.1
- Added overloads of methods "AddServerGroupPermission, DeleteServerGroupPermission, DeleteServerGroupPermissions, AddChannelGroupPermissions, DeleteChannelGroupPermission, DeleteChannelGroupPermissions" of class QueryRunner having "continueOnError" parameter (RC1 change)
- Added properties "FileTransferBytesSentTotal, FileTransferBytesReceivedTotal" to HostInfoResponse class (RC1 change)
- Added properties "HostBannerMode, WeblistEnabled" to VirtualServerModification class (RC1 change)
- Added properties "TotalPacketLossSpeech, TotalPacketLossKeepalive, TotalPacketLossControl, TotalPacketLossTotal, TotalPing, IP, WeblistEnabled, AskForPrivilegKey, HostBannerMode, FileTransferBytesSentTotal, FileTransferBytesReceiveTotal, PacketsSentSpeech, BytesSentSpeech, PacketsReceivedSpeech, BytesReceivedSpeech, PacketsSentKeepAlive, BytesSentKeepAlive, PacketsReceivedKeepAlive, BytesReceivedKeepAlive, PacketsSentControl, BytesSentControl, PacketsReceivedControl, BytesReceivedControl" to class ServerInfoResponse (RC1 change)
Please report bugs and feel free to criticize me
SCO
-
13-07-2011, 14:01 #77
I Cant seem to get IP to work in ServerInfoResponse.
And has anyone created a Server Viewer with a Tree view. I have done Almost everything that came to mind but none seems to work. I am using vb.net and I am not working in wpf.
If you have a C# Syntax I can Translate.
Can someone Help?
Thanks,
Joshua K
-
14-07-2011, 06:49 #78
Never Mind I got it working.
-
14-07-2011, 07:00 #79
I was going to put in Client Information into this Program.
I did it right. But I am Getting this Error.
Could not cast parameter with name 'client_unread_messages' and value '' to target type of 'System.UInt32'.
This could be an Rc2 pre Fix. Because we updated our server to rc2 pre. And Before the Update I remember this working properly.Last edited by JoshuaK; 14-07-2011 at 10:29.
-
15-07-2011, 14:46 #80
-= TeamSpeak Addict =-
- Join Date
- Dec 2009
- Location
- Germany
- Posts
- 115
Will have a look at it.
-
02-08-2011, 19:59 #81
Hey, will you adapt the Lib to the new ClientQueryPlugin too?
Edit: it's not a lib
Last edited by Maxe___; 02-08-2011 at 20:18.
-
02-08-2011, 20:03 #82
-= TeamSpeak Addict =-
- Join Date
- Dec 2009
- Location
- Germany
- Posts
- 115
I dont understand what you mean with "new ClientQueryLib".
-
02-08-2011, 20:11 #83
Take a look for that.
Its a new feature where your TSClient is running a kind of query like the server.
The differences between the server and client query are not big, as I saw.
-
02-08-2011, 20:22 #84
-= TeamSpeak Addict =-
- Join Date
- Dec 2009
- Location
- Germany
- Posts
- 115
I think I'll support it in future but I wont support it before TS 3 is final. (When I get time I'll do it earlier)
Those guys are changing their API too often. So I'll wait until it's stable.
-
02-08-2011, 20:23 #85
Okey, thanks - i'm waiting for it (got a good idea for an app). I wrote an own lib to handle it the last two days, but it is still buggy and a lot of work
-
02-08-2011, 20:28 #86
-= TeamSpeak Addict =-
- Join Date
- Dec 2009
- Location
- Germany
- Posts
- 115
It shouldn't be a problem for you to reuse my lib for this scenario. I think the only thing thats needed is to implement is a different TcpDispatcher that handles the new greeting.
German: Toll jetzt haste mich soweit gebrahct meien Zockerabend aufzugeben und nen kleinen Blick auf das Thema zu werfen :-D
-
02-08-2011, 20:59 #87
hehe :P
Yeah I think it should be not too difficult. hmm a few new events needs to be implemented as well as the variable stuff, verify channel and serverpassword and the serverconnectionhandler stuff.
-
02-08-2011, 22:11 #88
-= TeamSpeak Addict =-
- Join Date
- Dec 2009
- Location
- Germany
- Posts
- 115
I've added basic support for ClientQuery to SyncTcpDispatcher so you can use SyncTcpDispatcher and the QueryRunner to run a few commands against ClientQuery. The one that I found working currently is: GetClientList.
GetChannelList (channellist) for example does not work, because the ClientQuery does not provide the information "channel_needed_subscribe_power" that is given when called via ServerQuery. So the parsing code crashes.
Maybe this needs to be reported to the devs of TS3.
Will hopefully add basic support for ClientQuery to AsyncTcpDispatcher tomorrow.Last edited by Scordo; 02-08-2011 at 22:22.
-
03-08-2011, 19:11 #89
Thanks

I downloaded it and debugged it. Got a bug
In TcpDispatcherBase.cs Line 24
must be changed toCode:protected const string CLIENT_GREETING_FIRST_LINE = "TS3 Client" + Ts3Util.QUERY_LINE_BREAK;
Otherwise the Dispatcher throws a SocketException because it doesn't get the query type.Code:protected const string CLIENT_GREETING_FIRST_LINE = "TS3 CLIENT" + Ts3Util.QUERY_LINE_BREAK;
Edit: I submitted it at codeplexLast edited by Maxe___; 03-08-2011 at 19:23.
-
03-08-2011, 19:18 #90
-= TeamSpeak Addict =-
- Join Date
- Dec 2009
- Location
- Germany
- Posts
- 115
Mhh case shouldn't matter, because all string comparison is made case insensitive. Will check that when I'm back home in an hour.
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
BUG? Repeated query client connect/diconnect
By HHD_HELLBOUND in forum Bug ReportsReplies: 5Last Post: 09-02-2012, 08:04 -
[Solved] Normal user ban others?
By Morfi in forum Server SupportReplies: 21Last Post: 23-03-2010, 15:13 -
Beta 15 Crashing?
By MaXXimus in forum Linux / FreeBSDReplies: 4Last Post: 25-01-2010, 11:52 -
Query Port connection returns "ERROR: invalid id"
By Polecr0c in forum [TeamSpeak 2] Server SupportReplies: 2Last Post: 11-05-2006, 09:05


Reply With Quote
