repo
You might want to check it out if there is anything interesting in there for you.
My code quality is definitely terrible as I am a complete rust noob, but it is working nicely for me.
Changes:
- Updated dependencies
matrix-rust-sdk -> 0.7
- Sliding Sync
- Cross-signing user identities (in favor of device verification)
- Implemented the sqlite store for persistance
- The sync command creates a unix socket which broadcasts the room list to anyone who wants to listen (yolo)
- This unix socket offers a minimal API to write messages/reply and subscribe to rooms
Reason for the unix socket is that I wanted to be able to get updated at the same time as writing messages. This is not possible with a simple CLI due to the session lock.
repo
You might want to check it out if there is anything interesting in there for you.
My code quality is definitely terrible as I am a complete rust noob, but it is working nicely for me.
Changes:
matrix-rust-sdk -> 0.7Reason for the unix socket is that I wanted to be able to get updated at the same time as writing messages. This is not possible with a simple CLI due to the session lock.