summary refs log tree commit diff
path: root/docs/sphinx/conf.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-05-210.99.5rc1Richard van der Hoff26-25/+40
2019-05-21Introduce room v4 which updates event ID format. (#5217)Richard van der Hoff3-5/+6
Implements https://github.com/matrix-org/matrix-doc/pull/2002.
2019-05-21Exclude soft-failed events from fwd-extremity candidates. (#5146)Richard van der Hoff3-3/+14
When considering the candidates to be forward-extremities, we must exclude soft failures. Hopefully fixes #5090.
2019-05-21Pin eliot to <1.8 on python 3.5.2 (#5218)Richard van der Hoff3-7/+36
* 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
2019-05-21DocBrendan Abolivier2-0/+16
2019-05-21Fix error handling for rooms whose versions are unknown. (#5219)Richard van der Hoff5-7/+38
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.
2019-05-21Do the select and insert in a single transactionBrendan Abolivier1-10/+6
2019-05-20Revert "expose SlavedProfileStore to ClientReaderSlavedStore (#5200)"Richard van der Hoff2-3/+0
This reverts commit ce5bcefc609db40740c692bd53a1ef84ab675e8c. 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_r