Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-01 | doc string | David Baker | |
2019-10-01 | Add olm_session_describe | David Baker | |
As a way to dump the state of an olm session, ie. the chain indicies, so we can debug why olm sessions break and get out of sync. | |||
2019-09-30 | Merge branch 'dbkr/emscripten_is_picky_about_pic' into 'master' | Hubert Chathi | |
Build the js objects without PIC See merge request matrix-org/olm!8 | |||
2019-09-30 | Merge branch 'dbkr/wrong_comment_breaks_everything' into 'master' | Hubert Chathi | |
Fix comment and also js build See merge request matrix-org/olm!7 | |||
2019-09-30 | Build the js objects without PIC | David Baker | |
This confuses emscripten now | |||
2019-09-30 | Fix comment and also js build | David Baker | |
The python that searches the header files for exports isn't smart enough to know what is a comment and what isn't, so it picks this up too and emscripten then complains about it being undefined. | |||
2019-08-22 | Merge branch 'rav/megolm_doc_format' into 'master' | Hubert Chathi | |
Update megolm.md See merge request matrix-org/olm!6 | |||
2019-08-22 | Update megolm.md | Richard van der Hoff | |
2019-08-08 | Makefile: Overwrite symlinks in install and install-debug | Trygve Aaberge | |
Without this, it's not possible to run the install or install-debug rules multiple times. Signed-off-by: Trygve Aaberge <trygveaa@gmail.com> | |||
2019-07-03 | Merge branch 'python/drop-hypothesis' into 'master' | Hubert Chathi | |
tests: Drop hypothesis from the python tests. See merge request matrix-org/olm!5 | |||
2019-07-03 | CMakeLists.txt: add env vars to target_include_directories | Alexey Andreyev | |
2019-06-24 | release 3.1.33.1.3 | Hubert Chathi | |
2019-06-22 | Merge branch 'python/unicode_decode_errors' into 'master' | Matthew Hodgson | |
Python unicode decode errors when decrypting. See merge request matrix-org/olm!4 | |||
2019-06-20 | tests: Simplify the input parameter for the Unicode decoding tests. | Damir Jelić | |
2019-06-20 | tests: Use Unicode literals in the Unicode decoding tests. | Damir Jelić | |
This is needed because the function returns Unicode strings and the comparison will fail under python2 unless Unicode literals are used. | |||
2019-06-20 | tests: Simplify the sha256 tests for python. | Damir Jelić | |
Hypothesis isn't used anymore and the strings are now constants, meaning that the hashes should never match. | |||
2019-06-20 | tests: Drop hypothesis from the tests. | Damir Jelić | |
Hypothesis recently had some problems with the typing module breaking the tox tests. Since Hypothesis isn't really used much in the test this patch removes it from them as well as from the test-requirements. | |||
2019-06-20 | _compat: Make the encoding argument explicit in to_unicode_str(). | Damir Jelić | |
2019-06-20 | olm: Rename the errors function argument in the decryption functions. | Damir Jelić | |
2019-06-19 | Merge branch 'matthew/define-secrecy' into 'master' | Matthew Hodgson | |
explicitly define backward & forward secrecy See merge request matrix-org/olm!3 | |||
2019-06-20 | fix typo & more wording from luca | Matthew Hodgson | |
2019-06-19 | _compat: Remove the now unused native_str. | Damir Jelić | |
2019-06-19 | _compat: Change the to_native_str into a to_unicode_str function. | Damir Jelić | |
The to_native_str function was supposed to produce Unicode decoded native strings for python2 and python3. Upon further consideration this doesn't make much sense since under python2 it would need to decode the bytes into a Unicode string and turn it back into a python2 str. The ability to use the replacement character requires us to use a Unicode string under python2 as well. | |||
2019-06-19 | _compat: Remove unused import. | Damir Jelić | |
2019-06-18 | incorporate review from vdh & luca | Matthew Hodgson | |
2019-06-18 | Makefile: Add an isort target. | Damir Jelić | |
2019-06-18 | olm: Allow decryption functions to define how to handle unicode decode errors. | Damir Jelić | |
This patch changes the decryption functions not to fail if there was an unicode decode error while converting the decrypted bytes plaintext into a native python string. Characters that cannot be decoded as unicode are now replaced with the unicode replacement character (U+FFFD). The old behaviour of raising an UnicodeDecodeError can be achieved by passing the "strict" error handling scheme to the decrypt function. | |||
2019-06-18 | explicitly define backward & forward secrecy | Matthew Hodgson | |
as it repeatedly trips people up, including me | |||
2019-06-18 | compat: Add a method to convert bytes to a string that handles unicode errors. | Damir Jelić | |
2019-06-12 | fix another incorrect comment | Hubert Chathi | |
2019-06-12 | use the right error in the comment | Hubert Chathi | |
2019-05-20 | remove megolm.rst | Matthew Hodgson | |
2019-05-20 | Merge branch 'markdown' into 'master' | Matthew Hodgson | |
Convert docs from RST to Markdown See merge request matrix-org/olm!2 | |||
2019-05-20 | merge | Matthew Hodgson | |
2019-05-20 | Merge branch 'master' into markdown | Matthew Hodgson | |
2019-05-20 | fix thinko in megolm spec | Matthew Hodgson | |
as per https://github.com/matrix-org/olm/issues/15. thanks to @dest | |||
2019-05-14 | add more consts and comments | Hubert Chathi | |
2019-05-14 | Convert CONTRIBUTING.rst to markdown | Aaron Raimist | |
Signed-off-by: Aaron Raimist <aaron@raim.ist> | |||
2019-05-14 | Convert README.rst to markdown | Aaron Raimist | |
Signed-off-by: Aaron Raimist <aaron@raim.ist> | |||
2019-05-14 | Convert signing.rst to markdown | Aaron Raimist | |
Signed-off-by: Aaron Raimist <aaron@raim.ist> | |||
2019-05-14 | Convert olm.rst to markdown | Aaron Raimist | |
Signed-off-by: Aaron Raimist <aaron@raim.ist> | |||
2019-05-14 | Convert megolm.rst to markdown | Aaron Raimist | |
Signed-off-by: Aaron Raimist <aaron@raim.ist> | |||
2019-05-14 | add comment about input buffers being overwritten | Hubert Chathi | |
also make some params const where possible | |||
2019-04-30 | release 3.1.23.1.2 | Hubert Chathi | |
2019-04-30 | update to newer Android SDK version | Benoit Marty | |
2019-04-30 | improve some comments | Benoit Marty | |
2019-04-29 | bump version number for 3.1.13.1.1 | Hubert Chathi | |
2019-04-29 | avoid variable length arrays in SAS test | Hubert Chathi | |
2019-04-29 | update changelog for 3.1.1 | Hubert Chathi | |
2019-04-29 | disable test_ratchet on dynamically-linked Windows builds | Hubert Chathi | |