Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-02-09 | Fix typo | Erik Johnston | 1 | -1/+1 | |
2015-02-09 | Add looping_call to Clock | Erik Johnston | 1 | -1/+9 | |
2015-02-09 | Log database time every 10s and log as percentage | Erik Johnston | 1 | -2/+2 | |
2015-02-09 | Time how long we're spending on the database thread | Erik Johnston | 2 | -0/+27 | |
2015-02-09 | Fix server default rule injection (downwards, not upwards!) | David Baker | 1 | -6/+6 | |
2015-02-09 | Remove unused imports. | Kegan Dougal | 1 | -2/+2 | |
2015-02-09 | Modify auth.get_user_by_req for authing appservices directly. | Kegan Dougal | 5 | -20/+164 | |
Add logic to map the appservice token to the autogenned appservice user ID. Add unit tests for all forms of get_user_by_req (user/appservice, valid/bad/missing tokens) | |||||
2015-02-09 | Log when we receive a request, when we send a response and how long it took ↵ | Erik Johnston | 4 | -5/+24 | |
to process it. | |||||
2015-02-09 | Register a user account for the AS when the AS registers. Add 'sender' ↵ | Kegan Dougal | 5 | -4/+14 | |
column to AS table. | |||||
2015-02-08 | glob *s should probably be non-greedy | Matthew Hodgson | 1 | -1/+1 | |
2015-02-08 | oops |