- Jan 06, 2017
-
-
Richard van der Hoff authored
A pair of functions which allow you to export the megolm keys for an inbound group session, so that an application can save/restore them.
-
- Dec 23, 2016
-
-
Richard van der Hoff authored
do npm install before running the js tests
-
- Dec 22, 2016
-
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
OLMKit
- Dec 20, 2016
-
-
Richard van der Hoff authored
Add some tests for the Javascript wrappers
-
manuroe authored
-
- Dec 19, 2016
-
-
manuroe authored
-
Richard van der Hoff authored
These would have helped avoid the recent FRV.
-
- Dec 16, 2016
-
-
Richard van der Hoff authored
Avoid buffer overrun on encryption
-
Richard van der Hoff authored
Make sure we null-terminate encrypted strings before passing them to UTF8ToString. This used to work when we allocated the buffer on the stack, because it turns out that allocate() zeroinits the returned memory. malloc(), of course, does not.
-
- Dec 15, 2016
-
-
Richard van der Hoff authored
Allocate memory for message blobs on the heap
-
Richard van der Hoff authored
-
Richard van der Hoff authored
Avoid leaving copies of the plaintext sitting around in the emscripten heap.
-
- Dec 14, 2016
-
-
Richard van der Hoff authored
Better handling of exceptions during loading, and import OLM_OPTIONS
-
Richard van der Hoff authored
Messages can be very large, so we don't really want to allocate them on the stack. Switch to using the heap for them, and try to clean up some of the string handling while we're at it.
-
Richard van der Hoff authored
Read settings from OLM_OPTIONS to allow apps to configure some options. In particular, this is useful for setting the heap size.
-
- Dec 12, 2016
-
-
Richard van der Hoff authored
If we get an exception during load, don't define half of window.Olm (which confuses apps). This is a partial fix to https://github.com/vector-im/riot-web/issues/2726.
-
- Nov 24, 2016
-
-
manuroe authored
OLMKit: Make returned NSError provide the raw olm error string (ex:"UNKNOWN_MESSAGE_INDEX") in their NSLocalizedDescriptionKey. NSLocalizedFailureReasonErrorKey can contain more contextual information.
-
- Nov 18, 2016
-
-
manuroe authored
-
- Nov 17, 2016
- Nov 14, 2016
- Nov 07, 2016
- Nov 04, 2016
- Nov 03, 2016
-
-
manuroe authored
-
- Oct 27, 2016
-
-
Richard van der Hoff authored
-
- Oct 25, 2016
-
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Mark Haines authored
-