You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(Oh wow... I totally failed to reply before.... Really sorry)
Right, the key generation is a bit wanky and by that I mean that the irssi plugin uses a thread to start the key generation and that thread can not notify the main irssi process of completion else we end up in bad memory territory.
So the way to go around that limitation is that every "otr events" and private message sent/received, the plugin checks if the key generation thread is done and if so will print the completion message in the main process.
Double key generation should work, I just tested out, the previous key will be replaced. Can you confirm that the otr.key file doesn't change with your use case?
To reproduce:
The text was updated successfully, but these errors were encountered: