summary refs log tree commit diff
path: root/synapse/event_auth.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* replace 'except:' with 'except Exception:'Richard van der Hoff2017-10-231-2/+2
* Fix 500 error when fields missing from power_levels eventRichard van der Hoff2017-10-171-3/+3
* Use better variable nameErik Johnston2017-01-171-3/+3
* Optimise state resolutionErik Johnston2017-01-171-6/+43
* Split event auth code into seperate moduleErik Johnston2017-01-131-0/+641