Ticket #2100 (closed defect: fixed)
That magnet uri ticket thing reincarnated
| Reported by: | rakshasa | Owned by: | rakshasa |
|---|---|---|---|
| Priority: | normal | Component: | libtorrent |
| Version: | Severity: | normal | |
| Keywords: | Cc: |
Description
This is the new ticket for the magnet uri feature.
Any more trolling and I'll ban a netblock or three.
Change History
comment:3 in reply to: ↑ 2 ; follow-up: ↓ 4 Changed 3 years ago by rakshasa
Replying to anonymous:
Still nothing is fixed.
An re-implementation of the dht-pex-static_map patch was done over the last for commits to rectify some design issues, and needs to be stabilized before magnet-uri gets looked at.
This represents almost 1000 lines of added code, though since you're the same troll from the previous ticket I doubt you care. Enjoy browsing this site through a proxy.
comment:4 in reply to: ↑ 3 ; follow-up: ↓ 6 Changed 3 years ago by anonymous
Replying to rakshasa:
Replying to anonymous:
Still nothing is fixed.
An re-implementation of the dht-pex-static_map patch was done over the last for commits to rectify some design issues, and needs to be stabilized before magnet-uri gets looked at.
This represents almost 1000 lines of added code, though since you're the same troll from the previous ticket I doubt you care. Enjoy browsing this site through a proxy.
So you those involved should get cracking on it and stop playing pussyfoot? "OH BOOHOO I AM A DEVELOPER OF A PROGRAM I CHOOSE TO PUT ON-LINE OF MY OWN FREE WILL AND NOW PEOPLE ARE WANTING ME TO ACTIVELY DEVELOPE SAID PROGRAM I ORIGINALLY DECIDED TO MAKE PUBLIC. BOO FUCKING HOO." Stop bitching and get working.
BTW.Good luck i'm behind 7 proxies which are behind 12 isp's.You might as well an hero the internets from your site. :D
comment:5 Changed 3 years ago by rakshasa
- Status changed from new to closed
- Resolution set to fixed
Committed, not fully tested the changes I've made so it might not work perfectly.
comment:6 in reply to: ↑ 4 Changed 3 years ago by anonymous
Replying to anonymous:
Replying to rakshasa:
Replying to anonymous:
Still nothing is fixed.
An re-implementation of the dht-pex-static_map patch was done over the last for commits to rectify some design issues, and needs to be stabilized before magnet-uri gets looked at.
This represents almost 1000 lines of added code, though since you're the same troll from the previous ticket I doubt you care. Enjoy browsing this site through a proxy.
So you those involved should get cracking on it and stop playing pussyfoot? "OH BOOHOO I AM A DEVELOPER OF A PROGRAM I CHOOSE TO PUT ON-LINE OF MY OWN FREE WILL AND NOW PEOPLE ARE WANTING ME TO ACTIVELY DEVELOPE SAID PROGRAM I ORIGINALLY DECIDED TO MAKE PUBLIC. BOO FUCKING HOO." Stop bitching and get working.
BTW.Good luck i'm behind 7 proxies which are behind 12 isp's.You might as well an hero the internets from your site. :D
You retarded fuck, it's open source. Start coding yourself to get the magnetlink fixed. Oh I forgot your IQ is way to low, it's common among inbreds. Plzdieirlkthx.
comment:7 Changed 3 years ago by anonymous
Please disable anonymous access. It's painful to read this stuff. I wouldn't even want to have it in my archives..
comment:8 Changed 3 years ago by anonymous
+----------+
| PLEASE |
| DO NOT |
| FEED THE |
| TROLLS |
+----------+
| |
| |
.\|.||/..
comment:9 Changed 3 years ago by IsaacG
Any update on magnet links? I notice Changeset 1144 added the magnetlink patch, prior to the date on the 0.12.6 release, yet the 0.12.6 code does not appear to have the change in the code in that release. Will the next release have it?
Thanks for your hard work!
comment:10 Changed 3 years ago by anonymous
comment:11 Changed 3 years ago by anonymous
POEL
comment:12 Changed 3 years ago by anonymous
БЕ3HOГNM
comment:13 Changed 3 years ago by anonymous
hmmmmm?
comment:14 Changed 3 years ago by jimmy_1969@hotmail.com
I'm currently running on rTorrent 0.8.5/0.12.5 with applied magnet link patches. Just checked in to see the state of magnet uri support.
I was planning to upgrade to latest SVN for rtorrent, but can no-longer find the instructions and link to patches.
Could you advice me on the current status/plans for magnet uri support? And if it is not officially implemented, where to find patches and patch instructions?
Thanks for maintaining this great BT client!
Jimmy
comment:15 Changed 3 years ago by eurekafag@eureka7.ru
rTorrent 0.8.7 works fine with magnet links in terms of downloading. But it doesn't seed torrent-file. So if you have created a brand new torrent and want to seed it with magnet link you're out of luck, no one can download the torrent via DHT. But if someone with other client (such as azureus or uTorrent) have that torrent-file they will seed it and rTorrent will start downloading.

Rescuing some info from the old ticket...
Patches for svn rev 1122 (svn co -r 1122 svn://rakshasa.no/libtorrent/trunk), not sure what the highest revision is for which it still works:
Bash 3.x script to add magnet link from watch dir (pass link on command line, set this to handle magnet links in your browser for example):
#!/bin/bash cd ~/watch # set your watch directory here [[ "$1" =~ xt=urn:btih:([^&/]+) ]] || exit; echo "d10:magnet-uri${#1}:${1}e" > "meta-${BASH_REMATCH[1]}.torrent"Further patch updates are pending some changes in the rtorrent trunk.