taskmldonkey, a multi-networks file-sharing client - Tasks: task #4392, EDK: Show server version

 
 

You are not allowed to post comments on this tracker with your current authentication level.

task #4392: EDK: Show server version

Submitter:  spiralvoice <spiralvoice>
Submitted:  Fri 08 Jul 2005 09:35:08 AM UTC
   
 
Category:  eDonkey-plugin Priority:  5 - Normal
Status:  Done Assigned to:  None
Open/Closed:  Closed Should Start On:  Fri 08 Jul 2005 12:00:00 AM UTC
Should be Finished on:  Fri 08 Jul 2005 12:00:00 AM UTC

Fri 08 Jul 2005 09:35:08 AM UTC, comment #5: 

This item has been reassigned from the project mldonkey, a multi-networks file-sharing client bugs tracker to your tracker.

The original report is still available at bugs #12973

Following are the information included in the original report:

[field #0]                  Item ID: 12973
[field #1]                 Group ID: 1409
[field #2]              Open/Closed: Open
[field #3]                 Severity: 1 - Wish
[field #4]                  Privacy: Public
[field #5]                 Category: eDonkey-Plugin
[field #6]             Submitted by: spiralvoice
[field #7]              Assigned to: None
[field #8]             Submitted on: Don 05.05.2005 um 02:51
[field #9]                  Summary: Show ed2k server version
[field #10]      Original Submission: in all interfaces
[field #12]               Item Group: Feature request
[field #13]                   Status: None
[field #14]        Component Version: None
[field #15]         Platform Version: None
[field #16]          Reproducibility: None
[field #17]               Size (loc): None
[field #18]            Fixed Release: None
[field #19]          Planned Release: None
[field #20]                   Effort: 0.00
[field #24]                 Priority: 5 - Normal
[field #27]         Percent Complete: 0%
[field #29]                  Release: None
[field #54]          Binaries Origin: None
[field #55]                 CPU type: None
[field #56]                      CPU: None
[field #57]     Custom Select Box #4: None
[field #58]     Custom Select Box #5: None
[field #59]     Custom Select Box #6: None
[field #60]     Custom Select Box #7: None
[field #61]     Custom Select Box #8: None
[field #62]     Custom Select Box #9: None
[field #63]    Custom Select Box #10: None

spiralvoice <spiralvoice>
Group administrator
Sat 25 Jun 2005 11:48:28 PM UTC, comment #4: 
spiralvoice <spiralvoice>
Group administrator
Tue 07 Jun 2005 04:31:10 PM UTC, comment #3: 

But AFAIK there is no version number send.

We get
    let parse len s =
      let challenge = get_uint64_32 s 1 in
      let users = get_int s 5 in
      let files = get_int s 9 in
      let max_users  = if len >= 16 then Some (get_int s 13) else None in
      let soft_limit = if len >= 20 then Some (get_int s 17) else None in
      let hard_limit = if len >= 24 then Some (get_int s 21) else None in
      let flags      = if len >= 28 then Some (get_int s 25) else None in

it's from donkeyProtoUdp.ml

Knocker <knocker>
Tue 17 May 2005 10:24:44 PM UTC, comment #2: 

from aMule 2.0.0, ServerList.cpp

// eserver 16.45+ supports a new OP_SERVER_DESC_RES answer, if the OP_SERVER_DESC_REQ contains a uint32
// challenge, the server returns additional info with OP_SERVER_DESC_RES. To properly distinguish the
// old and new OP_SERVER_DESC_RES answer, the challenge has to be selected carefully. The first 2 bytes
// of the challenge (in network byte order) MUST NOT be a valid string-len-int16!

spiralvoice <spiralvoice>
Group administrator
Tue 17 May 2005 12:00:11 PM UTC, comment #1: 

Server don't report their versions in a tag-field.
Someone has to guess it from the messages we get on connecting to them.

Knocker <knocker>
Fri 08 Jul 2005 09:35:08 AM UTC, original submission:  

in all interfaces

spiralvoice <spiralvoice>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follow 6 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2006-01-23 spiralvoice StatusNone Done
    Open/ClosedOpen Closed
2005-07-08 spiralvoice CategoryNone eDonkey-plugin
    SummaryShow ed2k server version EDK: Show server version
2005-07-08 spiralvoice SummaryReassigned item: Show ed2k server version Show ed2k server version
2005-07-08 spiralvoice Reassign itemFrom group mldonkey, a multi-networks file-sharing client, bugs tracker To group mldonkey, a multi-networks file-sharing client, task tracker

Back to the top

Powered by Savane 3.13-4448.
Corresponding source code