index
:
libolm
master
Implementation of the olm and megolm cryptographic ratchets
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
javascript
Age
Commit message (
Expand
)
Author
2016-05-20
Add support for building the JS wrappers to the Makefile
Richard van der Hoff
2016-05-16
Remove vestiges of logging
Richard van der Hoff
2016-04-26
Fix a bunch of compiler warnings, and turn on warnings.
Richard van der Hoff
2016-04-26
Add some logging to help understand what's going on
Richard van der Hoff
2016-04-26
Add a basic logging implementation
Richard van der Hoff
2016-04-26
Make 'npm build' build the js lib
Richard van der Hoff
2015-12-02
Fix a console error when importing in a browser
Richard van der Hoff
2015-12-02
Tweak javascript build to make npm better
Richard van der Hoff
2015-11-01
switch from /usr/bin/python to /usr/bin/env python. this doesn't help folks w...
Matthew Hodgson
2015-08-04
Add sha256 and ed25519_verify methods to javascript bindings
Mark Haines
2015-07-21
Add package.json for adding olm to npm
Mark Haines
2015-07-21
Add more workarounds for closure compiler in javascript bindings
Mark Haines
2015-07-21
Fix javascript bindings: matches_inbound doesn't take an account argument
Mark Haines
2015-07-20
More fixes to the javascript bindings to get them to behave with browserify
Mark Haines
2015-07-17
Add remove_one_time_keys to the javascript bindings
Mark Haines
2015-07-16
Add method getting a session id. Update the python and javascript bindings
Mark Haines
2015-07-14
Tweak the javascript bindings so that they will work with Node.js
Mark Haines
2015-07-10
Output simpler JSON for the account keys, don't sign the JSON but instead pro...
Mark Haines
2015-07-09
Add c bindings for the methods for managing one time keys
Mark Haines
2015-07-08
Don't pass a key id when creating a new outbound session
Mark Haines
2015-07-08
Update the javascript bindings and demo to match the format of the identity k...
Mark Haines
2015-06-27
Rename axolotlpp as olm to avoid confusion with Axolotl-the-spec and Axolotl-...
Matthew Hodgson
2015-06-26
Make sure the build dir exists
Mark Haines
2015-06-26
Add a demo for the javascript bindings
Mark Haines
2015-06-26
Fix javascript bindings to correctly pass the random buffer
Mark Haines
2015-06-24
Throw an Error object rather than a string in the javascript bindings.
Mark Haines
2015-06-23
Add javascript bindings using emscripten
Mark Haines
[prev]