summary refs log tree commit diff
path: root/synapse/handlers/identity.py (unfollow)
Commit message (Expand)AuthorFilesLines
2019-08-28Use the v2 lookup API for 3PID invites (#5897)Andrew Morgan1-0/+13
2019-08-28Config templating (#5900)Jorik Schellekens9-46/+366
2019-08-28Implement a structured logging output system. (#5680)<