Commit History

Author SHA1 Message Date
  Patrick Cloke 2735b3e6f2 Remove a debug statement from tests. (#11239) 3 years ago
  Brendan Abolivier ad4eab9862 Add a module API method to retrieve state from a room (#11204) 3 years ago
  Brendan Abolivier adc0d35b17 Add a ModuleApi method to update a user's membership in a room (#11147) 3 years ago
  Patrick Cloke 7d84d2523a Fix errors in Synapse logs from unit tests. (#10939) 3 years ago
  David Teller 80828eda06 Extend ModuleApi with the methods we'll need to reject spam based on …IP - resolves #10832 (#10833) 3 years ago
  reivilibre 642a42edde Flatten the synapse.rest.client package (#10600) 3 years ago
  Jason Robinson c2000ab35b Add `get_userinfo_by_id` method to `ModuleApi` (#9581) 3 years ago
  Jonathan de Jong 93729719b8 Use inline type hints in `tests/` (#10350) 3 years ago
  Andrew Morgan 4d6e5a5e99 Use a database table to hold the users that should have full presence sent to them, instead of something in-memory (#9823) 3 years ago
  Jonathan de Jong 4b965c862d Remove redundant "coding: utf-8" lines (#9786) 3 years ago
  Patrick Cloke 0b3112123d Use mock from the stdlib. (#9772) 3 years ago
  Andrew Morgan 04819239ba Add a Synapse Module for configuring presence update routing (#9491) 3 years ago
  Eric Eastwood 0a00b7ff14 Update black, and run auto formatting over the codebase (#9381) 3 years ago
  Erik Johnston f737368a26 Add admin API for logging in as a user (#8617) 4 years ago
  Andrew Morgan 66ac4b1e34 Allow modules to create and send events into rooms (#8479) 4 years ago
  Richard van der Hoff 4f0637346a Combine `SpamCheckerApi` with the more generic `ModuleApi`. (#8464) 4 years ago
  Andrew Morgan 0991a2da93 Allow ThirdPartyEventRules modules to manipulate public room state (#8292) 4 years ago
  Patrick Cloke 4c6c56dc58 Convert simple_select_one and simple_select_one_onecol to async (#8162) 4 years ago
  Andrew Morgan 3e6b5bba71 Wrap register_device coroutine in an ensureDeferred (#7684) 4 years ago