| Commit message (Expand) | Author | Files | Lines |
2014-10-20 | use a tagged version of syutil rather than master | Mark Haines | 1 | -1/+1 |
2014-10-20 | Use https link to download syutil as not everyone has ssh access to github. | Mark Haines | 1 | -2/+3 |
2014-10-20 | Add get_json method to 3pid http client. Better logging for errors in 3pid re... | Mark Haines | 2 | -2/+41 |
2014-10-18 | Fix auto generating signing_keys | Mark Haines | 1 | -1/+1 |
2014-10-18 | improve changelog slightly | Matthew Hodgson | 1 | -5/+7 |
2014-10-17 | more timestamp fixes | Matthew Hodgson | 3 | -5/+5 |
2014-10-18 | Bump the other version v0.4.1 | Erik Johnston | 1 | -1/+1 |
2014-10-18 | Bump version | Erik Johnston | 1 | -1/+1 |
2014-10-18 | Bunp to change log. | Erik Johnston | 1 | -0/+5 |
2014-10-17 | fix webclient to know about right timestamps | Matthew Hodgson | 2 | -4/+3 |
2014-10-17 | I can't type apparently | Erik Johnston | 2 | -2/+2 |
2014-10-17 | Update changelong and upgrade | Erik Johnston | 2 | -0/+15 |
2014-10-17 | Check that we have auth headers and fail nicely | Erik Johnston | 1 | -0/+5 |
2014-10-17 | More log lines. | Erik Johnston | 1 | -7/+15 |
2014-10-17 | add log line for checking verifying signatures | Mark Haines | 1 | -0/+1 |
2014-10-17 | Bump syutil dependency | Erik Johnston | 1 | -2/+2 |
2014-10-17 | Bump version and changelog | Erik Johnston | 4 | -10/+12 |
2014-10-17 | Bump database version number. | Erik Johnston | 2 | -1/+32 |
2014-10-17 | keep 'origin_server_ts' as 'ts' in the database to avoid needlessly updating ... | Mark Haines | 8 | -13/+18 |
2014-10-17 | SPEC-7: Rename 'ts' to 'origin_server_ts' | Mark Haines | 16 | -42/+42 |
2014-10-17 | SPEC-7: Don't stamp event contents with 'hsob_ts' | Mark Haines | 1 | -13/+3 |
2014-10-17 | move gendoc into matrix-doc project | Matthew Hodgson | 3 | -794/+0 |
2014-10-15 | Remove warning since the end result is still $sanitize'd | Kegan Dougal | 1 | -3/+1 |
2014-10-15 | Add unsanitizedLinky filter to fix links in formatted messages. | Kegan Dougal | 2 | -5/+57 |
2014-10-15 | Remove org.matrix.custom.text.html event type and replace it with 'format' an... | Kegan Dougal | 2 | -3/+2 |
2014-10-15 | Add support for org.matrix.custom.text.html | Kegan Dougal | 2 | -1/+3 |
2014-10-14 | Make sure to return an empty JSON object ({}) from presence PUT/POST requests... | Paul "LeoNerd" Evans | 1 | -2/+2 |
2014-10-14 | SYN-103: Ignore the 'origin' key in received EDUs. Instead take the origin fr... | Mark Haines | 5 | -3/+10 |
2014-10-14 | remove debugging logging for signing requests | Mark Haines | 1 | -4/+0 |
2014-10-14 | Note that this breaks federation | Erik Johnston | 2 | -0/+9 |
2014-10-13 | typoe | Matthew Hodgson | 1 | -1/+1 |
2014-10-13 | Better response message when signature is missing or unsupported | Mark Haines | 1 | -1/+1 |
2014-10-13 | Respond with more helpful error messages for unsigned requests | Mark Haines | 6 | -10/+45 |
2014-10-13 | Raise a SynapseError if the authorisation header is missing or malformed | Mark Haines |