summary refs log tree commit diff
path: root/synapse/storage/transactions.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-02-09Fix testErik Johnston1-3/+4
2016-02-08Derive macaroon_secret_key from signing key.Erik Johnston2-16/+30
Unfortunately, there are people that are running synapse without a `macaroon_sercret_key` set. Mandating they set one is a good solution,