summary refs log tree commit diff
path: root/setup.cfg (unfollow)
Commit message (Expand)AuthorFilesLines
2018-01-17Split resolve_events into two functionsRichard van der Hoff2-20/+29
2018-01-17Sanity checking for user idsRichard van der Hoff2-8/+19
2018-01-17Add docstringErik Johnston1-1/+1
2018-01-16Fix 'NoneType' object has no attribute 'writeHeaders'Richard van der Hoff1-9/+9
2018-01-16Track DB scheduling delay per-requestRichard van der Hoff5-4/+43
2018-01-16rework runInteraction in terms of runConnectionRichard van der Hoff1-20/+31
2018-01-16fix typoMatthew Hodgson1-1/+1
2018-01-16Use local varsErik Johnston1-6/+2
2018-01-16Change _generate_thumbnails to take media_typeErik Johnston2-7/+10
2018-01-16Move setting of file_id up to callerErik Johnston2-13/+14
2018-01-16Track db txn time in millisecsRichard van der Hoff4-10/+17
2018-01-16Optimise LoggingContext creation and copyingRichard van der Hoff3-22/+33
2018-01-16Fix typoErik Johnston1-7/+10
2018-01-16Fix up log linesErik Johnston2-7/+10
2018-01-16document metrics changesRichard van der Hoff2-8/+58
2018-01-16Correctly use server_name/file_id when generating/fetching remote thumbnailsErik Johnston2-5/+8
2018-01-16Log when we respond with 404Erik Johnston2-1/+8
2018-01-16Fix a logcontext leak in persist_eventsRichard van der Hoff1-1/+8
2018-01-16Fix thumbnailing remote filesErik Johnston2-2/+30
2018-01-15Metrics for events processed in appservice and fed senderRichard van der Hoff2-0/+11
2018-01-15Metrics for number of RDATA commands receivedRichard van der Hoff1-5/+14
2018-01-15Reorganise request and block metricsRichard van der Hoff2-25/+84
2018-01-15mechanism to render metrics with alternative namesRichard van der Hoff1-13/+40
2018-01-15Add some comments to metrics classesRichard van der Hoff1-1/+27
2018-01-12Make Counter render floatsRichard van der Hoff1-3/+10
2018-01-12Reinstate media download on thumbnail requestRichard van der Hoff1-0/+5
2018-01-12Fix up commentsErik Johnston2-7/+16
2018-01-12Correctly reraise exceptionErik Johnston1-2/+4
2018-01-12Make Responder a context managerErik Johnston2-9/+10
2018-01-12Add missing class varErik Johnston1-0/+3
2018-01-12Remove unnecessary conditionErik Johnston1-4/+1
2018-01-12Remove unused variablesErik Johnston1-3/+0
2018-01-12Make class var localErik Johnston1-3/+3
2018-01-12CommentsErik Johnston3-15/+65
2018-01-12Actually make it workErik Johnston2-2/+15
2018-01-12RefactorErik Johnston1-9/+4
2018-01-11When using synctl with workers, don't start the main synapse automaticallyErik Johnston2-8/+33
2018-01-10Do bcrypt hashing in a background threadErik Johnston3-10/+18
2018-01-10fix order of operations derp and also use `.get` to default to {}Michael Telatynski1-2/+3
2018-01-10Fix publicised groups API (singular) over federationMichael Telatynski1-4/+4
2018-01-09Update http request metrics before calling servletRichard van der Hoff1-11/+19
2018-01-09Add StorageProvider conceptErik Johnston3-9/+162
2018-01-09Make PreviewUrlResource use MediaStorageErik Johnston2-8/+14
2018-01-09Make ThumbnailResource use MediaStorageErik Johnston2-48/+68
2018-01-09