summary refs log tree commit diff
path: root/scripts-dev/tail-synapse.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-08-25Fix the deduplication of incoming direct-to-device messagesMark Haines2-1/+16
2016-08-25Add store-and-forward direct-to-device messagingMark Haines9-4/+288
2016-08-24Add None checks to backfillErik Johnston1-2/+2
2016-08-23Pass through user-supplied content in /join/$room_idKegan Dougal2-2/+13
It was always intended to allow custom keys on the join event, but this has at some point been lost. Restore it. If the user specifies keys like "avatar_url" then they will be clobbered.
2016-08-22Delete old received_transactionsErik Johnston2-4/+45
2016-08-22Update commentMark Haines1-1/+2
2016-08-22Add usage stats to prometheus monitoringMark Haines1-2/+25
2016-08-22Add exception logging. Fix typoErik Johnston1-3/+3
2016-08-22Allow request handlers to override metric nameErik Johnston1-21/+31
2016-08-22Use top level measureErik Johnston1-15/+1
2016-08-19PR feedbackMatthew Hodgson1-5/