Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
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 | 2 | -19/+31 | |
2014-10-13 | Remove debug logging, raise a proper SynapseError if the auth header is missing | Mark Haines | 1 | -5/+4 | |
2014-10-13 | Verify signatures for server2server requests | Mark Haines | 5 | -25/+100 | |
2014-10-13 | SYN-75 sign at the request level rather than the transaction level | Mark Haines | 7 | -52/+70 | |
2014-10-13 | Replace on_send_callback with something a bit clearer so that we can sign ↵ | Mark Haines | 1 | -11/+35 | |
messages | |||||
2014-10-12 |