- Nov 01, 2015
-
-
Matthew Hodgson authored
switch from /usr/bin/python to /usr/bin/env python. this doesn't help folks whose python path points at python3 (e.g. Arch linux) though, but I see no choice than they have to change the shebangs, as we do on Synapse. For instance, OSX doesn't have a python2 symlink, otherwise we'd use /usr/bin/env python2 shebang.
-
- Oct 05, 2015
-
-
Matthew Hodgson authored
-
- Oct 02, 2015
-
-
Matthew Hodgson authored
-
- Aug 24, 2015
-
-
Matthew Hodgson authored
-
- Aug 20, 2015
-
-
Matthew Hodgson authored
-
Matthew Hodgson authored
-
Mark Haines authored
-
Mark Haines authored
Add a basic specification for the olm protocol and format.
-
Mark Haines authored
-
Mark Haines authored
-
- Aug 19, 2015
-
-
Mark Haines authored
-
Mark Haines authored
Replace hard coded references to the 32-byte key length with a constant, add utilities for copying data to and from fixed sized arrays
-
Mark Haines authored
-
Mark Haines authored
-
- Aug 18, 2015
-
-
Mark Haines authored
-
Mark Haines authored
-
Mark Haines authored
-
Mark Haines authored
-
- Aug 11, 2015
-
-
Mark Haines authored
-
Mark Haines authored
-
Mark Haines authored
-
- Aug 10, 2015
-
-
Mark Haines authored
-
- Aug 07, 2015
-
-
Mark Haines authored
-
Mark Haines authored
Initialise the length fields of the reader struct in decode_message, even if the message is invalid, fixes a crash where the message was too short
-
Mark Haines authored
-
- Aug 05, 2015
-
-
Mark Haines authored
-
- Aug 04, 2015
-
-
Mark Haines authored
-
Mark Haines authored
-
- Jul 24, 2015
-
-
Mark Haines authored
-
- Jul 21, 2015
-
-
Mark Haines authored
-
Mark Haines authored
-
Mark Haines authored
-
- Jul 20, 2015
-
-
Mark Haines authored
-
- Jul 17, 2015
-
-
Mark Haines authored
-
- Jul 16, 2015
-
-
Mark Haines authored
-
Mark Haines authored
Add versions of olm_session_create_inbound and olm_session_matches_inbound which take the curve25519 identity key of the remote device we think the message is from as an additional argument
-
- Jul 15, 2015
-
-
Mark Haines authored
Add a test of olm which uses malloc to create it's buffers so that it is possible to check of out of bounds reads and writes using valgrind
-
Mark Haines authored
Fix bug in list where the wrong value was copied if an item was inserted at the beinging of the list
-
Mark Haines authored
-
Mark Haines authored
-