Interlocutor
Interlocutor copied to clipboard
Free, decentralized comment software for the web
The example at https://pik.github.io/Interlocutor/blog/ is not working anymore. The homeserver is not alive? Maybe create a room in `#interlocutor:matrix.org` and use that for the example?
Rather than relying on Polymer, it'd be nice if this were dependency-free.
There are several objectives that should be achieved or more easily achievable with a refactor. **Separate state (as much as possible from Polymer components) ** Polymer state changes and notifications...
e2e is now relatively stable in Matrix, so we should look into supporting signed comments. Crucial to this is figuring out a user-friendly way to obtain / store ed25519 keys.
Currently each discussion using Interlocutor is tied to a unique Room which must be generated separately by the host. Ideally we would be able to generate rooms from e.g. prefix...
Interlocutor `demo/index.html` is currently using a normal user account/login to provide application access to rooms. While this is hidden in the UI it basically means that all client users have...