summary refs log tree commit diff
path: root/tests/rest/client/test_third_party_rules.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Test that state events sent by modules correctly end up in the room's state (...Brendan Abolivier2021-09-211-0/+84
* Flatten the synapse.rest.client package (#10600)reivilibre2021-08-171-1/+1
* Port the ThirdPartyEventRules module interface to the new generic interface (...Brendan Abolivier2021-07-201-24/+108
* Use inline type hints in `tests/` (#10350)Jonathan de Jong2021-07-131-2/+2
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Use mock from the stdlib. (#9772)Patrick Cloke2021-04-091-2/+1
* Ensure we use a copy of the event content dict before modifying it in seriali...Andrew Morgan2021-03-171-0/+62
* Remove spurious "SynapseRequest" result from `make_request"Richard van der Hoff2020-12-151-5/+5
* Remove redundant `HomeserverTestCase.render`Richard van der Hoff2020-11-161-5/+0
* guard against accidental modificationRichard van der Hoff2020-10-131-0/+20
* Allow ThirdPartyRules modules to replace event contentRichard van der Hoff2020-10-131-4/+4
* Fix message duplication if something goes wrong after persisting the event (#...Erik Johnston2020-10-131-1/+1
* Allow modules to create and send events into rooms (#8479)Andrew Morgan2020-10-091-1/+27
* Additional tests for third-party event rules (#8468)Richard van der Hoff2020-10-061-13/+71
* Fix third-party event modules for `check_visibility_can_be_modified` checkRichard van der Hoff2020-10-051-0/+86