| Commit message (Expand) | Author | Age | Files | Lines |
* | Collect room-version variations into one place (#4969) | Richard van der Hoff | 2019-04-01 | 1 | -12/+8 |
* | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/redactions... | Erik Johnston | 2019-01-29 | 1 | -4/+8 |
|\ |
|
| * | check event format version not room version | Erik Johnston | 2019-01-29 | 1 | -2/+2 |
| * | Only check event IDs domain signed event for V1 and V2 | Erik Johnston | 2019-01-29 | 1 | -5/+14 |
* | | Drop vdh support | Erik Johnston | 2019-01-29 | 1 | -1/+1 |
* | | Implement rechecking of redactions | Erik Johnston | 2019-01-29 | 1 | -6/+18 |
|/ |
|
* | Pass through room version to event auth | Erik Johnston | 2019-01-25 | 1 | -1/+2 |
* | Add helpers for getting prev and auth events (#4139) | Erik Johnston | 2018-11-06 | 1 | -2/+2 |
* | User event.sender rather than alias event.user_id | Erik Johnston | 2018-10-16 | 1 | -1/+1 |
* | Sanitise error messages when user doesn't have permission to invite | Erik Johnston | 2018-10-03 | 1 | -5/+2 |
* | Fix handling of rejected threepid invites | Erik Johnston | 2018-10-03 | 1 | -1/+1 |
* | Fix error handling for missing auth_event | Richard van der Hoff | 2018-09-26 | 1 | -2/+2 |
* | Check m.room.create for sane room_versions | Richard van der Hoff | 2018-08-06 | 1 | -1/+9 |
* | run isort | Amber Brown | 2018-07-09 | 1 | -3/+3 |
* | Avoid relying on int vs None comparison | Erik Johnston | 2018-07-02 | 1 | -1/+5 |
* | Ensure that we define sender_domain | Erik Johnston | 2018-07-02 | 1 | -0/+1 |
* | Make default state_default 50 | Richard van der Hoff | 2018-06-14 | 1 | -20/+14 |
* | Clarify interface for event_auth | Richard van der Hoff | 2018-06-14 | 1 | -18/+16 |
* | Refactor get_send_level to take a power_levels event | Richard van der Hoff | 2018-06-14 | 1 | -7/+38 |
* | Consistently use six's iteritems and wrap lazy keys/values in list() if they'... | Amber Brown | 2018-05-31 | 1 | -2/+2 |
* | Fix templating error with unban permission message | Travis Ralston | 2018-01-07 | 1 | -1/+1 |
* | replace 'except:' with 'except Exception:' | Richard van der Hoff | 2017-10-23 | 1 | -2/+2 |
* | Fix 500 error when fields missing from power_levels event | Richard van der Hoff | 2017-10-17 | 1 | -3/+3 |
* | Use better variable name | Erik Johnston | 2017-01-17 | 1 | -3/+3 |
* | Optimise state resolution | Erik Johnston | 2017-01-17 | 1 | -6/+43 |
* | Split event auth code into seperate module | Erik Johnston | 2017-01-13 | 1 | -0/+641 |