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
{{ message }}
This repository has been archived by the owner on Jun 11, 2020. It is now read-only.
Add an option to log message and file history (maybe call history too, it's too distant to think about it yet).
The defaults for logging are debatable, but I think that:
Logging should be always encrypted, with no option to turn encryption off.
Logging should be turned off by default (with an option to tun it on, obviously).
Because it's a secure messenger, storing unencrypted logs is just not an option, and not having logs at all improves the overall security :)
Logging options should be added to already existing logging settings page. Note that there is some logging code commented out here and there.
Logs are to be stored in SQLite database. Messages will be loaded from log little by little as user scrolls Message Display widget up. The same applies for File Transfer widget, but when it is scrolled down. When deleting a friend, all logs regarding that friend should be deleted.
The text was updated successfully, but these errors were encountered:
Add an option to log message and file history (maybe call history too, it's too distant to think about it yet).
The defaults for logging are debatable, but I think that:
Because it's a secure messenger, storing unencrypted logs is just not an option, and not having logs at all improves the overall security :)
Logging options should be added to already existing logging settings page. Note that there is some logging code commented out here and there.
Logs are to be stored in SQLite database. Messages will be loaded from log little by little as user scrolls Message Display widget up. The same applies for File Transfer widget, but when it is scrolled down. When deleting a friend, all logs regarding that friend should be deleted.
The text was updated successfully, but these errors were encountered: