summary refs log tree commit diff
path: root/scripts-dev/tail-synapse.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-09-09Add helper function for getting access_tokens from requestsMark Haines6-27/+67
Rather than reimplementing the token parsing in the various places. This will make it easier to change the token parsing to allow access_tokens in HTTP headers.
2016-09-09Check if destination is ready for retry earlierErik Johnston1-15/+16
2016-09-09Fix tightloop on sending transactionErik Johnston1-122/+134
2016-09-09Use the previous MAX value if any to set the stream_idMark Haines1-1/+2
2016-09-09Track the max_stream_device_id in a separate table, since we delete from the ↵Mark Haines4-4/+37
inbox table
2016-09-09Correctly guard against multiple concurrent transactionsErik Johnston1-38/+41
2016-09-09Bump changelog and versionErik Johnston2-2/+9
2016-09-09Just move the schema and add some DROPsMark Haines2-35/+4
2016-09-09Reduce batch size to be under SQL limitErik Johnston1-1/+1
2016-09-09Update last_device_stream_id_by_dest if there is nothing to sendErik Johnston1-0/+1