Commit Graph

15 Commits (71e1f1e143299f1c08f3cd7c6f0b26132a514104)

Author SHA1 Message Date
Scott Nonnenberg 0774ba2903 Eslintify all of libtextsecure
Scott Nonnenberg a0ed993b42 Now we've got everything prettified!
Daniel Gasienica 95321e5d3e Remove Vim mode lines
lilia ffa702c934 Update libsignal-protocol v0.9.0
* Exposes crypto APIs.
* Move worker methods to libsigna.worker.
* Move ProvisioningCipher to libtextsecure.
lilia cd2218ada7 Move hard-coded worker url out of libtextsecure
// FREEBIE
lilia 6266050a67 Remove unused jobqueue
// FREEBIE
lilia 7939b6ae98 Remove hasOpenSession from protocol_wrapper
// FREEBIE
lilia 0483fa2f97 Remove closeOpenSessionForDevice from protocol_wrapper
// FREEBIE
lilia 0d5ec60a7a Remove handlePreKeyWhisperMessage from protocol_wrapper
// FREEBIE
lilia 8010a09045 Remove decryptWhisperMessage from protocol_wrapper
// FREEBIE
lilia 891ddacd35 Remove processPreKey from protocol_wrapper
Use SessionBuilder directly instead of protocol_wrapper

// FREEBIE
lilia 843036f0ce Remove getRegistrationId and encryptMessageFor from protocol_wrapper
We can now use protocol classes like SessionCipher directly because it
supports per-device read/write serialization internally.

// FREEBIE
lilia e68031019b Integrate libsignal.SessionCipher
Bypass the old protocolInstance wrapper methods and use the shiny new
SessionCipher class directly.

// FREEBIE
lilia 9f871db48a Update libsignal-protocol / Update prekey format
Integrates change in prekey object formatting, which now matches more
conveniently with the representation rendered by the server.

// FREEBIE
lilia b160556d6e Change filename
// FREEBIE