- Nov 12, 2021
-
-
Shay authored
* change display names/avatar URLS to None if they contain null bytes * add changelog * add POC test, requested changes * add a saner test and remove old one * update test to verify that display name has been changed to None * make test less fragile
-
- Oct 06, 2021
-
-
David Robertson authored
Fix a long-standing bug where a batch of user directory changes would be silently dropped if the server left a room early in the batch. * Pull out `wait_for_background_update` in tests Co-authored-by:
Patrick Cloke <clokep@users.noreply.github.com> Co-authored-by:
Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
-
- Aug 17, 2021
-
-
reivilibre authored
-
- Apr 14, 2021
-
-
Jonathan de Jong authored
Part of #9744 Removes all redundant `# -*- coding: utf-8 -*-` lines from files, as python 3 automatically reads source code as utf-8 now. `Signed-off-by:
Jonathan de Jong <jonathan@automatia.nl>`>
-
- Dec 02, 2020
-
-
Richard van der Hoff authored
-
Patrick Cloke authored
Replaces the `federation_ip_range_blacklist` configuration setting with an `ip_range_blacklist` setting with wider scope. It now applies to: * Federation * Identity servers * Push notifications * Checking key validitity for third-party invite events The old `federation_ip_range_blacklist` setting is still honored if present, but with reduced scope (it only applies to federation and identity servers).
-
- Oct 22, 2020
-
-
Erik Johnston authored
-
- Aug 27, 2020
-
-
Andrew Morgan authored
-
- Aug 14, 2020
-
-
Patrick Cloke authored
-
- Aug 05, 2020
-
-
Erik Johnston authored
-
- Jul 22, 2020
-
-
Patrick Cloke authored
-
- May 14, 2020
-
-
Richard van der Hoff authored
Fix a bug where the `get_joined_users` cache could be corrupted by custom status events (or other state events with a state_key matching the user ID). The bug was introduced by #2229, but has largely gone unnoticed since then. Fixes #7099, #7373.
-
- Jan 15, 2020
-
-
Erik Johnston authored
Currently we rely on `current_state_events` to figure out what rooms a user was in and their last membership event in there. However, if the server leaves the room then the table may be cleaned up and that information is lost. So lets add a table that separately holds that information.
-
- Dec 05, 2019
-
-
Erik Johnston authored
-
Erik Johnston authored
-
- Dec 04, 2019
-
-
Erik Johnston authored
-
- Nov 27, 2019
-
-
Amber Brown authored
-
- Oct 23, 2019
-
-
Erik Johnston authored
-
- Sep 06, 2019
-
-
Amber Brown authored
-
- Jul 23, 2019
-
-
Erik Johnston authored
-
Amber Brown authored
-
- May 10, 2019
-
-
Amber Brown authored
-
- Apr 01, 2019
-
-
Richard van der Hoff authored
Collect all the things that make room-versions different to one another into one place, so that it's easier to define new room versions.
-
- Jan 25, 2019
-
-
Erik Johnston authored
-
Erik Johnston authored
-
- Jan 24, 2019
-
-
Erik Johnston authored
-
- Aug 13, 2018
-
-
Amber Brown authored
-
- Aug 10, 2018
-
-
black authored
-
- Aug 09, 2018
-
-
Erik Johnston authored
-
- Jul 09, 2018
-
-
Amber Brown authored
-
- Feb 06, 2018
-
-
Erik Johnston authored
-
- Feb 05, 2018
-
-
Erik Johnston authored
-
- Aug 26, 2016
-
-
Erik Johnston authored
-
- May 16, 2016
-
-
Mark Haines authored
-
- Apr 08, 2016
-
-
Mark Haines authored
* Remove some unused functions * get_room_events_stream is only used in tests * is_exclusive_room might actually be something we want
-
- Mar 17, 2016
-
-
Mark Haines authored
-
- Feb 19, 2016
-
-
Mark Haines authored
-
- Jan 07, 2016
-
-
Matthew Hodgson authored
-
- Apr 01, 2015
-
-
Erik Johnston authored
-
- Feb 11, 2015
-
-
Mark Haines authored
setup_test_homeserver function in utils.
-