aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-07-04Fix group demo to work with > 2 usersSaúl Ibarra Corretgé
2020-06-11bump version info for release3.1.5Hubert Chathi
2020-06-11changelog for releaseHubert Chathi
2020-06-11update release instructionsHubert Chathi
2020-06-11add list of bindingsHubert Chathi
2020-05-19move -o option before source files, for better compatibility with LLVMHubert Chathi
2020-05-19Merge branch 'matthew/js-fixes' into 'master'Hubert Chathi
2020-05-16fix group demo to work with Olm.init()Matthew Hodgson
2020-05-16fix 1:1 demo to work with Olm.init()Matthew Hodgson
2020-05-16spell out error msg if you don't Olm.initMatthew Hodgson
2020-05-16fix build on latest emscriptenMatthew Hodgson
2020-05-15remove overzealous -D param to install which breaks build on macOSMatthew Hodgson
2020-05-13add a note about calling Olm.initHubert Chathi
2020-05-07fix type signature of unpickle in Inbound/OutboundGroupSessionHubert Chathi
2020-05-07Add wasm target to Makefilestoically
2020-04-29Merge branch 'uhoreg/typescript' into 'master'Hubert Chathi
2020-04-29add missing declaration for PkDecryption#decrypt and SAS classHubert Chathi
2020-04-24add declarations for Inbound/OutboundGroupSessionHubert Chathi
2020-04-24initial TypeScript definition fileHubert Chathi
2019-11-08Update signing.md to use operatornameRichard van der Hoff
2019-11-08Merge branch 'rav/fix_math' into 'master'Richard van der Hoff
2019-11-08Update olm.mdRichard van der Hoff
2019-11-08Update signing.mdRichard van der Hoff
2019-11-08Update megolm.mdRichard van der Hoff
2019-10-23CMakeLists.txt: export include directories in install(TARGETS)Alexey Rusakov
2019-10-09release 3.1.43.1.4Hubert Chathi
2019-10-09Merge branch 'dbkr/olm_session_describe' into 'master'Hubert Chathi
2019-10-08check return value of snprintf, fix typo, add clarificationHubert Chathi
2019-10-04Pass in a buffer to olm_session_describeDavid Baker
2019-10-01doc stringDavid Baker
2019-10-01Add olm_session_describeDavid Baker
2019-09-30Merge branch 'dbkr/emscripten_is_picky_about_pic' into 'master'Hubert Chathi
2019-09-30Merge branch 'dbkr/wrong_comment_breaks_everything' into 'master'Hubert Chathi
2019-09-30Build the js objects without PICDavid Baker
2019-09-30Fix comment and also js buildDavid Baker
2019-08-22Merge branch 'rav/megolm_doc_format' into 'master'Hubert Chathi
2019-08-22Update megolm.mdRichard van der Hoff
2019-08-08Makefile: Overwrite symlinks in install and install-debugTrygve Aaberge
2019-07-03Merge branch 'python/drop-hypothesis' into 'master'Hubert Chathi
2019-07-03CMakeLists.txt: add env vars to target_include_directoriesAlexey Andreyev
2019-06-24release 3.1.33.1.3Hubert Chathi
2019-06-22Merge branch 'python/unicode_decode_errors' into 'master'Matthew Hodgson
2019-06-20tests: Simplify the input parameter for the Unicode decoding tests.Damir Jelić
2019-06-20tests: Use Unicode literals in the Unicode decoding tests.Damir Jelić
2019-06-20tests: Simplify the sha256 tests for python.Damir Jelić
2019-06-20tests: Drop hypothesis from the tests.Damir Jelić
2019-06-20_compat: Make the encoding argument explicit in to_unicode_str().Damir Jelić
2019-06-20olm: Rename the errors function argument in the decryption functions.Damir Jelić
2019-06-19Merge branch 'matthew/define-secrecy' into 'master'Matthew Hodgson
2019-06-20fix typo & more wording from lucaMatthew Hodgson