summary refs log tree commit diff
path: root/synapse/federation/transport.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Respond with more helpful error messages for unsigned requestsMark Haines2014-10-131-2/+2
* Raise a SynapseError if the authorisation header is missing or malformedMark Haines2014-10-131-19/+27
* Remove debug logging, raise a proper SynapseError if the auth header is missingMark Haines2014-10-131-5/+4
* Verify signatures for server2server requestsMark Haines2014-10-131-22/+88
* SYN-75 sign at the request level rather than the transaction levelMark Haines2014-10-131-15/+3
* Merge branch develop into server2server_signingMark Haines2014-10-131-2/+3
|\
| * Add a keyword argument to get_json to avoid retrying on DNS failures. Rather ...Mark Haines2014-10-021-2/+3
* | SYN-75 Verify signatures on server to server transactionsMark Haines2014-09-301-10/+12
|/
* Fix 'age' key to update on retriesErik Johnston2014-09-151-2/+15
* fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org has...Matthew Hodgson2014-09-031-1/+1
* Added a urls module for keeping client and federation prefixes.Kegan Dougal2014-08-141-3/+1
* when we're talking about backfilling data in federation, call it backfilling ...Matthew Hodgson2014-08-131-17/+17
* Define the concept of a 'federation Query'; creating API for making and handl...Paul "LeoNerd" Evans2014-08-131-0/+25
* Namespace all the Federation HTTP URLs to /matrix/federation/v1/...Paul "LeoNerd" Evans2014-08-131-15/+18
* add in whitespace after copyright statements to improve legibilityMatthew Hodgson2014-08-131-0/+1
* Reference Matrix Home Servermatrix.org2014-08-121-0/+454