Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-06-19 | Add IDs to outbound transactions | Erik Johnston | 1 | -53/+71 | |
2015-06-16 | Remove access_token from synapse.rest.client.v1.transactions ↵ | Erik Johnston | 1 | -3/+3 | |
{get,store}_response logging | |||||
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 Johnston | 2 | -17/+46 | |
2015-06-15 | Changelog | Erik Johnston | 1 | -0/+5 | |
2015-06-15 | Bump version | Erik Johnston | 1 | -1/+1 | |
2015-06-15 | Make http.server request logging more verbose, but redact access_tokens | Erik Johnston | 1 | -2/+12 | |
2015-06-15 | Log requests and responses sent via http.client | Erik Johnston | 1 | -3/+15 | |
2015-06-15 | Remove redundant newline | Erik Johnston | 1 | -2/+1 | |
2015-06-15 | Document listener config. Remove deprecated config options | Erik Johnston< |