summary refs log tree commit diff
path: root/tests/test_event_auth.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Correctly mention previous copyright (#16820)Erik Johnston2024-01-231-0/+1
* Update license headersPatrick Cloke2023-11-211-10/+16
* Add missing type hints to tests. (#15027)Patrick Cloke2023-02-081-15/+17
* Handle malformed values of `notification.room` in power level events (#14942)David Robertson2023-01-301-1/+31
* Rename the `EventFormatVersions` enum values so that they line up with room v...reivilibre2022-09-071-2/+2
* Add support for room version 10 (#13220)Shay2022-07-131-1/+40
* Fix inconsistencies in event validation (#13088)Richard van der Hoff2022-06-171-0/+86
* Fix inconsistencies in event validation for `m.room.create` events (#13087)Richard van der Hoff2022-06-171-2/+43
* Move some event auth checks out to a different method (#13065)Richard van der Hoff2022-06-151-54/+113
* Remove `room_version` param from `check_auth_rules_for_event`Richard van der Hoff2022-06-121-41/+2
* EventAuthTestCase: build events for the right room versionRichard van der Hoff2022-06-121-119/+205
* Check *all* auth events for room id and rejection (#11009)Richard van der Hoff2021-10-181-48/+90
* Strip "join_authorised_via_users_server" from join events which do not need i...Patrick Cloke2021-09-301-4/+5
* Split `event_auth.check` into two parts (#10940)Richard van der Hoff2021-09-291-72/+36
* Support MSC3289: Room version 8 (#10449)Patrick Cloke2021-08-091-9/+9
* Update the MSC3083 support to verify if joins are from an authorized server. ...Patrick Cloke2021-07-261-13/+85
* Add type hints and comments to event auth code. (#10393)Patrick Cloke2021-07-141-10/+13
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Add an experimental room version to support restricted join rules. (#9717)Patrick Cloke2021-03-311-3/+243
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-5/+20
* Implement room version 6 (MSC2240). (#7506)Patrick Cloke2020-05-151-11/+5
* Enforce MSC2209: auth rules for notifications in power level event (#7502)Patrick Cloke2020-05-141-0/+33
* Remove special auth and redaction rules for aliases events in experimental ro...Patrick Cloke2020-03-091-1/+92
* Add a `make_event_from_dict` method (#6858)Richard van der Hoff2020-02-071-5/+5
* Pass room version object into event_auth.check and check_redaction (#6788)Richard van der Hoff2020-01-281-7/+4
* Run Black on the tests again (#5170)Amber Brown2019-05-101-2/+6
* Collect room-version variations into one place (#4969)Richard van der Hoff2019-04-011-5/+5
* Pass through room version to event authErik Johnston2019-01-251-2/+11
* Run black.black2018-08-101-53/+45
* run isortAmber Brown2018-07-091-1/+2
* remove spurious debugRichard van der Hoff2018-06-141-2/+0
* Make default state_default 50Richard van der Hoff2018-06-141-0/+153