summaryrefslogtreecommitdiff
path: root/doc/todo/Bittorrent-like_features.mdwn
diff options
context:
space:
mode:
authorGravatar anarcat <anarcat@web>2016-09-10 14:18:10 +0000
committerGravatar admin <admin@branchable.com>2016-09-10 14:18:10 +0000
commit374f5aff0f800b67f30b6e631dd9bd240d7333da (patch)
treef5b4c8843bc125de1b61a884ed62695b95fe36ac /doc/todo/Bittorrent-like_features.mdwn
parent31874db6d7d025b5ec3cf610379646a328fb5cb2 (diff)
fix markup
Diffstat (limited to 'doc/todo/Bittorrent-like_features.mdwn')
-rw-r--r--doc/todo/Bittorrent-like_features.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/todo/Bittorrent-like_features.mdwn b/doc/todo/Bittorrent-like_features.mdwn
index e42bf32a9..ffd4d81fe 100644
--- a/doc/todo/Bittorrent-like_features.mdwn
+++ b/doc/todo/Bittorrent-like_features.mdwn
@@ -42,7 +42,7 @@ Update: there are multiple projects trying to solve this problem space outside o
* [tox](https://tox.chat/) - DHT-enabled chat, file transfer and messaging platform, [no stable release](https://github.com/irungentoo/toxcore/issues/1353), [security concerns](http://lists.alioth.debian.org/pipermail/pkg-privacy-maintainers/Week-of-Mon-20150928/000046.html)
* [ricochet](https://ricochet.im/) - similar, but relies on Tor, unclear if it supports file transfers, packaged in Debian
* [pond](https://pond.imperialviolet.org/) - similar to ricochet
- * [scout](https://github.com/bittorrent/scout) - DHT-based messaging and peer discovery, used for the Bittorrent-based [bleep messenger], could be used to sync git history? [introduction article](http://www.bleep.pm/)http://blog.bittorrent.com/2016/09/09/scout-securely-locate-peers-without-central-servers/)
+ * [scout](https://github.com/bittorrent/scout) - DHT-based messaging and peer discovery, used for the Bittorrent-based [bleep messenger](http://www.bleep.pm), could be used to sync git history? [introduction article](http://blog.bittorrent.com/2016/09/09/scout-securely-locate-peers-without-central-servers/)
* [pwnat](http://samy.pl/pwnat/) can similarly be used to create tunnels to bypass NATs
joeyh's approach for now is to [[wait and see what will emerge|devblog/day_219__catching_up_and_looking_back/]], but of course people are welcome to implement their own [[special_remotes]] to fix this problem!