]> git.rkrishnan.org Git - functorrent.git/commit - src/FuncTorrent/Bencode.hs
combine announce and announceList slots in the Metainfo record.
authorRamakrishnan Muthukrishnan <ram@rkrishnan.org>
Mon, 30 Mar 2015 08:57:36 +0000 (14:27 +0530)
committerRamakrishnan Muthukrishnan <ram@rkrishnan.org>
Mon, 30 Mar 2015 08:57:36 +0000 (14:27 +0530)
commitc2c904f57aedbf048e445c39fed43b37ee60f4b1
tree747af04fa5f9fea543d7084b500a7757a88ccc5c
parent671aaf4ec554cc78cd12f7be44037a17d7750d49
combine announce and announceList slots in the Metainfo record.

This eliminates the unnecessary "getter" function getTrackers
and simplifies the code a bit. Still a work in progress.
src/FuncTorrent.hs
src/FuncTorrent/Bencode.hs
src/FuncTorrent/Metainfo.hs
src/Main.hs