From 5bd339fe2267ee72f9f65b13fefd1e487f444d2f Mon Sep 17 00:00:00 2001 From: liamcottle Date: Tue, 30 Apr 2024 15:50:15 +1200 Subject: [PATCH] update todos --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7fa97f6..23fb557 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,14 @@ # Reticulum WebChat -A simple web based [LXMF](https://github.com/markqvist/lxmf) client for [Reticulum](https://github.com/markqvist/Reticulum). +A simple open-source web based [LXMF](https://github.com/markqvist/lxmf) client for [Reticulum](https://github.com/markqvist/Reticulum). ## Features -- Supports sending to and receiving messages from [Sideband](https://github.com/markqvist/Sideband/) and [Nomadnet](https://github.com/markqvist/nomadnet). -- Supports receiving images sent from Sideband. -- Supports receiving file attachments sent from Sideband. +- Supports sending and receiving messages from [Reticulum WebChat](https://github.com/liamcottle/reticulum-webchat), [Sideband](https://github.com/markqvist/Sideband/) and [Nomadnet](https://github.com/markqvist/nomadnet). +- Supports receiving and saving images and attachments sent from Sideband. +- Supports sending an announce to the network. +- Supports setting a custom display name to send in your announce. +- Supports viewing peers discovered from announces. ## How does it work? @@ -83,3 +85,6 @@ python web.py --identity-base64 "GCN6mMhVemdNIK/fw97C1zvU17qjQPFTXRBotVckeGmoOwQ - [ ] support saving conversation history across page reloads, maybe an sqlite database - [ ] send images from web ui - [ ] send file attachments from web ui +- [ ] button to add peer to contacts, and show a tab for contacts +- [ ] allow setting a custom name to show for a contact +- [ ] button to forget peers and contacts