summary refs log tree commit diff
path: root/tox.ini (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-07-30Remove dead and incorrect code.Olivier Wilkinson (reivilibre)1-15/+7
Signed-off-by: Olivier Wilkinson (reivilibre) <olivier@librepush.net>
2019-07-30Remove non-functional 'expire_access_token' setting (#5782)Richard van der Hoff8-37/+9
The `expire_access_token` didn't do what it sounded like it should do. What it actually did was make Synapse enforce the 'time' caveat on macaroons used as access tokens, but since our access token macaroons never contained such a caveat, it was always a no-op. (The code to add 'time' caveats was removed back in v0.18.5, in #1656)
2019-07-30Room Complexity Client Implementation (#5783)Amber Brown8