- Oct 01, 2019
-
-
David Baker authored
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.
-
- Sep 30, 2019
-
-
Hubert Chathi authored
Build the js objects without PIC See merge request matrix-org/olm!8
-
Hubert Chathi authored
Fix comment and also js build See merge request matrix-org/olm!7
-
David Baker authored
This confuses emscripten now
-
David Baker authored
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.
-
- Aug 22, 2019
-
-
Hubert Chathi authored
Update megolm.md See merge request matrix-org/olm!6
-
Richard van der Hoff authored
-
- Aug 08, 2019
-
-
Trygve Aaberge authored
Without this, it's not possible to run the install or install-debug rules multiple times. Signed-off-by:
Trygve Aaberge <trygveaa@gmail.com>
-
- Jul 03, 2019
-
-
Hubert Chathi authored
tests: Drop hypothesis from the python tests. See merge request matrix-org/olm!5
-
Alexey Andreyev authored
-
- Jun 24, 2019
-
- Jun 22, 2019
-
-
Matthew Hodgson authored
Python unicode decode errors when decrypting. See merge request matrix-org/olm!4
-
- Jun 20, 2019
-
-
Damir Jelić authored
-
Damir Jelić authored
This is needed because the function returns Unicode strings and the comparison will fail under python2 unless Unicode literals are used.
-
Damir Jelić authored
Hypothesis isn't used anymore and the strings are now constants, meaning that the hashes should never match.
-
Damir Jelić authored
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.
-
Damir Jelić authored
-
Damir Jelić authored
-
- Jun 19, 2019
-
-
Matthew Hodgson authored
explicitly define backward & forward secrecy See merge request matrix-org/olm!3
-
Matthew Hodgson authored
-
Damir Jelić authored
-
Damir Jelić authored
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.
-
Damir Jelić authored
-
- Jun 18, 2019
-
-
Matthew Hodgson authored
-
Damir Jelić authored
-
Damir Jelić authored
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.
-
Matthew Hodgson authored
as it repeatedly trips people up, including me
-
Damir Jelić authored
-
- Jun 12, 2019
-
-
Hubert Chathi authored
-
Hubert Chathi authored
-
- May 20, 2019
-
-
Matthew Hodgson authored
-
Matthew Hodgson authored
Convert docs from RST to Markdown See merge request matrix-org/olm!2
-
Matthew Hodgson authored
-
Matthew Hodgson authored
-
Matthew Hodgson authored
as per https://github.com/matrix-org/olm/issues/15. thanks to @dest
-
- May 15, 2019
-
-
Hubert Chathi authored
-
- May 14, 2019
-
-
Aaron Raimist authored
Signed-off-by:
Aaron Raimist <aaron@raim.ist>
-
Aaron Raimist authored
Signed-off-by:
Aaron Raimist <aaron@raim.ist>
-
Aaron Raimist authored
Signed-off-by:
Aaron Raimist <aaron@raim.ist>
-
Aaron Raimist authored
Signed-off-by:
Aaron Raimist <aaron@raim.ist>
-