leapchat
leapchat copied to clipboard
Ephemeral, encrypted, in-browser chat rooms
Then adversaries can't click on old links to follow invitees! (Unless they never clicked the link in the first place.) These links should expire quickly though, like after 1 or...
If you are scrolled up and someone makes a new chat message, it automatically scrolls you down. this can make it difficult to view chat history if other people are...
When room deleted? After an hour? See #10
Backend security feature: compile JS into Go binary so it's less trivial to insert malicious JS into
Use (or at least start with) something like https://github.com/mjibson/esc
make a note of when a text was sent/received or when it was seen
It would be nice if you implemented a notification feature that wasn't just sound. As I don't always have my earbuds in.
Would be nice to have an option to turn on push notifications in browser. Also image attachment (I know this may not be feasible from a storage perspective, so maybe...
(Assuming we go with Capacitor! So far, so good.) This lets us streamingly read or write blobs to/from disk: https://github.com/diachedelic/capacitor-blob-writer ...but what about doing streaming uploads/downloads? `import { CapacitorHttp }...
Bumps [webpack](https://github.com/webpack/webpack) from 5.75.0 to 5.76.0. Release notes Sourced from webpack's releases. v5.76.0 Bugfixes Avoid cross-realm object access by @Jack-Works in webpack/webpack#16500 Improve hash performance via conditional initialization by @lvivski...