]> git.rkrishnan.org Git - functorrent.git/commit
MagnetURI: New module to handle magnet uris
authorRamakrishnan Muthukrishnan <ram@rkrishnan.org>
Sun, 16 Jul 2017 11:07:04 +0000 (16:37 +0530)
committerRamakrishnan Muthukrishnan <ram@rkrishnan.org>
Sun, 16 Jul 2017 11:07:04 +0000 (16:37 +0530)
commitfa2428e1c93e5795d60693f7c2734f924b8df80f
tree8f9822d5820591522dceb0bd60559cf981dc9b6e
parente92065b9e3a4f35f6a74aaa1d138f3032ead6b52
MagnetURI: New module to handle magnet uris

Magnet URIs have much less information than the .torrent files.
The client talk via extension protocols to the peers to get the
info dict.

Just the shell for the module. Nothing in there yet.
functorrent.cabal
src/FuncTorrent/MagnetURI.hs [new file with mode: 0644]
src/main/Main.hs
stack.yaml [deleted file]