From efac81f00632e1bda18ebce842b27ccb8087e925 Mon Sep 17 00:00:00 2001 From: Jerko Steiner Date: Tue, 19 Nov 2019 13:22:24 -0300 Subject: [PATCH] Add TODO to README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 6ca1424..543de5a 100644 --- a/README.md +++ b/README.md @@ -179,6 +179,19 @@ For more details, see here: - http://caniuse.com/#feat=rtcpeerconnection - http://caniuse.com/#search=getUserMedia +# TODO + +- [x] Do not require config files and allow configuration via environment + variables. (Fixed in 23fabb0) +- [x] Show menu dialog before connecting (Fixed in 0b4aa45) +- [x] Reduce production build size by removing Pug. (Fixed in 2d14e5f c743f19) +- [x] Add ability to share files (Fixed in 3877893) +- [ ] Enable node cluster support (to scale vertically). +- [ ] Add Socket.IO support for Redis (to scale horizontally). +- [ ] Generate public keys for each client, and allow each client to accept, + deny, and remember allowed/denied connections to specific peers. +- [ ] Add support for browser push notifications + # Contributing See [Contributing](CONTRIBUTING.md) section.