summary refs log tree commit diff
path: root/synapse/event_auth.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Sanitise error messages when user doesn't have permission to inviteErik Johnston2018-10-031-5/+2
* Fix handling of rejected threepid invitesErik Johnston2018-10-031-1/+1
* Fix error handling for missing auth_eventRichard van der Hoff2018-09-261-2/+2
* Check m.room.create for sane room_versionsRichard van der Hoff2018-08-061-1/+9
* run isortAmber Brown2018-07-091-3/+3
* Avoid relying on int vs None comparisonErik Johnston2018-07-021-1/+5
* Ensure that we define sender_domainErik Johnston2018-07-021-0/+1
* Make default state_default 50Richard van der Hoff2018-06-141-20/+14
* Clarify interface for event_authRichard van der Hoff2018-06-141-18/+16
* Refactor get_send_level to take a power_levels eventRichard van der Hoff2018-06-141-7/+38
* Consistently use six's iteritems and wrap lazy keys/values in list() if they'...Amber Brown2018-05-311-2/+2
* Fix templating error with unban permission messageTravis Ralston2018-01-071-1/+1
* 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