- 30 Apr, 2019 3 commits
-
-
Hubert Chathi authored
-
-
-
- 29 Apr, 2019 6 commits
-
-
Hubert Chathi authored
-
Hubert Chathi authored
-
Hubert Chathi authored
-
Hubert Chathi authored
-
Hubert Chathi authored
-
Hubert Chathi authored
-
- 28 Apr, 2019 2 commits
-
-
Hubert Chathi authored
cmake: Add the SAS functions to the CMake build. See merge request matrix-org/olm!1
-
poljar authored
Signed-off-by:
Damir Jelić <poljar@termina.org.uk>
-
- 22 Apr, 2019 4 commits
-
-
Hubert Chathi authored
-
Hubert Chathi authored
to fix compilation errors in some compilers
-
Hubert Chathi authored
as some compilers don't handle that
-
Hubert Chathi authored
-
- 19 Apr, 2019 2 commits
-
-
Hubert Chathi authored
OLMKit: Make podspec point to new https://gitlab.matrix.org/matrix-org/olm
-
-
- 18 Apr, 2019 1 commit
-
-
Hubert Chathi authored
-
- 17 Apr, 2019 1 commit
-
-
Hubert Chathi authored
-
- 12 Apr, 2019 5 commits
-
-
Hubert Chathi authored
add python bindings for PK signing
-
Hubert Chathi authored
-
Hubert Chathi authored
OLMKit: add Short Authentication String verification
-
Hubert Chathi authored
-
manuroe authored
-
- 10 Apr, 2019 10 commits
-
-
manuroe authored
(cherry picked from commit add1bd6e4250012dcfa30a40d763dba82f53c254)
-
manuroe authored
(cherry picked from commit ff31d489c68d5d9e597bd55a6f6a64f3fe4c7ecc)
-
manuroe authored
(cherry picked from commit 934d516eb35c488ee197e1bab78a4c81e3c8241d)
-
manuroe authored
(cherry picked from commit 3e954ca2729d3333ea853c878602d1696f616573)
-
manuroe authored
(cherry picked from commit c0a53ebaeda420f636698b99c393868d2bf8f905)
-
poljar authored
-
Valere authored
Java binding for SAS
-
Valere authored
-
Valere authored
-
Valere authored
Fix / missing free() on some errors Added doc regarding string encoding for keys cleaning
-
- 09 Apr, 2019 3 commits
- 08 Apr, 2019 3 commits
-
-
Hubert Chathi authored
-
Hubert Chathi authored
because older versions of emscripten don't support the length argument to UTF8ToString.
-
The Pointer_stringify() function is deprecated and has a couple of issues because it tries to guess the encoding of the buffer. In some cases it can ignore the length parameter which could end up in inconsistencies. Switch to UTF8toString() that takes a length parameter and respects, that way we don't need to allocate an additional byte for a NULL byte.
-