summary refs log tree commit diff
path: root/synapse/config/_util.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add prometheus metrics to track federation delays (#8430)Richard van der Hoff2020-10-011-2/+4
| | | | | Add a pair of federation metrics to track the delays in sending PDUs to/from particular servers.
* Implement login blocking based on SAML attributes (#8052)Richard van der Hoff2020-08-111-0/+49
Hopefully this mostly speaks for itself. I also did a bit of cleaning up of the error handling. Fixes #8047