| View previous topic :: View next topic |
| Author |
Message |
spiralvoice Sage
Joined: 06 Jan 2003 Posts: 3983 Location: Germany
|
Posted: Sun Aug 05, 2012 5:15 pm Post subject: New release: MLDonkey 3.1.3 |
|
|
| Code: | 2012/08/05: version 3.1.3 = tag release-3-1-3
2012/07/27
7756: BT: Add support for magnet links (ygrek, jave)
2012/07/01
7813: Fix segfault on Solaris/OpenIndiana in md4 code written in C (dcoppa)
7812: FreeBSD: proper version identification (lioux)
2012/06/24
7805: Update upnp libraries
7804: new option filenames_utf8 (ygrek)
7803: pause conditions: "pause where priority < X" (ygrek)
7802: Do not leave empty files if code generation fails (ygrek)
7801: HTML: Fix content-type for 401 error (ygrek)
7800: Improve error message visibility (ygrek)
7799: HTML: fix validation errors (ygrek)
7798: Fix Mac OS X compilation (ygrek)
7797: allow build with upcoming OCaml 4.00 (ygrek)
7795: spelling fix, official language name is "OCaml" (ygrek)
7796: configure: fix non-portable use of echo (ygrek)
2012/05/23
7784: IP discover: Fix broken URL |
Files were uploaded to sf.net but it seems their mirror service has some problems these days... _________________ Link overview and precompiled cores here: http://mldonkey.sourceforge.net/DownloadLinks |
|
| Back to top |
|
 |
ygrek professional

Joined: 20 Mar 2010 Posts: 530
|
|
| Back to top |
|
 |
Empatojayos neophyte
Joined: 07 May 2011 Posts: 8
|
Posted: Sun Sep 09, 2012 1:50 am Post subject: |
|
|
| Quote: | What's new in 3.1.3
Add support for magnet links |
But when i paste the magnet link (magnet:?xt=urn:...) in the input bar, mldonkey says "No such command".
What is wrong? |
|
| Back to top |
|
 |
spiralvoice Sage
Joined: 06 Jan 2003 Posts: 3983 Location: Germany
|
Posted: Sun Sep 09, 2012 8:31 am Post subject: |
|
|
| Empatojayos wrote: | But when i paste the magnet link (magnet:?xt=urn:...) in the input bar, mldonkey says "No such command" |
Prepend it with "dllink " or use this patch (to be included in MLDonkey 3.1.4):
| Code: | --- src/daemon/driver/driverControlers.ml 2012-06-24 10:05:07.242136147 +0200
+++ src/daemon/driver/driverControlers.ml 2012-09-09 10:30:02.472706815 +0200
@@ -105,6 +105,7 @@
let buf = o.conn_buf in
let cmd =
if String2.check_prefix cmd "ed2k://" ||
+ String2.check_prefix cmd "magnet:" ||
String2.check_prefix cmd "ftp://" ||
String2.check_prefix cmd "http://" then "dllink " ^ cmd
else if String2.check_prefix cmd "fha://" then "ovlink " ^ cmd |
_________________ Link overview and precompiled cores here: http://mldonkey.sourceforge.net/DownloadLinks |
|
| Back to top |
|
 |
Empatojayos neophyte
Joined: 07 May 2011 Posts: 8
|
Posted: Mon Sep 10, 2012 1:09 am Post subject: |
|
|
| Quote: | | Prepend it with "dllink " |
Work softly!
Very thanks. |
|
| Back to top |
|
 |
Paranoik user
Joined: 10 Apr 2009 Posts: 154
|
Posted: Sun Sep 30, 2012 12:22 pm Post subject: |
|
|
| Something was broken after implementing magnet links. Torrent files from site ex.ua can't be downloaded. After I moving them to Sancho nothing happens. Downgrading to previous version make it work. Can somebody check this? Thanks in advance |
|
| Back to top |
|
 |
Mars_Artis neophyte
Joined: 22 Mar 2004 Posts: 2 Location: USA
|
Posted: Sun Dec 02, 2012 1:00 pm Post subject: |
|
|
| is there any precompiled binary for OSX Lion 10.7.5 |
|
| Back to top |
|
 |
testerprivate neophyte
Joined: 30 Jul 2012 Posts: 5
|
Posted: Sun Dec 02, 2012 1:45 pm Post subject: |
|
|
| in 3.1.3 does not work to limit the total number of connections! Confirm? (Linux_x64) |
|
| Back to top |
|
 |
|