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
we'll be able to send encrypted copies of the data base to other local nodes/instances. Full syncing is going to be a while out ... I think I'd prefer wait on syncing passwords until we had support for multiple versions (see #32). For now, though, we can sync metadata.
Before this, we need some new features/enhancements:
Once this ticket is done:
we'll be able to send encrypted copies of the data base to other local nodes/instances. Full syncing is going to be a while out ... I think I'd prefer wait on syncing passwords until we had support for multiple versions (see #32). For now, though, we can sync metadata.
Before this, we need some new features/enhancements:
synced
timestamp field #43last_used
field withtime::now
#42The communications and actions protocol might look something like this:
We'll need a protocol struct for tracking all this ... maybe in
sync.rs
:Merging logic to be done:
created
- take the less recent dateimported
- take the less recent dateupdated
- take the more recent datepassword_changed
- take the more recent datelast_used
- take the more recent datesynced
-time::now
access_count
- sum from bothAny fields not listed will be done after #32 has been completed.
With this in place:
sync
CLI command, taking the host as argThe text was updated successfully, but these errors were encountered: