- May 23, 2019
-
-
Richard van der Hoff authored
These were never used, and poking arbitary data into objects from other packages seems confusing at best.
-
Richard van der Hoff authored
Storing server keys hammered the database a bit. This replaces the implementation which stored a single key, with one which can do many updates at once.
-
Richard van der Hoff authored
I was staring at this function trying to figure out wtf it was actually doing. This is (hopefully) a non-functional refactor which makes it a bit clearer.
-
- May 22, 2019
-
-
Richard van der Hoff authored
-
Neil Johnson authored
-
Neil Johnson authored
This reverts commit c31e375a.
-
Neil Johnson authored
-
Marcus Hoffmann authored
requests 2.22.0 as been released supporting urllib3 1.25.2 Signed-off-by:
Marcus Hoffmann <bubu@bubu1.eu>
-
Neil Johnson authored
-
Neil Johnson authored
* expose SlavedProfileStore to ClientReaderSlavedStore
-
Steffen authored
Add missing backslash
-
Richard van der Hoff authored
-
- May 21, 2019
-
-
Amber Brown authored
-
Richard van der Hoff authored
-
Erik Johnston authored
Only count aggregations from distinct senders
-
Erik Johnston authored
Block attempts to annotate the same event twice
-
Erik Johnston authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Erik Johnston authored
-
Richard van der Hoff authored
Implements https://github.com/matrix-org/matrix-doc/pull/2002.
-
Richard van der Hoff authored
When considering the candidates to be forward-extremities, we must exclude soft failures. Hopefully fixes #5090.
-
Richard van der Hoff authored
* Pin eliot to <1.8 on python 3.5.2 Fixes https://github.com/matrix-org/synapse/issues/5199 * Add support for 'markers' to python_dependencies * tell xargs not to strip quotes
-
Brendan Abolivier authored
Add startup background job for account validity
-
Brendan Abolivier authored
-
Richard van der Hoff authored
If we remove support for a particular room version, we should behave more gracefully. This should make client requests fail with a 400 rather than a 500, and will ignore individiual PDUs in a federation transaction, rather than the whole transaction.
-
Brendan Abolivier authored
- May 20, 2019
-
-
Erik Johnston authored
-
Erik Johnston authored
-
Richard van der Hoff authored
This reverts commit ce5bcefc. This caused: ``` Traceback (most recent call last): File "/usr/local/lib/python3.7/runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) File "/usr/local/lib/python3.7/runpy.py", line 85, in _run_code exec(code, run_globals) File "/home/synapse/src/synapse/app/client_reader.py", line 32, in <module> from synapse.replication.slave.storage import SlavedProfileStore ImportError: cannot import name 'SlavedProfileStore' from 'synapse.replication.slave.storage' (/home/synapse/src/synapse/replication/slave/storage/__init__.py) error starting synapse.app.client_reader('/home/synapse/config/workers/client_reader.yaml') (exit code: 1); see above for logs ```
-
Richard van der Hoff authored
Implements MSC1884
-
Erik Johnston authored
Rename relation types to match MSC
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Land basic reaction and edit support.
-
Erik Johnston authored
-
Erik Johnston authored
Correctly update aggregation counts after redaction
-