Comment 17 for bug 361735

Revision history for this message
Razzloss (razzloss) wrote :

Adding magnet directly to queue would useful, but I'm not sure if the dcpp-core supports adding a download without sources. Feel free to submit a separate bug/feature request about that. At least that way it will still be visible in the bug tracker after 1.1.0 release.

I actually wrote a quick 6-line patch for sending text via linuxdcpp.pipe to every connected hub for zeroluck (http://pastebin.ca/1844060). It is unlikely to end up in to the main trunk though, since it is untested, might deadlock the client and in general I think this sort of scipting would require two way communication to be useful. Something which the pipe isn't. You'd need to be able to list the connected hubs from the client and then target the specific hub. Also for success/failure status of given command you'd need the two way communication.

So no the last two aren't what I'd consider minor changes.

--RZ