Hmmm
I think I’ve observed repeatedly changing encryption keys - I’m in the middle of a minor restructure and will make the rsa key derivation deterministic during this process…
I had a bug in public name resolution but thought that was my intermediate version only oO.
But you found riddim - didn’t you?
(and I found an issue where dweb gets blocked…
A dweb restart may resolve issues too
Default behaviour is infinite retries for write and read … But when one write request takes long enough to be superseded by another one that was fired later and happened to be faster to be executed the infinite retries with lower counter value are an issue… Dweb uses one worker process to retry (literally) forever and when enough processes are blocked by this the server doesn’t respond anymore at all… So my - not yet released - version of friends only uses 1 attempt for read and write operations and I’ll deal with errors on that)
Hmhmm - I did accept it but it seems that I indeed messed up the conditions when to regenerate the keys automatically and you probably cannot decrypt it …
I think I have messed up some things with the last updates around encryption…
… With the static derivation I plan to implement soonish this should resolve and friendship requests should run smoothly then… If the other issue is due to dweb being blocked then the next version will resolve that too