summary refs log tree commit diff
path: root/scripts-dev/check_signature.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-02-03make FederationHandler.on_invite_request asyncRichard van der Hoff1-5/+4
2020-02-03make FederationHandler.on_send_join_request asyncRichard van der Hoff1-9/+7
2020-02-03make FederationHandler.on_query_auth asyncRichard van der Hoff1-7/+6
2020-02-03Allow URL-encoded user IDs on user admin api paths (#6825)Andrew Morgan2-2/+3
2020-02-03Fix `room_version` in `on_invite_request` flow (#6827)Richard van der Hoff3-7/+11
I messed this up a bit in #6805, but fortunately we weren't actually doing anything with the room_version so it didn't matter that it was a str not a RoomVersion.
2020-01-31Update changelog v1.10.0rc1Erik Johnston1-1/+4
2020-01-31Fix link in upgrade.rstErik Johnston1-1/+1
2020-01-311.10.0rc1Erik Johnston35-35/+47
2020-01-31Fix deleting of stale marker for device lists (#6819)Erik Johnston2-7/+8
We were in fact only deleting stale marker when we got an incremental update, rather than when we did a full resync.
2020-01-31pass room_version into compute_event_signature (#6807)Richard van der Hoff3-9/+25