| Commit message (Expand) | Author | Files | Lines |
2015-06-30 | Add tables for receipts | Erik Johnston | 2 | -1/+36 |
2015-06-23 | Oops: underride rule had an identifier with override in it. | David Baker | 1 | -1/+1 |
2015-06-23 | Batch SELECTs in _get_auth_chain_ids_txn | Erik Johnston | 1 | -3/+11 |
2015-06-19 | Fix typo | Erik Johnston | 1 | -1/+1 |
2015-06-19 | Add comment on cancellation of observers | Erik Johnston | 1 | -0/+3 |
2015-06-19 | Fix log context when sending requests | Erik Johnston | 3 | -52/+68 |
2015-06-19 | Remove stale debug lines | Erik Johnston | 1 | -10/+0 |
2015-06-19 | Add site_tag to logger | Erik Johnston | 1 | -2/+2 |
2015-06-19 | Add IDs to outbound transactions | Erik Johnston | 1 | -53/+71 |
2015-06-19 | Add Eric Myhre to AUTHORS | Erik Johnston | 1 | -0/+4 |
2015-06-18 | Make upload dir a configurable path. | Eric Myhre | 2 | -2/+6 |
2015-06-18 | PEP8 | Erik Johnston | 1 | -2/+3 |
2015-06-18 | Documentation | Erik Johnston | 1 | -4/+11 |
2015-06-18 | Don't bother proxying lookups on _NotificationListener to underlying deferred | Erik Johnston | 1 | -10/+2 |
2015-06-18 | Refactor the notifier.wait_for_events code to be clearer. Add _NotifierUserSt... | Erik Johnston | 3 | -70/+73 |
2015-06-18 | Fix notifier leak | Erik Johnston | 1 | -21/+20 |
2015-06-17 | Fix bug where synapse was sending AS user queries incorrectly. | Kegan Dougal | 2 | -1/+44 |
2015-06-16 | Use another deferred list | Erik Johnston | 1 | -18/+27 |
2015-06-16 | Use DeferredList | Erik Johnston | 1 | -9/+9 |
2015-06-16 | Don't do unecessary db ops in presence.get_state | Erik Johnston | 2 | -14/+15 |
2015-06-16 | Correct -H SERVER_NAME in config-missing complaint message | Paul "LeoNerd" Evans | 1 | -2/+2 |
2015-06-16 | Remove access_token from synapse.rest.client.v1.transactions {get,store}_resp... | Erik Johnston | 1 | -3/+3 |
2015-06-15 | Disable twisted access logging. Move access logging to SynapseRequest object | Erik Johnston | 2 | -75/+79 |
2015-06-15 | Log more when we have processed the request | Erik Johnston | 4 | -4/+23 |
2015-06-15 | Create SynapseRequest that overrides __repr__ to not print access_token | Erik John |