Very nice, I even considered using escargot to patch the old clients but then realized it’s not a great idea security wise
Comment on PSA: the bitwarden clients got an upgrade that makes them incompatible with vaultwarden
melroy@kbin.melroy.org 3 weeks ago
Ps. I notice your msn avatar. I'm busy with https://retromessenger.com. Coming soon for free!
Wispy2891@lemmy.world 2 weeks ago
melroy@kbin.melroy.org 2 weeks ago Yeah escargot just doesn't do it for me. I want to keep using the existing chat network I use daily. But just giving back the MSN vibes.
I created it using gtk4. So it's cross platform as well. Meaning Linux native. Which I also wanted.
helix@feddit.org 3 weeks ago
Would love this to work with Signal and Matrix!
Yah that's possible. I just implemented telegram for now. But depending on the open api like matrix should work for sure as well. Has signal also an open client api?
helix@feddit.org 2 weeks ago
The whole client is open source, but idk if you can simply call the API with a token for a linked device or something. Pretty sure Signal doesn’t want “chatbots” on their networks and it might be against ToS.
uhm.. yeah I need to look into that. with Telegram, I needed to register a special "telegram app token" and on top of that you still need to login with your own credentials. But I'm just using the official tdlib for that.