aboutsummaryrefslogtreecommitdiff
path: root/javascript/olm_post.js
AgeCommit message (Expand)Author
2020-11-05Convert to sibs projectHEADmasterdec05eba
2020-10-06use stackAlloc instead of allocateLukas Lihotzki
2020-09-01Merge branch 'master' into uhoreg/fallbackHubert Chathi
2020-08-31allow some things to be Uint8Array, and fix some TypeScript declarationsHubert Chathi
2020-08-14add support for fallback keysHubert Chathi
2019-10-04Pass in a buffer to olm_session_describeDavid Baker
2019-10-01Add olm_session_describeDavid Baker
2019-04-08re-add null termination in javascriptHubert Chathi
2019-04-08javascript: Switch from deprecated Pointer_stringify() to UTF8toString().Damir Jelić
2019-01-29Add signing class to the pk moduleDavid Baker
2019-01-21initial implementation of short authentication string generationHubert Chathi
2018-10-16zero buffers in the JavaScript bindingsHubert Chathi
2018-10-04Dual-build wasm and asm.js olmDavid Baker
2018-09-25Another day, another interfaceDavid Baker
2018-09-21WebAssembly support!David Baker
2018-06-27add initial implementation of basic private key encryption functionalityHubert Chathi
2018-01-09patch for libolm: fix some typos in JavaScript libraryHubert Chathi
2016-12-16Avoid buffer overrun on encryptionRichard van der Hoff
2016-12-15Merge pull request #39 from matrix-org/rav/messages_on_heapRichard van der Hoff
2016-12-15typoRichard van der Hoff
2016-12-15zero out plaintext buffersRichard van der Hoff
2016-12-14Allocate memory for message blobs on the heapRichard van der Hoff
2016-12-12Better handling of exceptions during loadingRichard van der Hoff
2016-09-05Merge pull request #15 from matrix-org/rav/has_received_messageRichard van der Hoff
2016-09-05Fix megolm decryption of UTF-8Richard van der Hoff
2016-09-04OlmSession.has_received_messageRichard van der Hoff
2016-09-01Fix Ed25519 keypair generationRichard van der Hoff
2016-07-06JS: make sure returned strings are null-terminatedRichard van der Hoff
2016-05-16Remove vestiges of loggingRichard van der Hoff
2016-04-26Add a basic logging implementationRichard van der Hoff
2015-08-04Add sha256 and ed25519_verify methods to javascript bindingsMark Haines
2015-07-21Fix javascript bindings: matches_inbound doesn't take an account argumentMark Haines
2015-07-17Add remove_one_time_keys to the javascript bindingsMark Haines
2015-07-16Add method getting a session id. Update the python and javascript bindingsMark Haines
2015-07-14Tweak the javascript bindings so that they will work with Node.jsMark Haines
2015-07-10Output simpler JSON for the account keys, don't sign the JSON but instead pro...Mark Haines
2015-07-09Add c bindings for the methods for managing one time keysMark Haines
2015-07-08Don't pass a key id when creating a new outbound sessionMark Haines
2015-07-08Update the javascript bindings and demo to match the format of the identity k...Mark Haines
2015-06-27Rename axolotlpp as olm to avoid confusion with Axolotl-the-spec and Axolotl-...Matthew Hodgson