aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-09-01Bump version in package.json1.1.0Richard van der Hoff
2016-09-01Merge branch 'rav/ed25519_fix'Richard van der Hoff
2016-09-01Merge branch 'rav/ed25519_fix'Richard van der Hoff
2016-09-01update changelogRichard van der Hoff
2016-09-01Fix Ed25519 keypair generationRichard van der Hoff
2016-07-16refer to Double Ratchet in readmeMatthew Hodgson
2016-07-11Document the release processRichard van der Hoff
2016-07-11Makefile rules to build the rst into htmlRichard van der Hoff
2016-07-11Prepare 1.0.0 release1.0.0Richard van der Hoff
2016-07-06Merge branch 'rav/fix_decrypt_utf8'Richard van der Hoff
2016-07-06JS: make sure returned strings are null-terminatedRichard van der Hoff
2016-07-05Add an install and an install-debug targetsEmmanuel Gil Peyrot
2016-07-05Specify the soname in the library and its nameEmmanuel Gil Peyrot
2016-06-30PR feedbackRichard van der Hoff
2016-06-30Make space in the session pickle for chain indexRichard van der Hoff
2016-06-30Remove unused 'chain_index' from RatchetRichard van der Hoff
2016-05-26Put a signature on sent group messagesRichard van der Hoff
2016-05-26js group demo: use a remoteOps objectRichard van der Hoff
2016-05-26Merge branch 'rav/group_chat_js_bindings'Richard van der Hoff
2016-05-26javascript/olm_inbound_group_session.js: fix length argRichard van der Hoff
2016-05-26Merge remote-tracking branch 'matrix/master'Mark Haines
2016-05-26Add a fuzzer for olm_group_decryptMark Haines
2016-05-25Add a demo for group messaging via the JS bindingsRichard van der Hoff
2016-05-25Javascript bindings for group sessionsRichard van der Hoff
2016-05-25Remove session_id from group messagesRichard van der Hoff
2016-05-25Compile some of the crypto libs directlyRichard van der Hoff
2016-05-25Merge branch 'rav/more_group_chat/1'Richard van der Hoff
2016-05-25Add a comment explaining Mark's latest fixRichard van der Hoff
2016-05-25Merge branch 'rav/jenkins_build'Richard van der Hoff
2016-05-25Fix an integer wrap around bug and add a couple more testsMark Haines
2016-05-25Merge branch 'markjh/fuzzingII'Mark Haines
2016-05-24Fix handling of integer wraparound in megolm.cRichard van der Hoff
2016-05-24megolm_advance_to: Remove excessive optimisationRichard van der Hoff
2016-05-24megolm.c: rewrite counter updateRichard van der Hoff
2016-05-24megolm.c: Remove spurious arguments to rehash_partRichard van der Hoff
2016-05-24Avoid use of jq in test_olmRichard van der Hoff
2016-05-24Merge branch 'master' into rav/jenkins_buildRichard van der Hoff
2016-05-24Build the tests with -gRichard van der Hoff
2016-05-24Separate base64ing from the rest of msg encodingRichard van der Hoff
2016-05-24Update megolm_cipher as a global structRichard van der Hoff
2016-05-24add a script for jenkins to runRichard van der Hoff
2016-05-24Build the crypto libs as C99Richard van der Hoff
2016-05-24Use _olm_unset instead of memsetRichard van der Hoff
2016-05-24Avoid relying on uint -> int casting behaviourRichard van der Hoff
2016-05-24Python wrapper: support for inbound group sessionsRichard van der Hoff
2016-05-24Fix up some names, and protobuf tagsRichard van der Hoff
2016-05-24Support for pickling inbound group sessionsRichard van der Hoff
2016-05-24Implement decrypting inbound group messagesRichard van der Hoff
2016-05-24Implement functions to get the state of outbound sessionRichard van der Hoff
2016-05-24Outbound group session support in the python wrappersRichard van der Hoff