Skip to content
This repository has been archived by the owner on Jun 11, 2020. It is now read-only.

Logging #75

Open
nurupo opened this issue Oct 15, 2013 · 4 comments
Open

Logging #75

nurupo opened this issue Oct 15, 2013 · 4 comments

Comments

@nurupo
Copy link
Owner

nurupo commented Oct 15, 2013

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.

@Schlumpf
Copy link
Contributor

I'm working on a new message handling/display. I will be model based. So this issue depends on this.

@nurupo
Copy link
Owner Author

nurupo commented Oct 16, 2013

So this issue depends on this.

this issue depends on this? Not sure why you said that #75 depends on #75, but okay.

Also, what did you try to say about the new message display?

@Schlumpf
Copy link
Contributor

:D new try:
The new message display will use a model for handling the messages. So this (#75) will depend on the new model of #62.

@nurupo
Copy link
Owner Author

nurupo commented Oct 16, 2013

Correct. And #68 should also be completed first for file transfer logging.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants