Search:
Type: Posts; User: Scordo; Keyword(s):
Search: Search took 0.08 seconds.
-
13-07-2012, 16:10
Thread: [TS3QueryLib.Net] .Net Query Port Library
by Scordo- Replies
- 109
- Views
- 28,068
Sticky: Have a Look at your Project Settings. Maybe you...
Have a Look at your Project Settings. Maybe you See using .net Framework client Profile. use the full Framework.
-
19-06-2012, 19:11
Thread: [TS3QueryLib.Net] .Net Query Port Library
by Scordo- Replies
- 109
- Views
- 28,068
Sticky: In silverlight there are some security...
In silverlight there are some security restrictions you need to know. First of all silverlight can only communicate on a specific port range. So you will need to change the listening port of your...
-
10-05-2012, 22:37
- Replies
- 3
- Views
- 1,107
Logview using the queryport--> How to retrieve all Log-Entries?
Hello,
for my TS3QueryLib.Net I implemented a method to retrieve log entries using the queryport.
The problem I have is how to retrieve all the log entries? The query is limited to a max. of 100... -
28-04-2012, 18:43
Thread: [TS3QueryLib.Net] .Net Query Port Library
by Scordo- Replies
- 109
- Views
- 28,068
Sticky: New Version 1.0.5.0
I've release a new version supporting changes introduced by server version 1.0.5.0:
http://ts3querylib.codeplex.com/releases/view/86852
Changes:
- Added ClientIP property to ClientListEntry
-... -
28-04-2012, 16:39
Thread: [TS3QueryLib.Net] .Net Query Port Library
by Scordo- Replies
- 109
- Views
- 28,068
Sticky: When using the AsyncTcpDispatcher be aware, that...
When using the AsyncTcpDispatcher be aware, that there is an event "ReadyForSendingCommands" on the AsyncTcpDispatcher class. You need to attach to this event and only start command against the...
-
14-08-2011, 01:23
Thread: [Official] ClientQuery Plugin
by Scordo- Replies
- 7
- Views
- 3,117
Found another problem: clientupdate...
Found another problem:
clientupdate client_input_deactivated=1 or clientupdate client_input_deactivated=0
results in a "hanging" connection. Just type it using a telnet client and you'll see it. -
13-08-2011, 00:20
Thread: [Official] ClientQuery Plugin
by Scordo- Replies
- 7
- Views
- 3,117
The command "channelconnectinfo" does not work as...
The command "channelconnectinfo" does not work as expected. It always returns the info of the channel I'm currently in, even when I provide an id of a different channel using the channelid parameter....
-
11-08-2011, 09:42
Thread: [TS3QueryLib.Net] .Net Query Port Library
by Scordo- Replies
- 109
- Views
- 28,068
Sticky: New Version 1.0.0.0 (Final)
I've release the final version of this lib:
http://ts3querylib.codeplex.com/releases/view/71586
Changes:
- Added LastIP property to ClientDbEntry class (Release change)
- Added LastIP property... -
04-08-2011, 11:18
Thread: [TS3QueryLib.Net] .Net Query Port Library
by Scordo- Replies
- 109
- Views
- 28,068
Sticky: I'm doing a case insensitive string comparison...
I'm doing a case insensitive string comparison now.
So it doesn't matter anymore. -
03-08-2011, 20:39
Thread: [TS3QueryLib.Net] .Net Query Port Library
by Scordo- Replies
- 109
- Views
- 28,068
Sticky: Found the error and fixed it
Found the error and fixed it
-
03-08-2011, 19:49
Thread: [TS3QueryLib.Net] .Net Query Port Library
by Scordo- Replies
- 109
- Views
- 28,068
Sticky: I'm currently sitting in a restaurant for dinner....
I'm currently sitting in a restaurant for dinner. Can you send me your instant messaging details for further communication via pm?
-
03-08-2011, 19:18
Thread: [TS3QueryLib.Net] .Net Query Port Library
by Scordo- Replies
- 109
- Views
- 28,068
Sticky: Mhh case shouldn't matter, because all string...
Mhh case shouldn't matter, because all string comparison is made case insensitive. Will check that when I'm back home in an hour.
-
03-08-2011, 15:26
Thread: [Official] ClientQuery Plugin
by Scordo- Replies
- 7
- Views
- 3,117
The reason I'm asking this is that I wrote a C#...
The reason I'm asking this is that I wrote a C# lib for server query and I would like to reuse as much code as possible when adding support for clientquery. Each command in my lib returns typesafe...
-
02-08-2011, 22:25
Thread: [Official] ClientQuery Plugin
by Scordo- Replies
- 7
- Views
- 3,117
Ist it by design that the channellist command...
Ist it by design that the channellist command does not provide "channel_needed_subscribe_power" when used with ClientQuery?
The result of channellist using ServerQuery and ClientQuery is different. -
02-08-2011, 22:11
Thread: [TS3QueryLib.Net] .Net Query Port Library
by Scordo- Replies
- 109
- Views
- 28,068
Sticky: I've added basic support for ClientQuery to...
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...
-
02-08-2011, 20:28
Thread: [TS3QueryLib.Net] .Net Query Port Library
by Scordo- Replies
- 109
- Views
- 28,068
Sticky: It shouldn't be a problem for you to reuse my lib...
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... -
02-08-2011, 20:22
Thread: [TS3QueryLib.Net] .Net Query Port Library
by Scordo- Replies
- 109
- Views
- 28,068
Sticky: I think I'll support it in future but I wont...
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:03
Thread: [TS3QueryLib.Net] .Net Query Port Library
by Scordo- Replies
- 109
- Views
- 28,068
Sticky: I dont understand what you mean with "new...
I dont understand what you mean with "new ClientQueryLib".
-
15-07-2011, 14:46
Thread: [TS3QueryLib.Net] .Net Query Port Library
by Scordo- Replies
- 109
- Views
- 28,068
Sticky: Will have a look at it.
Will have a look at it.
-
18-06-2011, 17:09
Thread: [TS3QueryLib.Net] .Net Query Port Library
by Scordo- Replies
- 109
- Views
- 28,068
Sticky: 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... -
18-06-2011, 16:43
- Replies
- 2
- Views
- 1,130
It's possible: ...
It's possible:
queryRunner.UpdateCurrentQueryClient(new ClientModification { Nickname = "Desired name goes here" }); -
16-06-2011, 20:49
Thread: [TS3QueryLib.Net] .Net Query Port Library
by Scordo- Replies
- 109
- Views
- 28,068
Sticky: The version under source control @ codeplex...
The version under source control @ codeplex already supports wp7 but i had no verve to release a new version.
-
28-05-2011, 18:13
Thread: [BETA] TS3Tray
by Scordo- Replies
- 8
- Views
- 2,991
I had a quick look at your source through...
I had a quick look at your source through reflector and I saw your message processing isn't perfect. To be honest it's very error-prone. Maybe you should consider using TS3QueryLib.Net instead of...
-
28-05-2011, 17:45
- Replies
- 1
- Views
- 1,100
Sorry for the late response. I have not seen this...
Sorry for the late response. I have not seen this posting. Here is your answer:
queryRunner.SelectVirtualServerById(1); // the id of the server you've previously created ... -
24-05-2011, 21:11
Thread: [TS3QueryLib.Net] .Net Query Port Library
by Scordo- Replies
- 109
- Views
- 28,068
Sticky: Just to let you know: This project is alive and...
Just to let you know: This project is alive and with the new Windows Phone 7.1 SDK Release I'm going to implement support for Windows Phone 7 - Sockets are available there :).
-
28-11-2010, 16:18
Thread: [TS3QueryLib.Net] .Net Query Port Library
by Scordo- Replies
- 109
- Views
- 28,068
Sticky: New Version 0.30.25.0
Due to the recent beta 30 release I've created a new release of the library. You can download it here:
http://ts3querylib.codeplex.com/releases/view/54586
Changes:
- Added new event "TokenUsed"... -
07-11-2010, 01:22
Thread: [TS3QueryLib.Net] .Net Query Port Library
by Scordo- Replies
- 109
- Views
- 28,068
Sticky: I've created a little sample app about how to use...
I've created a little sample app about how to use the AsyncTcpDispatcher.
You can download it here:
4272 -
02-11-2010, 23:28
Thread: [TS3QueryLib.Net] .Net Query Port Library
by Scordo- Replies
- 109
- Views
- 28,068
Sticky: Here is how to get it all mixed up for WPF. C#...
Here is how to get it all mixed up for WPF.
C#
private void button1_Click(object sender, System.Windows.RoutedEventArgs e)
{
ChannelTreeView.ItemsSource =... -
28-10-2010, 19:33
Thread: [TS3QueryLib.Net] .Net Query Port Library
by Scordo- Replies
- 109
- Views
- 28,068
Sticky: An example on how to use the asnyc one can be...
An example on how to use the asnyc one can be found within the project "TS3ServerManager" on the project page.
-
28-10-2010, 18:02
Thread: [TS3QueryLib.Net] .Net Query Port Library
by Scordo- Replies
- 109
- Views
- 28,068
Sticky: Which dispatcher are you using? Notifications...
Which dispatcher are you using? Notifications only work with the Async one.
The sync one is, as the name suggests, not meant to be async like events. -
25-10-2010, 20:30
Thread: [TS3QueryLib.Net] .Net Query Port Library
by Scordo- Replies
- 109
- Views
- 28,068
Sticky: New Version 0.29.24.0
I've created a small maintenance release. You can download it here:
http://ts3querylib.codeplex.com/releases/view/54586
Changes:
- Changed greeting check to detect wrong greetings earlier.
-... -
23-10-2010, 21:48
Thread: [TS3QueryLib.Net] .Net Query Port Library
by Scordo- Replies
- 109
- Views
- 28,068
Sticky: Ok, so no prob?!?! As the lib is intended for...
Ok, so no prob?!?! As the lib is intended for beta 29. For Versions below please use the correct version.
P.S. I know the reason for the hang is because of the logic added for the new greeting.... -
22-10-2010, 18:08
Thread: [TS3QueryLib.Net] .Net Query Port Library
by Scordo- Replies
- 109
- Views
- 28,068
Sticky: Hey guys, sorry for the delay. I'm currently on...
Hey guys, sorry for the delay. I'm currently on the move to my new house. Will have time to help you on monday. Stay tuned.
SCO -
06-10-2010, 22:20
Thread: [TS3QueryLib.Net] .Net Query Port Library
by Scordo- Replies
- 109
- Views
- 28,068
Sticky: I have just added a check whether the client is...
I have just added a check whether the client is banned after connecting.
An InvalidOperationExceptions is thrown for this case with more details on it.
SCO -
06-10-2010, 21:27
Thread: [TS3QueryLib.Net] .Net Query Port Library
by Scordo- Replies
- 109
- Views
- 28,068
Sticky: That you are banned is a problem of too...
That you are banned is a problem of too restrictive anti flood settings.. that the protocol exception occurs is a problem of the synctcpdispatcher in this case.
To fix this a have to change a lot...
Results 1 to 35 of 121

