Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-13 | Remove the messsage index from olm_init_inbound_group_session since it is ↵ | Mark Haines | |
read from the session_key | |||
2016-09-05 | Fix error handling for group sessions | Richard van der Hoff | |
Fix a couple of places where we were using the wrong method to get the last error. | |||
2016-09-05 | Fix megolm decryption of UTF-8 | Richard van der Hoff | |
Repeat the fix from b10f90d for megolm messages. It turns out that the 'length' argument to 'Pointer_stringify' doesn't work if the input includes characters >= 128. Rather than try to figure out which methods can return UTF-8, and which always return plain ascii, replace all uses of Pointer_stringify with a 'length' argument with the version that expects a NULL-terminated input, and extend the buffer by a byte to allow space for a null-terminator. In the case of decrypt, we need to add the null ourself. Fixes https://github.com/vector-im/vector-web/issues/2078. | |||
2016-05-26 | javascript/olm_inbound_group_session.js: fix length arg | Richard van der Hoff | |
message.length counts codepoints; we need bytes. | |||
2016-05-25 | Javascript bindings for group sessions | Richard van der Hoff | |