summary refs log tree commit diff
path: root/setup.py (unfollow)
Commit message (Expand)AuthorFilesLines
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 somethi