summary refs log tree commit diff
path: root/scripts-dev (unfollow)
<
Commit message (Expand)AuthorFilesLines
2016-08-24Move static knowledge of protocol metadata into AS handler; cache the resultPaul "LeoNerd" Evans2-22/+25
2016-08-24Declare 'gitter' known protocol, with user lookupPaul "LeoNerd" Evans1-0/+3
2016-08-24Initial hack at the 3PN protocols metadata lookup APIPaul "LeoNerd" Evans3-0/+44
2016-08-24Move 3PU/3PL lookup APIs into /thirdparty containing entityPaul "LeoNerd" Evans2-4/+4
2016-08-24Add None checks to backfillErik Johnston1-2/+2
2016-08-23Pass through user-supplied content in /join/$room_idKegan Dougal2-2/+13
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 Hodgson