Skip to content
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

revise persistent storage: #62

Merged
merged 1 commit into from
Jul 20, 2015
Merged

revise persistent storage: #62

merged 1 commit into from
Jul 20, 2015

Conversation

hannesm
Copy link
Owner

@hannesm hannesm commented Jul 11, 2015

  • users.sexp is gone (but read if there)
  • users/ contains an sexpression for each (relevant) buddy:
    • if some otr fingerprint is known
    • if some custom otr policy is configured
    • if logging is enabled
  • a user is stored on disk if modified (not anymore on quit) via asynchronous thread, notified via mvar
  • history: all histories are saved every 10 minutes now, and on exit

* users.sexp is gone (but read if there)
* users/ contains an sexpression for each (relevant) buddy:
  - if some otr fingerprint is known
  - if some custom otr policy is configured
  - if logging is enabled
* a user is stored on disk if modified (not anymore on quit) via asynchronous thread, notified via mvar

* history: all histories are saved every 10 minutes now, and on exit
hannesm added a commit that referenced this pull request Jul 20, 2015
@hannesm hannesm merged commit 020c864 into master Jul 20, 2015
@hannesm hannesm deleted the persistency branch July 20, 2015 13:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant