Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-09-17 | Fix some b'abcd' noise in logs and metrics | Richard van der Hoff | 2 | -5/+8 | |
Python 3 compatibility: make sure that we decode some byte sequences before we use them to create log lines and metrics labels. | |||||
2018-09-17 | README: run python_dependencies with -m | Richard van der Hoff | 1 | -1/+1 | |
... to stop things which try to import `types` getting `synapse.types` instead |