| Commit message (Expand) | Author | Age | Files | Lines |
* | track replication destination health, and perform exponential back-off when s... | Matthew Hodgson | 2014-12-07 | 1 | -1/+1 |
* | Fix backfill request | Erik Johnston | 2014-11-19 | 1 | -1/+1 |
* | SYN-141: Decode the query params as UTF-8 | Mark Haines | 2014-11-18 | 1 | -1/+2 |
* | PEP8 | Erik Johnston | 2014-11-10 | 1 | -3/+6 |
* | Add auth to the various server-server APIs | Erik Johnston | 2014-11-10 | 1 | -1/+2 |
* | Fix backfill to work. Add auth to backfill request | Erik Johnston | 2014-11-10 | 1 | -3/+3 |
* | Add '/event_auth/' federation api | Erik Johnston | 2014-11-07 | 1 | -0/+26 |
* | Remove /context/ request | Erik Johnston | 2014-11-07 | 1 | -9/+0 |
* | Rename PDU fields to match that of events. | Erik Johnston | 2014-11-03 | 1 | -153/+31 |
* | Merge branch 'develop' of github.com:matrix-org/synapse into federation_autho... | Erik Johnston | 2014-10-27 | 1 | -5/+14 |
|\ |
|
| * | Check that we have auth headers and fail nicely | Erik Johnston | 2014-10-17 | 1 | -0/+5 |
| * | More log lines. | Erik Johnston | 2014-10-17 | 1 | -7/+15 |
* | | Use state groups to get current state. Make join dance actually work. | Erik Johnston | 2014-10-17 | 1 | -5/+52 |
* | | Finish implementing the new join dance. | Erik Johnston | 2014-10-17 | 1 | -8/+60 |
* | | Start implementing the invite/join dance. Continue moving auth to use event.s... | Erik Johnston | 2014-10-16 | 1 | -1/+33 |
|/ |
|
* | Respond with more helpful error messages for unsigned requests | Mark Haines | 2014-10-13 | 1 | -2/+2 |
* | Raise a SynapseError if the authorisation header is missing or malformed | Mark Haines | 2014-10-13 | 1 | -19/+27 |
* | Remove debug logging, raise a proper SynapseError if the auth header is missing | Mark Haines | 2014-10-13 | 1 | -5/+4 |
* | Verify signatures for server2server requests | Mark Haines | 2014-10-13 | 1 | -22/+88 |
* | SYN-75 sign at the request level rather than the transaction level | Mark Haines | 2014-10-13 | 1 | -15/+3 |
* | Merge branch develop into server2server_signing | Mark Haines | 2014-10-13 | 1 | -2/+3 |
|\ |
|
| * | Add a keyword argument to get_json to avoid retrying on DNS failures. Rather ... | Mark Haines | 2014-10-02 | 1 | -2/+3 |
* | | SYN-75 Verify signatures on server to server transactions | Mark Haines | 2014-09-30 | 1 | -10/+12 |
|/ |
|
* | Fix 'age' key to update on retries | Erik Johnston | 2014-09-15 | 1 | -2/+15 |
* | fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org has... | Matthew Hodgson | 2014-09-03 | 1 | -1/+1 |
* | Added a urls module for keeping client and federation prefixes. | Kegan Dougal | 2014-08-14 | 1 | -3/+1 |
* | when we're talking about backfilling data in federation, call it backfilling ... | Matthew Hodgson | 2014-08-13 | 1 | -17/+17 |
* | Define the concept of a 'federation Query'; creating API for making and handl... | Paul "LeoNerd" Evans | 2014-08-13 | 1 | -0/+25 |
* | Namespace all the Federation HTTP URLs to /matrix/federation/v1/... | Paul "LeoNerd" Evans | 2014-08-13 | 1 | -15/+18 |
* | add in whitespace after copyright statements to improve legibility | Matthew Hodgson | 2014-08-13 | 1 | -0/+1 |
* | Reference Matrix Home Server | matrix.org | 2014-08-12 | 1 | -0/+454 |