arlolra / ctypes-otr Public
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
Disable message logs upon using private otr chats. #49
Comments
|
Ah, right. In Tor Messenger we've disabled all logging. But for Instantbird, this will be a useful feature. |
|
Related: warn the user if logging is enabled (if the user explicitly enabled it). |
* Logging is disabled by default in Tor Messenger but useful for Instantbird users. * Issue #49
|
Pushed a patch for the first part of this there. It depends on merging something upstream though. Working on the warning next. |
|
@arlolra how do you display the warning to users? Should we show it in conversation window (using |
|
@c633 I think using the notification box would be preferable, since we'll eventually want to conveniently add actions like "disable logging". Unfortunately, at present, disabling logging doesn't affect the current conversation. I had a patch for that but it got stalled on a dependency, which I see has now resolved. I should pick that up soon. Even more unfortunate is that the logging flag has no granularity and can't be applied to individual conversations. The other patch above, which also stalled, is perhaps too fined grained and applies to messages themselves. Not sure why I did that. I need to revisit this whole issue. Anyways, yes, a notification box with perhaps a pref to permanently dismiss the warnings would be a good first start. See code in ui.js around |
Pidgin-otr does this by default.
The text was updated successfully, but these errors were encountered: