l
l
We kind of want to deprecate legacy Python bindings at some point, and it is the only part that tests CFFI. What we really need is some UI to use...
I just looked into `/var/lib/acme/keys`: the folders there are not executable for anyone except the owner, so nobody except the root can even enter `/var/lib/acme/keys/...` and read the `privkey` file...
`privkey` is a symlink into `keys`: ``` -rw-r--r-- 1 root root 1.9K Oct 30 17:29 cert -rw-r--r-- 1 root root 1.8K Oct 30 17:29 chain -rw-r--r-- 1 root root 3.6K...
Likely a duplicate of #5965 with no version specified and no way to reproduce.
What do other messengers do? I tried in Mastodon, there I can still tag blocked users. Signal does not allow to send in 1:1 chats and offers to unblock the...
In Signal both on Android and Desktop there is no "Reply privately" but there is forward and it simply does not offer blocked contacts. This makes sense to do in...
So as a minimal fix, let's unblock the contact when we send a message to it, this will not require any UI changes.
rPGP does not even have a way to get key flags without looking at the packets manually. https://codeberg.org/heiko/rpgpie has some functions for this.
Just removing an authentication subkey should have worked as well. But it's generally not recommended to use the same key for signing and encryption.
The question is why we even tell in the readme to install jekyll when `bundle install` downloads another copy of it.