Skip to content
Snippets Groups Projects
Commit b37e8c95 authored by Neil Johnson's avatar Neil Johnson
Browse files

Merge branch 'neilj/room_capabilities' of github.com:matrix-org/synapse into...

Merge branch 'neilj/room_capabilities' of github.com:matrix-org/synapse into neilj/room_capabilities
parents f834d984 ee4df7fd
No related branches found
No related tags found
No related merge requests found
Showing
with 14 additions and 7 deletions
...@@ -15,6 +15,7 @@ recursive-include docs * ...@@ -15,6 +15,7 @@ recursive-include docs *
recursive-include scripts * recursive-include scripts *
recursive-include scripts-dev * recursive-include scripts-dev *
recursive-include synapse *.pyi recursive-include synapse *.pyi
recursive-include tests *.pem
recursive-include tests *.py recursive-include tests *.py
recursive-include synapse/res * recursive-include synapse/res *
......
...@@ -18,7 +18,7 @@ instructions that may be required are listed later in this document. ...@@ -18,7 +18,7 @@ instructions that may be required are listed later in this document.
.. code:: bash .. code:: bash
pip install --upgrade --process-dependency-links matrix-synapse pip install --upgrade matrix-synapse
# restart synapse # restart synapse
synctl restart synctl restart
......
Fix bug when rejecting remote invites
Implement MSC1708 (.well-known routing for server-server federation)
\ No newline at end of file
Refactor 'sign_request' as 'build_auth_headers'
\ No newline at end of file
Implement MSC1708 (.well-known routing for server-server federation)
\ No newline at end of file
Remove redundant federation connection wrapping code
Copy over whether a room is a direct message and any associated room tags on room upgrade.
\ No newline at end of file
Search now includes results from predecessor rooms after a room upgrade.
\ No newline at end of file
Implement MSC1708 (.well-known routing for server-server federation)
\ No newline at end of file
Remove redundant SynapseKeyClientProtocol magic
\ No newline at end of file
Implement MSC1708 (.well-known routing for server-server federation)
\ No newline at end of file
Refactor and cleanup for SRV record lookup
Implement MSC1708 (.well-known routing for server-server federation)
\ No newline at end of file
Move SRV logic into the Agent layer
Add infrastructure to support different event formats
Add infrastructure to support different event formats
Add infrastructure to support different event formats
Implement MSC1708 (.well-known routing for server-server federation)
\ No newline at end of file
Move SRV logic into the Agent layer
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment