Powered by Invision Power Board

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topicStart Poll

Outline · [ Standard ] · Linear+

> Client detection

roytam1
Jun 10 2004, 02:27
+Quote Post





Group: Translators
Posts: 199
Joined: 9-September 03
From: Hong Kong



QUOTE
In otherfunctions.cpp, Ln 2308,

EnumClientTypes GetClientTypeFromCompatibilityTag(uint32 dwTagValue)
{
switch (dwTagValue)
{
  case 0:
  case 20: // unknown Tag 20 is used by a C# client, lphant, so this should be changed
  {
  return SO_EMULE;
  }
.
.
.


here's official emule clientsoftware list:
QUOTE
enum EClientSoftware{
SO_EMULE  = 0, // default
SO_CDONKEY  = 1, // ET_COMPATIBLECLIENT
SO_XMULE  = 2, // ET_COMPATIBLECLIENT
SO_AMULE  = 3, // ET_COMPATIBLECLIENT
SO_SHAREAZA  = 4, // ET_COMPATIBLECLIENT
SO_MLDONKEY  = 10, // ET_COMPATIBLECLIENT
SO_LPHANT  = 20, // ET_COMPATIBLECLIENT
// other client types which are not identified with ET_COMPATIBLECLIENT
SO_EDONKEYHYBRID = 50,
SO_EDONKEY,
SO_OLDEMULE,
SO_UNKNOWN
};
User is offlineProfile CardPM
Go to the top of the page
Post #1
Aw3
Jun 10 2004, 02:38
+Quote Post





Group: Admins
Posts: 7319
Joined: 8-December 03



Client detection algorithm is very old. That will be completely reworked in 1m.
User is offlineProfile CardPM
Go to the top of the page
Post #2
roytam1
Jun 24 2004, 08:55
+Quote Post





Group: Translators
Posts: 199
Joined: 9-September 03
From: Hong Kong



QUOTE (Aw3 @ Jun 10 2004, 02:38)
Client detection algorithm is very old. That will be completely reworked in 1m.

1m is rc now but I can't see much difference in the client detection algorithm... unsure.gif
User is offlineProfile CardPM
Go to the top of the page
Post #3
DonGato
Jun 24 2004, 10:19
+Quote Post





Group: Admins
Posts: 5493
Joined: 21-January 03
From: The Pampas, The land of the Gaucho!



Well, that's because we need to release some fixes soon and we don't have time to add this planed change.
User is offlineProfile CardPM
Go to the top of the page
Post #4
roytam1
Aug 25 2004, 00:16
+Quote Post





Group: Translators
Posts: 199
Joined: 9-September 03
From: Hong Kong



QUOTE(DonGato @ Jun 24 2004, 10:19)
Well, that's because we need to release some fixes soon and we don't have time to add this planed change.
*


Is there any ETA about this function?
It is 1n beta 3 now but the client detection seems as same as the old one.
User is offlineProfile CardPM
Go to the top of the page
Post #5
Aw3
Aug 25 2004, 00:46
+Quote Post





Group: Admins
Posts: 7319
Joined: 8-December 03



QUOTE(roytam1 @ Aug 25 2004, 00:16)
Is there any ETA about this function?

Very soon.
User is offlineProfile CardPM
Go to the top of the page
Post #6

Reply to this topicTopic OptionsStart new topic
 

Lo-Fi Version Time is now: 20th May 2013 - 02:32