Commit Graph

5 Commits

Author SHA1 Message Date
lilia
ddba403ef5 Move registrationId from session record to session state
This was mostly used internally by SessionRecord to flag the lack of an
open session, but that can be replaced with an actual check for an open
session.
2016-09-19 20:21:53 -07:00
lilia
ffd60c7d94 Remove duplicate identityKey from SessionRecord
This is redundant to the identity key store, and only used to check
internal consistency between sessions and the 'current' remote identity,
though there's no particular reason we can't keep sessions from previous
identity keys.
2016-09-19 20:21:53 -07:00
lilia
a42fa1e6e1 Fix vim header comment 2016-07-31 23:20:57 -07:00
lilia
312efe24a2 Remove padding/unpadding operations
These should be handled at the service/application level.
2016-06-14 19:28:55 -07:00
lilia
bfdf169ad2 Version 1.0.0 2016-06-14 17:36:31 -07:00