Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2014-10-16 | Sign outgoing PDUs. | Mark Haines | 9 | -24/+62 |
2014-10-15 | persist hashes and origin signatures for PDUs | Mark Haines | 7 | -15/+135 |
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 | Storage for pdu signatures | Mark Haines | 2 | -0/+126 |
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 |