Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFeross Aboukhadijeh <feross@feross.org>2014-06-03 22:17:37 +0400
committerFeross Aboukhadijeh <feross@feross.org>2014-06-03 22:17:37 +0400
commitade53009e97473ba5cf90293f60557b15c5a2c48 (patch)
treef2372da6714120c1f2ddfafaf7559c43b90fd7ee
parent915093f48925a5a78068f3e6a7bc99ac4a35f00c (diff)
parentee04f2fb46b752e7ea6fcf259ac43967c3bb0dec (diff)
Merge branch 'nested-task-lists' of github.com:shyamsalimkumar/webtorrent into shyamsalimkumar-nested-task-lists
Conflicts: README.md
-rw-r--r--README.md56
1 files changed, 28 insertions, 28 deletions
diff --git a/README.md b/README.md
index fbd645b..4d7d316 100644
--- a/README.md
+++ b/README.md
@@ -51,34 +51,34 @@ Most of the active development is happening inside of smaller npm modules which
- [webtorrent.js](https://github.com/feross/webtorrent.js) (bittorrent client for the web) (coming soon)
#### Modules:
-- [bittorrent-client](https://github.com/feross/bittorrent-client) (bittorrent client engine)
-- [bittorrent-dht](https://github.com/feross/bittorrent-dht)
-- [bittorrent-protocol](https://github.com/feross/bittorrent-protocol)
- - [extension: ut_metadata](https://github.com/feross/ut_metadata) (magnet uris)
- - extension: encryption (todo)
- - extension: peer exchange protocol (PEX) (todo)
- - extension: µTP (todo)
- - extension: UPnP and NAT-PMP port forwarding (todo)
- - extension: webseed support (todo)
-- [bittorrent-swarm](https://github.com/feross/bittorrent-swarm)
-- [bittorrent-tracker](https://github.com/feross/bittorrent-tracker)
-- [bittorrent-peerid](https://github.com/fisch0920/bittorrent-peerid)
-- [buffer](https://github.com/feross/buffer)
-- [chrome-dgram](https://github.com/feross/chrome-dgram)
-- [chrome-net](https://github.com/feross/chrome-net)
-- [chrome-portfinder](https://github.com/feross/chrome-portfinder)
-- [drag-drop](https://github.com/feross/drag-drop)
-- [magnet-uri](https://github.com/feross/magnet-uri)
-- [parse-torrent](https://github.com/feross/parse-torrent)
-- [string2compact](https://github.com/feross/string2compact)
-- [typedarray-to-buffer](https://github.com/feross/typedarray-to-buffer)
-- compress-sdp (todo)
-- webtorrent-bootstrap (todo)
-- webtorrent-dht (todo)
-- webtorrent-protocol (todo)
-- webtorrent-swarm (todo)
-- webtorrent-verifier (todo)
-- webworker-pool (todo)
+- [x] [bittorrent-client](https://github.com/feross/bittorrent-client) (streaming torrent engine)
+- [x] [bittorrent-dht](https://github.com/feross/bittorrent-dht) (dht client)
+- [x] [bittorrent-peerid](https://github.com/fisch0920/bittorrent-peerid) (peer id -> client name/version)
+- [x] [bittorrent-protocol](https://github.com/feross/bittorrent-protocol) (protocol stream)
+ - [x] [extension: ut_metadata](https://github.com/feross/ut_metadata) (fetch metadata for magnet uris)
+ - [x] [extension: ut_pex](https://github.com/fisch0920/ut_pex) (peer discovery protocol)
+ - [ ] extension: encryption
+ - [ ] extension: µTP
+ - [ ] extension: UPnP and NAT-PMP port forwarding
+ - [ ] extension: webseed support
+- [x] [bittorrent-swarm](https://github.com/feross/bittorrent-swarm)
+- [x] [bittorrent-tracker](https://github.com/feross/bittorrent-tracker)
+- [x] [buffer](https://github.com/feross/buffer)
+- [x] [chrome-dgram](https://github.com/feross/chrome-dgram)
+- [x] [chrome-net](https://github.com/feross/chrome-net)
+- [x] [chrome-portfinder](https://github.com/feross/chrome-portfinder)
+- [x] [drag-drop](https://github.com/feross/drag-drop)
+- [x] [magnet-uri](https://github.com/feross/magnet-uri)
+- [x] [parse-torrent](https://github.com/feross/parse-torrent)
+- [x] [string2compact](https://github.com/feross/string2compact)
+- [x] [typedarray-to-buffer](https://github.com/feross/typedarray-to-buffer)
+- [ ] compress-sdp
+- [ ] webtorrent-bootstrap
+- [ ] webtorrent-dht
+- [ ] webtorrent-protocol
+- [ ] webtorrent-swarm
+- [ ] webtorrent-verifier
+- [ ] webworker-pool
#### The Node Way&trade;