Skip to content

Tags: strikeout/libaxolotl-javascript

Tags

1.3.0

Toggle 1.3.0's commit message
Return registration id and identity key when decrypt PreKeyWhisperMes…

…sage

This information is part of the PreKeyWhisperMessage but is required by a
TextSecure implementation.

1.2.2

Toggle 1.2.2's commit message
Check preKeyId isn't null in createSessionFromPreKeyWhisperMessage

Checking for falsey wouldn't catch the case where preKeyId is 0.

1.2.1

Toggle 1.2.1's commit message
Don't modify passed in session in createSessionFromPreKeyWhisperMessage

1.2.0

Toggle 1.2.0's commit message
Release 1.2.0

1.1.2

Toggle 1.1.2's commit message
Fix incorrect method name on Axolotl interface

1.0.2

Toggle 1.0.2's commit message
Update to traceur 0.0.84 and remove outdated traceur-runtime dependency

1.0.0

Toggle 1.0.0's commit message
Refactor the interface to side-effect free

After attempting to use the interface for the first time, I found that it
was not very suitable. Implementing the large Store interface was also
painful.

The new interface is much more functional. All methods are side-effect free,
with the exception of calling the remaining store methods.

I've moved the trust check out of Axolotl as this should be done at a
higher level, in my opinion.

I've also removed the JSON serialisation of the session, as some clients may
want to serialise the session in other ways.

0.9.0

Toggle 0.9.0's commit message
Update compiled library to 0.9.0

0.5.3

Toggle 0.5.3's commit message
Include dist folder in repostiry for bower

0.5.2

Toggle 0.5.2's commit message
Fixed bower ignore file list and create 0.5.2