aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2016-01-23 18:31:58 +0100
committerChocobozzz <florian.bigard@gmail.com>2016-01-23 18:31:58 +0100
commit45239549bf2659998dcf9196d86974b0b625912e (patch)
tree823d324db097400a7b5ae59a03deff54c5fd86ef /README.md
parent2cc8ebf134b66047cd639ee7324e1ecfd5c5fd18 (diff)
downloadPeerTube-45239549bf2659998dcf9196d86974b0b625912e.tar.gz
PeerTube-45239549bf2659998dcf9196d86974b0b625912e.tar.zst
PeerTube-45239549bf2659998dcf9196d86974b0b625912e.zip
Finalise the join in a network and add the ability to quit it
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 1e1b1db56..cb1c3d907 100644
--- a/README.md
+++ b/README.md
@@ -21,11 +21,12 @@ Thanks to [webtorrent](https://github.com/feross/webtorrent), we can make P2P (t
21- [ ] Frontend 21- [ ] Frontend
22 - [X] Simple frontend (All elements are generated by jQuery) 22 - [X] Simple frontend (All elements are generated by jQuery)
23 - [ ] AngularJS frontend 23 - [ ] AngularJS frontend
24- [ ] Join a network 24- [X] Join a network
25 - [X] Generate a RSA key 25 - [X] Generate a RSA key
26 - [X] Ask for the friend list of other pods and make friend with them 26 - [X] Ask for the friend list of other pods and make friend with them
27 - [ ] Get the list of the videos owned by a pod when making friend with it 27 - [X] Get the list of the videos owned by a pod when making friend with it
28 - [ ] Post the list of its own videos when making friend with another pod 28 - [X] Post the list of its own videos when making friend with another pod
29- [X] Quit a network
29- [X] Upload a video 30- [X] Upload a video
30 - [X] Seed the video 31 - [X] Seed the video
31 - [X] Send the meta data to all other friends 32 - [X] Send the meta data to all other friends