- Jun 17, 2021
-
-
Marcus authored
Reformat all files with the new version. Signed-off-by:
Marcus Hoffmann <bubu@bubu1.eu>
-
- 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>`>
-
- Apr 09, 2021
-
-
Patrick Cloke authored
-
- Oct 07, 2020
-
-
Erik Johnston authored
We call `_update_stream_positions_table_txn` a lot, which is an UPSERT that can conflict in `REPEATABLE READ` isolation level. Instead of doing a transaction consisting of a single query we may as well run it outside of a transaction.
-
Erik Johnston authored
We call `_update_stream_positions_table_txn` a lot, which is an UPSERT that can conflict in `REPEATABLE READ` isolation level. Instead of doing a transaction consisting of a single query we may as well run it outside of a transaction.
-
- Aug 27, 2020
-
-
Patrick Cloke authored
-
Patrick Cloke authored
-
- Aug 26, 2020
-
-
Patrick Cloke authored
-
- Aug 17, 2020
-
-
Patrick Cloke authored
-
- Aug 05, 2020
-
-
Erik Johnston authored
-
- Jul 08, 2020
-
-
Richard van der Hoff authored
... instead of duplicating `config.signing_key[0]` everywhere
-
- May 11, 2020
-
-
Amber Brown authored
-
- Dec 18, 2019
-
-
Erik Johnston authored
This encapsulates config for a given database and is the way to get new connections.
-
- Dec 06, 2019
-
-
Erik Johnston authored
-
- Dec 05, 2019
-
-
Erik Johnston authored
-
- Dec 04, 2019
-
-
Erik Johnston authored
-
- May 10, 2019
-
-
Amber Brown authored
-
- Jan 28, 2019
-
-
Amber Brown authored
-
- Jan 24, 2019
-
-
Amber Brown authored
-
- Aug 28, 2018
-
-
Richard van der Hoff authored
-
- Aug 10, 2018
-
-
black authored
-
- Jul 09, 2018
-
-
Amber Brown authored
-
- Nov 13, 2017
-
-
Richard van der Hoff authored
Fix the test to pass the right number of args to the Store constructors
-
- Mar 23, 2017
-
-
Erik Johnston authored
This prevents unnecessary construction of lists
-
- Apr 06, 2016
-
-
Erik Johnston authored
-
- Feb 19, 2016
-
-
Mark Haines authored
-
- Feb 11, 2016
-
-
Daniel Wagner-Hall authored
-
- Jan 07, 2016
-
-
Matthew Hodgson authored
-
- Sep 23, 2015
-
-
Mark Haines authored
-
- May 15, 2015
-
-
Erik Johnston authored
-
- May 05, 2015
-
-
Erik Johnston authored
-
- Apr 08, 2015
-
-
Erik Johnston authored
-
- Apr 01, 2015
-
-
Erik Johnston authored
-
- Mar 20, 2015
-
-
Erik Johnston authored
-
- Feb 11, 2015
-
-
Mark Haines authored
-
Mark Haines authored
setup_test_homeserver function in utils.
-
- Nov 24, 2014
-
-
Erik Johnston authored
This should fix the bug where the edges of the graph get returned in a different order than they were inserted in, and so no get_event no longer returned the exact same JSON as was inserted. This meant that signature checks failed.
-
- Nov 10, 2014
-
-
Erik Johnston authored
-
- Sep 12, 2014
-
-
Paul "LeoNerd" Evans authored
Have all unit tests import from our own subclass of trial's unittest TestCase; set up logging in ONE PLACE ONLY
-
- Sep 03, 2014
-
-
Matthew Hodgson authored
fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org hasn't been incorporated in time for launch.
-