- Nov 16, 2020
-
-
Richard van der Hoff authored
-
- Nov 15, 2020
-
-
Richard van der Hoff authored
Where we want to render a request against a specific Resource, call the global make_request() function rather than the one in HomeserverTestCase, allowing us to pass in an appropriate `Site`.
-
- Oct 15, 2020
-
-
Jonathan de Jong authored
This implements a more standard API for instantiating a homeserver and moves some of the dependency injection into the test suite. More concretely this stops using `setattr` on all `kwargs` passed to `HomeServer`.
-
- Jun 16, 2020
-
-
Richard van der Hoff authored
This ended up being a bit more invasive than I'd hoped for (not helped by generic_worker duplicating some of the code from homeserver), but hopefully it's an improvement. The idea is that, rather than storing unstructured `dict`s in the config for the listener configurations, we instead parse it into a structured `ListenerConfig` object.
-
- Mar 24, 2020
-
-
Richard van der Hoff authored
this is never set to anything other than "test", and is a source of unnecessary boilerplate.
-
- Feb 27, 2020
-
-
Richard van der Hoff authored
to stop the federationhandler trying to do master stuff
-
- Feb 26, 2020
-
-
Richard van der Hoff authored
When we get an invite over federation, store the room version in the rooms table. The general idea here is that, when we pull the invite out again, we'll want to know what room_version it belongs to (so that we can later redact it if need be). So we need to store it somewhere...
-
- Feb 25, 2020
-
-
Erik Johnston authored
-
- May 10, 2019
-
-
Amber Brown authored
-
- Jan 23, 2019
-
-
Jason Robinson authored
Signed-off-by:
Jason Robinson <jasonr@matrix.org>
-
Jason Robinson authored
Signed-off-by:
Jason Robinson <jasonr@matrix.org>
-
Jason Robinson authored
Signed-off-by:
Jason Robinson <jasonr@matrix.org>
-
Jason Robinson authored
Check all possible variants of openid and federation listener on/off possibilities. Signed-off-by:
Jason Robinson <jasonr@matrix.org>
-
Jason Robinson authored
Check all possible variants of openid and federation listener on/off possibilities. Signed-off-by:
Jason Robinson <jasonr@matrix.org>
-
Jason Robinson authored
Signed-off-by:
Jason Robinson <jasonr@matrix.org>
-
- Sep 06, 2018
-
-
Amber Brown authored
-
- Aug 17, 2018
-
-
Amber Brown authored
-