summary refs log tree commit diff
path: root/tests/events (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bring auto-accept invite logic into Synapse (#17147)devonh2024-05-211-0/+657
* Removed `request_key` from the `SyncConfig` (moved outside as its own functio...Eric Eastwood2024-05-161-2/+15
* Refactor Sync handler to be able to return different sync responses (`SyncVer...Eric Eastwood2024-05-161-2/+2
* Add support for MSC4115 (#17104)Richard van der Hoff2024-04-291-0/+24
* Correctly mention previous copyright (#16820)Erik Johnston2024-01-233-0/+3
* Update license headersPatrick Cloke2023-11-213-30/+48
* Replace simple_async_mock with AsyncMock (#16180)Patrick Cloke2023-08-251-3/+2
* Properly handle redactions of creation events (#15973)Shay2023-07-231-2/+7
* Support room version 11 (#15912)Patrick Cloke2023-07-181-16/+14
* Replace `EventContext` fields `prev_group` and `delta_ids` with field `state_...Shay2023-06-131-2/+1
* Properly parse event_fields in filters (#15607)Patrick Cloke2023-05-221-0/+39
* Implement MSC3821 to update redaction rules (`third_party_invite.signed`) (#1...Patrick Cloke2023-05-151-1/+74
* Implement MSC3389 to protect relations from redaction. (#15565)Patrick Cloke2023-05-151-0/+90
* Implement MSC2174: move redacts to a content property. (#15395)Patrick Cloke2023-04-131-2/+10
* Implement MSC3989 to redact the origin field. (#15393)Patrick Cloke2023-04-051-0/+7
* Add final type hint to tests.unittest. (#15072)Patrick Cloke2023-02-141-7/+5
* Proper types for `tests.module_api` (#15031)David Robertson2023-02-091-3/+7
* Properly typecheck tests.api (#14983)David Robertson2023-02-031-0/+2
* Add missing type hints for tests.events. (#14904)Patrick Cloke2023-01-253-61/+85
* Allow selecting "prejoin" events by state keys (#14642)David Robertson2022-12-131-5/+30
* Modernize unit tests configuration settings for workers. (#14568)realtyem2022-12-011-4/+12
* Register homeserver modules when creating test homeserver (#13558)Andrew Morgan2022-08-191-4/+0
* Rename storage classes (#12913)Erik Johnston2022-05-311-2/+2
* Additional constants for EDU types. (#12884)Patrick Cloke2022-05-271-1/+1
* Convert stringy power levels to integers on room upgrade (#12657)David Robertson2022-05-071-2/+39
* Use the proper serialization format when bundling aggregations. (#12090)Patrick Cloke2022-03-031-1/+4
* Replace assertEquals and friends with non-deprecated versions. (#12092)Patrick Cloke2022-02-281-8/+8
* Remove `HomeServer.get_datastore()` (#12031)Richard van der Hoff2022-02-231-1/+1
* Strip "join_authorised_via_users_server" from join events which do not need i...Patrick Cloke2021-09-301-3/+4
* Fix errors in Synapse logs from unit tests. (#10939)Patrick Cloke2021-09-301-1/+6
* Support MSC3375: room version 9. (#10747)Patrick Cloke2021-09-031-1/+45
* Port the PresenceRouter module interface to the new generic interface (#10524)Azrenbeth2021-08-171-5/+104
* Flatten the synapse.rest.client package (#10600)reivilibre2021-08-172-2/+2
* Support MSC3289: Room version 8 (#10449)Patrick Cloke2021-08-091-1/+1
* Restricted rooms (MSC3083) should not have their allow key redacted. (#10489)Patrick Cloke2021-07-281-0/+43
* Stagger send presence to remotes (#10398)Erik Johnston2021-07-151-0/+8
* Use inline type hints in `tests/` (#10350)Jonathan de Jong2021-07-131-3/+3
* Use a database table to hold the users that should have full presence sent to...Andrew Morgan2021-05-181-4/+11
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-143-3/+0
* Use mock from the stdlib. (#9772)Patrick Cloke2021-04-091-3/+3
* Add a Synapse Module for configuring presence update routing (#9491)Andrew Morgan2021-04-061-0/+386
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-1/+4
* Implement MSC2176: Updated redaction rules (#8984)Patrick Cloke2021-01-051-21/+164
* Convert the message handler to async/await. (#7884)Patrick Cloke2020-07-221-15/+21
* Implement room version 6 (MSC2240). (#7506)Patrick Cloke2020-05-151-1/+1
* Fix bug in EventContext.deserialize. (#7393)Erik Johnston2020-05-051-0/+100
* Remove special auth and redaction rules for aliases events in experimental ro...Patrick Cloke2020-03-091-2/+33
* Add a `make_event_from_dict` method (#6858)Richard van der Hoff2020-02-071-4/+5
* Factor out a `copy_power_levels_contents` methodRichard van der Hoff2020-01-291-2/+43
* Run Black. (#5482)Amber Brown2019-06-201-47/+47
* Fix a number of flake8 errorsRichard van der Hoff2018-10-241-2/+2
* Run black.black2018-08-101-98/+37
* run isortAmber Brown2018-07-091-2/+2
* Optimise state resolutionErik Johnston2017-01-171-1/+21
* Review commentsKegan Dougal2016-11-221-10/+2
* More testsKegan Dougal2016-11-221-1/+56
* Add remaining testsKegan Dougal2016-11-211-4/+70
* Start adding some testsKegan Dougal2016-11-211-3/+37
* Move event_fields filtering to serialize_eventKegan Dougal2016-11-211-0/+21
* Fix flake8 warnings for testsMark Haines2016-02-191-0/+1
* copyrightsMatthew Hodgson2016-01-071-1/+1
* Add some unit tests of prune_events()Paul "LeoNerd" Evans2015-10-162-0/+115
* Kill off synapse.api.events.*Erik Johnston2014-12-162-232/+0
* Fix validation testsErik Johnston2014-11-111-12/+43
* Have all unit tests import from our own subclass of trial's unittest TestCase...Paul "LeoNerd" Evans2014-09-121-1/+1
* fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org has...Matthew Hodgson2014-09-032-2/+2
* add in copyrights to everything, not just the synapse subdir, and add a copyr...Matthew Hodgson2014-08-132-0/+28
* Reference Matrix Home Servermatrix.org2014-08-122-0/+173