diff options
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -20,7 +20,7 @@ Thanks to [webtorrent](https://github.com/feross/webtorrent), we can make P2P (t | |||
20 | 20 | ||
21 | ## Features | 21 | ## Features |
22 | 22 | ||
23 | - [ ] Frontend | 23 | - [X] Frontend |
24 | - [X] ~~Simple frontend (All elements are generated by jQuery)~~ | 24 | - [X] ~~Simple frontend (All elements are generated by jQuery)~~ |
25 | - [X] Angular 2 frontend | 25 | - [X] Angular 2 frontend |
26 | - [X] Join a network | 26 | - [X] Join a network |
@@ -38,8 +38,8 @@ Thanks to [webtorrent](https://github.com/feross/webtorrent), we can make P2P (t | |||
38 | - [X] View the video in an HTML5 page with webtorrent | 38 | - [X] View the video in an HTML5 page with webtorrent |
39 | - [ ] Manage user accounts | 39 | - [ ] Manage user accounts |
40 | - [ ] Inscription | 40 | - [ ] Inscription |
41 | - [ ] Connection | 41 | - [X] Connection |
42 | - [ ] Account rights (upload...) | 42 | - [X] Account rights (upload...) |
43 | - [X] Make the network auto sufficient (eject bad pods etc) | 43 | - [X] Make the network auto sufficient (eject bad pods etc) |
44 | - [ ] Manage API breaks | 44 | - [ ] Manage API breaks |
45 | - [ ] Add "DDOS" security (check if a pod don't send too many requests for example) | 45 | - [ ] Add "DDOS" security (check if a pod don't send too many requests for example) |