-
Notifications
You must be signed in to change notification settings - Fork 24
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
Automatically initiate otr session if peer uses otr #45
Comments
What would be a good way to do this without interference, CTCP perhaps? Another related issue is re-initializing the session after one of the users has disconnected. Currently irssi-otr doesn't handle this automatically and requires /otr finish /otr init to fix the connection. |
What I was thinking about is to support something like "/otr init ". Which opens up a msg window with the user and automatically initiate otr. Thoughts? On the re-init issue, if the other side sends a finish message, you should not try to re-init the OTR. It should be possible to make /otr init a bit more intelligent and automatically finish the current session if it's in the finish state. |
-----BEGIN PGP SIGNED MESSAGE----- David Goulet:
Thanks for this plugin, it is awesome!
iQJ8BAEBCgBmBQJTmiezXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w |
True, that could be doable. This plugin used to have a way to control OTR policies that tells if OTR should be tried every time or just for those supporting it, I can give it a shot and have it at least opportunistic. :) |
Any update on this? This would be such a great feature... |
Current usage: Requires user to explicitly type /otr init in a /msg window to start otr.
Better: otr looks to see if uid uses otr, and if so, automatically initiates.
Possible options: Only initiate for trusted FP.
The text was updated successfully, but these errors were encountered: