summary refs log tree commit diff
path: root/setup.cfg (unfollow)
Commit message (Expand)AuthorFilesLines
2014-10-14Begin implementing state groups.Erik Johnston3-3/+123
2014-10-13typoeMatthew Hodgson1-1/+1
2014-10-13Better response message when signature is missing or unsupportedMark Haines1-1/+1
2014-10-13Respond with more helpful error messages for unsigned requestsMark Haines6-10/+45
2014-10-13Raise a SynapseError if the authorisation header is missing or malformedMark Haines2-19/+31
2014-10-13Remove debug logging, raise a proper SynapseError if the auth header is missingMark Haines1-5/+4
2014-10-13Verify signatures for server2server requestsMark Haines5-25/+100
2014-10-13SYN-75 sign at the request level rather than the transaction levelMark Haines7-52/+70
2014-10-13Replace on_send_callback with something a bit clearer so that we can sign mes...Mark Haines1-11/+35
2014-10-12remove wishlist in favour of jiraMatthew Hodgson1-9/+0
2014-10-09Fixed test.Kegan Dougal1-1/+0
2014-10-09Still broken.Kegan Dougal1-1/+2
2014-10-09Break a test.Kegan Dougal1-1/+1
2014-10-08Fix unit