| Commit message (Expand) | Author | Age | Files | Lines |
* | Reduce the number of tests using TCP replication. (#13543) | Patrick Cloke | 2022-08-19 | 1 | -7/+0 |
* | Update module API "update room membership" method to allow for remote joins (... | Matt C | 2022-08-05 | 1 | -0/+29 |
* | Add module API method to create a room (#13429) | Matt C | 2022-08-04 | 1 | -0/+51 |
* | Add module API method to resolve a room alias to a room ID (#13428) | Matt C | 2022-08-03 | 1 | -0/+19 |
* | Additional constants for EDU types. (#12884) | Patrick Cloke | 2022-05-27 | 1 | -1/+1 |
* | Add a module API to allow modules to edit push rule actions (#12406) | Brendan Abolivier | 2022-04-27 | 1 | -1/+83 |
* | Remove unused `# type: ignore`s (#12531) | David Robertson | 2022-04-27 | 1 | -6/+11 |
* | Add Module API for reading and writing global account data. (#12391) | reivilibre | 2022-04-11 | 1 | -0/+157 |
* | Remove redundant `get_success` calls in test code (#12346) | Richard van der Hoff | 2022-04-01 | 1 | -11/+9 |
* | Default to `private` room visibility rather than `public` when a client does ... | reivilibre | 2022-04-01 | 1 | -1/+1 |
* | Add set_user_admin function to the module API (#12341) | Amanda Graven | 2022-04-01 | 1 | -0/+14 |
* | Allow registering admin users using the module API (#12250) | Nicolas Werner | 2022-03-23 | 1 | -0/+10 |
* | Remove `HomeServer.get_datastore()` (#12031) | Richard van der Hoff | 2022-02-23 | 1 | -1/+1 |
* | Remove a debug statement from tests. (#11239) | Patrick Cloke | 2021-11-03 | 1 | -1/+0 |
* | Add a module API method to retrieve state from a room (#11204) | Brendan Abolivier | 2021-10-29 | 1 | -1/+24 |
* | Add a ModuleApi method to update a user's membership in a room (#11147) | Brendan Abolivier | 2021-10-28 | 1 | -1/+125 |
* | Fix errors in Synapse logs from unit tests. (#10939) | Patrick Cloke | 2021-09-30 | 1 | -1/+6 |
* | Extend ModuleApi with the methods we'll need to reject spam based on …IP - ... | David Teller | 2021-09-22 | 1 | -0/+72 |
* | Flatten the synapse.rest.client package (#10600) | reivilibre | 2021-08-17 | 1 | -1/+1 |
* | Add `get_userinfo_by_id` method to `ModuleApi` (#9581) | Jason Robinson | 2021-08-04 | 1 | -0/+10 |
* | Use inline type hints in `tests/` (#10350) | Jonathan de Jong | 2021-07-13 | 1 | -8/+8 |
* | Use a database table to hold the users that should have full presence sent to... | Andrew Morgan | 2021-05-18 | 1 | -87/+216 |
* | Remove redundant "coding: utf-8" lines (#9786) | Jonathan de Jong | 2021-04-14 | 1 | -1/+0 |
* | Use mock from the stdlib. (#9772) | Patrick Cloke | 2021-04-09 | 1 | -2/+3 |
* | Add a Synapse Module for configuring presence update routing (#9491) | Andrew Morgan | 2021-04-06 | 1 | -3/+172 |
* | Update black, and run auto formatting over the codebase (#9381) | Eric Eastwood | 2021-02-16 | 1 | -1/+4 |
* | Add admin API for logging in as a user (#8617) | Erik Johnston | 2020-11-17 | 1 | -5/+6 |
* | Allow modules to create and send events into rooms (#8479) | Andrew Morgan | 2020-10-09 | 1 | -0/+95 |
* | Combine `SpamCheckerApi` with the more generic `ModuleApi`. (#8464) | Richard van der Hoff | 2020-10-07 | 1 | -2/+2 |
* | Allow ThirdPartyEventRules modules to manipulate public room state (#8292) | Andrew Morgan | 2020-10-05 | 1 | -1/+55 |
* | Convert simple_select_one and simple_select_one_onecol to async (#8162) | Patrick Cloke | 2020-08-26 | 1 | -1/+1 |
* | Wrap register_device coroutine in an ensureDeferred (#7684) | Andrew Morgan | 2020-06-16 | 2 | -0/+54 |