index
:
libolm
master
Implementation of the olm and megolm cryptographic ratchets
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-06-11
add list of bindings
Hubert Chathi
2020-05-19
move -o option before source files, for better compatibility with LLVM
Hubert Chathi
2020-05-19
Merge branch 'matthew/js-fixes' into 'master'
Hubert Chathi
2020-05-16
fix group demo to work with Olm.init()
Matthew Hodgson
2020-05-16
fix 1:1 demo to work with Olm.init()
Matthew Hodgson
2020-05-16
spell out error msg if you don't Olm.init
Matthew Hodgson
2020-05-16
fix build on latest emscripten
Matthew Hodgson
2020-05-15
remove overzealous -D param to install which breaks build on macOS
Matthew Hodgson
2020-05-13
add a note about calling Olm.init
Hubert Chathi
2020-05-07
fix type signature of unpickle in Inbound/OutboundGroupSession
Hubert Chathi
2020-05-07
Add wasm target to Makefile
stoically
2020-04-29
Merge branch 'uhoreg/typescript' into 'master'
Hubert Chathi
2020-04-29
add missing declaration for PkDecryption#decrypt and SAS class
Hubert Chathi
2020-04-24
add declarations for Inbound/OutboundGroupSession
Hubert Chathi
2020-04-24
initial TypeScript definition file
Hubert Chathi
2019-11-08
Update signing.md to use operatorname
Richard van der Hoff
2019-11-08
Merge branch 'rav/fix_math' into 'master'
Richard van der Hoff
2019-11-08
Update olm.md
Richard van der Hoff
2019-11-08
Update signing.md
Richard van der Hoff
2019-11-08
Update megolm.md
Richard van der Hoff
2019-10-23
CMakeLists.txt: export include directories in install(TARGETS)
Alexey Rusakov
2019-10-09
release 3.1.4
3.1.4
Hubert Chathi
2019-10-09
Merge branch 'dbkr/olm_session_describe' into 'master'
Hubert Chathi
2019-10-08
check return value of snprintf, fix typo, add clarification
Hubert Chathi
2019-10-04
Pass in a buffer to olm_session_describe
David Baker
2019-10-01
doc string
David Baker
2019-10-01
Add olm_session_describe
David Baker
2019-09-30
Merge branch 'dbkr/emscripten_is_picky_about_pic' into 'master'
Hubert Chathi
2019-09-30
Merge branch 'dbkr/wrong_comment_breaks_everything' into 'master'
Hubert Chathi
2019-09-30
Build the js objects without PIC
David Baker
2019-09-30
Fix comment and also js build
David Baker
2019-08-22
Merge branch 'rav/megolm_doc_format' into 'master'
Hubert Chathi
2019-08-22
Update megolm.md
Richard van der Hoff
2019-08-08
Makefile: Overwrite symlinks in install and install-debug
Trygve Aaberge
2019-07-03
Merge branch 'python/drop-hypothesis' into 'master'
Hubert Chathi
2019-07-03
CMakeLists.txt: add env vars to target_include_directories
Alexey Andreyev
2019-06-24
release 3.1.3
3.1.3
Hubert Chathi
2019-06-22
Merge branch 'python/unicode_decode_errors' into 'master'
Matthew Hodgson
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ć
2019-06-20
tests: Simplify the sha256 tests for python.
Damir Jelić
2019-06-20
tests: Drop hypothesis from the tests.
Damir Jelić
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
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ć
2019-06-19
_compat: Remove unused import.
Damir Jelić
2019-06-18
incorporate review from vdh & luca
Matthew Hodgson
[next]