diff options
author | https://id.koumbit.net/anarcat <https://id.koumbit.net/anarcat@web> | 2014-12-12 17:57:50 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2014-12-12 17:57:50 +0000 |
commit | 833edcb7ca53316d070a8d3e267d08a7921dfd31 (patch) | |
tree | 55bad5a247b1d4271c731c4d3f398e2fec4a2fa0 /doc/todo | |
parent | ab4b8d6651ccc5c6f6791602861373796ec54bf7 (diff) |
first implementation of the easier stuff :)
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/Bittorrent-like_features.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/todo/Bittorrent-like_features.mdwn b/doc/todo/Bittorrent-like_features.mdwn index 1dfe2c627..1b4dcb391 100644 --- a/doc/todo/Bittorrent-like_features.mdwn +++ b/doc/todo/Bittorrent-like_features.mdwn @@ -45,3 +45,5 @@ or even better: This way, a torrent would just become another source for a specific file. When we `get` the file, it fires up `$YOUR_FAVORITE_TORRENT_CLIENT` to download the file. That way we avoid the implementation complexity of shoving a complete bittorrent client within the assistant. The `get` operation would block until the torrent is downloaded, i guess... --[[anarcat]] + +This is now somewhat implemented, see [[devblog/day_238__extending_addurl_further/]] for details. |