Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

My personal fork #54

Open
MatthiasGrandl opened this issue Jan 12, 2024 · 2 comments
Open

My personal fork #54

MatthiasGrandl opened this issue Jan 12, 2024 · 2 comments

Comments

@MatthiasGrandl
Copy link

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.

@rumpelsepp
Copy link
Owner

Thank you very much for your input! I am currently very busy, but I will try to incorporate your changes here! Have a nice day!

@MatthiasGrandl
Copy link
Author

No worries and I have no expectations that my changes will be incorporated since it diverges quite heavily. Just wanted to give you a heads up in case you are curious :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants