- May 16, 2020
-
-
Matthew Hodgson authored
-
Matthew Hodgson authored
-
- May 15, 2020
-
-
Matthew Hodgson authored
-
- May 13, 2020
-
-
Hubert Chathi authored
-
- May 07, 2020
-
-
Hubert Chathi authored
Thanks to Dominic Fischer for spotting.
-
stoically authored
Allows building an WASM-ready archive with emscripten. This allows e.g. to compile to the `wasm32-unknown-unknown` target with Rust. Related matrix-rust-sdk PR: https://github.com/matrix-org/matrix-rust-sdk/pull/31 Signed-off-by:
stoically <stoically@protonmail.com>
-
- Apr 29, 2020
-
-
Hubert Chathi authored
Add TypeScript definition file See merge request matrix-org/olm!11
-
Hubert Chathi authored
-
- Apr 24, 2020
-
-
Hubert Chathi authored
-
Hubert Chathi authored
-
- Nov 08, 2019
-
-
Richard van der Hoff authored
-
Richard van der Hoff authored
Fix some math blocks See merge request matrix-org/olm!10
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
- Oct 23, 2019
-
-
Alexey Rusakov authored
Without that, if olm is installed to a non-standard location, the user code might run CMake configuration fine but further building will fail. Signed-off-by:
Alexey Rusakov <Alexey.Rusakov@pm.me>
-
- Oct 09, 2019
-
-
Hubert Chathi authored
Add olm_session_describe See merge request matrix-org/olm!9
- Oct 08, 2019
-
-
Hubert Chathi authored
-
- Oct 04, 2019
-
-
David Baker authored
instead of having a static one, as that could end up taking up a lot of memory if your app keeps olm sessions hanging about.
-
- Oct 01, 2019
-
-
David Baker authored
-
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
-