Age | Commit message (Expand) | Author |
2018-06-27 | add initial implementation of basic private key encryption functionality | Hubert Chathi |
2018-01-09 | patch for libolm: fix some typos in JavaScript library | Hubert Chathi |
2017-03-01 | prepare v2.2.22.2.2 | Richard van der Hoff |
2017-01-18 | Prep v2.2.12.2.1 | Richard van der Hoff |
2017-01-18 | Bump version numbers to 2.2.02.2.0 | Richard van der Hoff |
2017-01-09 | Implement importing group session data | Richard van der Hoff |
2017-01-06 | Enable exporting inbound group session keys | Richard van der Hoff |
2016-12-22 | Bump version numbers throughout2.1.0 | Richard van der Hoff |
2016-12-19 | Add some tests for the Javascript wrappers | Richard van der Hoff |
2016-12-16 | Avoid buffer overrun on encryption | Richard van der Hoff |
2016-12-15 | Merge pull request #39 from matrix-org/rav/messages_on_heap | Richard van der Hoff |
2016-12-15 | typo | Richard van der Hoff |
2016-12-15 | zero out plaintext buffers | Richard van der Hoff |
2016-12-14 | Allocate memory for message blobs on the heap | Richard van der Hoff |
2016-12-14 | Let apps override emscripten settings | Richard van der Hoff |
2016-12-12 | Better handling of exceptions during loading | Richard van der Hoff |
2016-10-25 | Version bump for 2.0.02.0.0 | Richard van der Hoff |
2016-10-20 | Return the message index when decrypting group messages. | Mark Haines |
2016-09-14 | Changelog and version bump for 1.3.01.3.0 | Mark Haines |
2016-09-14 | Fix the group javascript demo | Mark Haines |
2016-09-13 | Merge remote-tracking branch 'matrix/master' | Mark Haines |
2016-09-13 | Merge pull request #23 from matrix-org/markjh/remove_message_index | Mark Haines |
2016-09-13 | Remove the messsage index from olm_init_inbound_group_session since it is rea... | Mark Haines |
2016-09-13 | Add a olm_inbound_group_session_id method | Mark Haines |
2016-09-06 | call double ratchet what it is | Matthew Hodgson |
2016-09-06 | Bump version numbers to 1.2.01.2.0 | Richard van der Hoff |
2016-09-06 | Clean up some typos | Richard van der Hoff |
2016-09-05 | Fix error handling for group sessions | Richard van der Hoff |
2016-09-05 | Merge pull request #15 from matrix-org/rav/has_received_message | Richard van der Hoff |
2016-09-05 | Fix megolm decryption of UTF-8 | Richard van der Hoff |
2016-09-04 | OlmSession.has_received_message | Richard van der Hoff |
2016-09-01 | Bump version in package.json1.1.0 | Richard van der Hoff |
2016-09-01 | Fix Ed25519 keypair generation | Richard van der Hoff |
2016-07-11 | Prepare 1.0.0 release1.0.0 | Richard van der Hoff |
2016-07-06 | JS: make sure returned strings are null-terminated | Richard van der Hoff |
2016-05-26 | Put a signature on sent group messages | Richard van der Hoff |
2016-05-26 | js group demo: use a remoteOps object | Richard van der Hoff |
2016-05-26 | javascript/olm_inbound_group_session.js: fix length arg | Richard van der Hoff |
2016-05-25 | Add a demo for group messaging via the JS bindings | Richard van der Hoff |
2016-05-25 | Javascript bindings for group sessions | Richard van der Hoff |
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 |