File List Download Problem
Status: Beta
Brought to you by:
timowest
I was almost banner by a private hub because the people
was trying to download my files list and this could not
be executed.
Actually I using the client by a week and can see that
it don't stop to "Hashing File: (...)" for each file
that I share. Does it have anything to do with this "bug"?
Logged In: YES
user_id=994999
First problem is probably because DC++ clients use
$UGetBlock commands and other DirectConnect extensions to
download files. Currently javadc3 doesn't support any of the
DC++ extension.
But this is something you could maybe further investigate,
if you are interested. The command handlers for client tasks
can be found in the package net.sf.javadc.tasks.client and
for hub connection tasks in
net.sf.javadc.tasks.hub.
Handler classes for incoming commands begin with I and
handlers for outgoing commands begin with S.
Logged In: YES
user_id=994999
Hashing is not related to this problem.
Logged In: YES
user_id=994999
Some missing commands are documented here
http://dcplusplus.sourceforge.net/wiki/index.php/GetZBlock%20command
http://dcplusplus.sourceforge.net/wiki/index.php/BZList%20command
http://dcplusplus.sourceforge.net/wiki/index.php/TTH%20Hash
General information about DC++ extension
http://sourceforge.net/docman/display_doc.php?docid=22246&group_id=40287