jlouis / etorrent

Erlang Bittorrent Client
BSD 2-Clause "Simplified" License
295 stars 50 forks source link

Starting etorrent without making a release #131

Closed arcusfelis closed 11 years ago

arcusfelis commented 12 years ago

This changes allow to run etorrent with command:

./bin/etorrentctl console

I also allow connections from other nodes (for cascadae). Release binaries already allows connections from other nodes.

jlouis commented 12 years ago

I am totally swamped in work at the moment. Will look as soon as there is some spare time. Unless klaar overtakes me.

arcusfelis commented 12 years ago

I added changes which allow to set torrent on pause. It allows to stop progress and tracker_communication processes. Paused state is saved in fast_resume module.

I also add new webui interface (cascadae) as a dep. It runs on 1080 port. Old ui is also available.

jlouis commented 12 years ago

I've revived this from the dead. Etorrent has been split into a release and a core part. I am slowly going through the relevant patches and making them fit into the places where they do fit. How much of your master branch are still relevant?

arcusfelis commented 12 years ago

I will port the changes to etorrent_core as a pull request.

jlouis commented 12 years ago

Awesome. Do note that I think the bin/etorrentctl.in has to go into this repo and not into the core - so you may have to split stuff. I like your work and would really like to get it in. It is just that I've had too many projects running all along so I could not keep up with this one as well :/

arcusfelis commented 11 years ago

Closed, because it is too old and too far away from HEAD.