- 16 May, 2020 1 commit
-
-
Matthew Hodgson authored
-
- 15 May, 2020 1 commit
-
-
Matthew Hodgson authored
-
- 13 May, 2020 1 commit
-
-
Hubert Chathi authored
-
- 07 May, 2020 2 commits
-
-
Hubert Chathi authored
Thanks to Dominic Fischer for spotting.
-
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>
-
- 29 Apr, 2020 2 commits
-
-
Hubert Chathi authored
Add TypeScript definition file See merge request matrix-org/olm!11
-
Hubert Chathi authored
-
- 24 Apr, 2020 2 commits
-
-
Hubert Chathi authored
-
Hubert Chathi authored
-
- 08 Nov, 2019 5 commits
-
-
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
-
- 23 Oct, 2019 1 commit
-
-
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>
-
- 09 Oct, 2019 2 commits
-
-
Hubert Chathi authored
-
Hubert Chathi authored
Add olm_session_describe See merge request matrix-org/olm!9
-
- 08 Oct, 2019 1 commit
-
-
Hubert Chathi authored
-
- 04 Oct, 2019 1 commit
-
-
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.
-
- 01 Oct, 2019 2 commits
-
-
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.
-
- 30 Sep, 2019 4 commits
-
-
Hubert Chathi authored
Build the js objects without PIC See merge request !8
-
Hubert Chathi authored
Fix comment and also js build See merge request !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.
-
- 22 Aug, 2019 2 commits
-
-
Hubert Chathi authored
Update megolm.md See merge request !6
-
-
- 08 Aug, 2019 1 commit
-
-
Without this, it's not possible to run the install or install-debug rules multiple times. Signed-off-by:
Trygve Aaberge <trygveaa@gmail.com>
-
- 03 Jul, 2019 2 commits
-
-
Hubert Chathi authored
tests: Drop hypothesis from the python tests. See merge request !5
-
-
- 24 Jun, 2019 1 commit
-
-
Hubert Chathi authored
-
- 22 Jun, 2019 1 commit
-
-
Matthew Hodgson authored
Python unicode decode errors when decrypting. See merge request !4
-
- 20 Jun, 2019 6 commits
-
-
poljar authored
-
poljar authored
This is needed because the function returns Unicode strings and the comparison will fail under python2 unless Unicode literals are used.
-
poljar authored
Hypothesis isn't used anymore and the strings are now constants, meaning that the hashes should never match.
-
poljar 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.
-
poljar authored
-
poljar authored
-
- 19 Jun, 2019 2 commits
-
-
Matthew Hodgson authored
explicitly define backward & forward secrecy See merge request !3
-
Matthew Hodgson authored
-