summary refs log tree commit diff
path: root/synapse/handlers/sync.py (unfollow)
Commit message (Expand)AuthorFilesLines
2015-02-09Fix typoErik Johnston1-1/+1
2015-02-09Add looping_call to ClockErik Johnston1-1/+9
2015-02-09Log database time every 10s and log as percentageErik Johnston1-2/+2
2015-02-09Time how long we're spending on the database threadErik Johnston2-0/+27
2015-02-09Fix server default rule injection (downwards, not upwards!)David Baker1-6/+6
2015-02-09Remove unused imports.Kegan Dougal1-2/+2
2015-02-09Modify auth.get_user_by_req for authing appservices directly.Kegan Dougal5-20/+164
2015-02-09Log when we receive a request, when we send a response and how long it took t...Erik Johnston4-5/+24
2015-02-09Register a user account for the AS when the AS registers. Add 'sender' column...Kegan Dougal5-4/+14
2015-02-08glob *s should probably be non-greedyMatthew Hodgson1-1/+1
2015-02-08oopsMatthew Hodgson1-1/+1
2015-02-08kill off fnmatch in favour of word-boundary based push alerts (untested)<