- Oct 28, 2019
-
-
Richard van der Hoff authored
Make sure that we check that events sent over /send_join, /send_leave, and /invite, are correctly signed and come from the expected servers.
-
- Oct 25, 2019
-
-
Erik Johnston authored
Remove repeated calls to config.stats_enabled.
-
Erik Johnston authored
Fix /keys/query API on workers.
-
Erik Johnston authored
-
Erik Johnston authored
The necessary getters were added only to the master store and not the worker stores.
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Turns out that fetching variables from the config object is expensive, so doing it once at startup avoids unnecessary work.
-
- Oct 24, 2019
-
-
Erik Johnston authored
Move schema delta files to the correct data store.
-
Brendan Abolivier authored
Add new boolean column to synapse_port_db
-
Erik Johnston authored
-
Erik Johnston authored
They were put in the global schema delta directory due to a bad merge.
-
Andrew Morgan authored
-
Brendan Abolivier authored
-
Brendan Abolivier authored
-
Neil Johnson authored
The expected use case is to suppress MAU limiting on small instances
-
- Oct 23, 2019
-
-
Andrew Morgan authored
-
Brendan Abolivier authored
Fix import paths in synapse_port_db
-
Brendan Abolivier authored
-
Brendan Abolivier authored
-
Brendan Abolivier authored
Make `synapse_port_db` correctly create indexes in the PostgreSQL database, by having it run the background updates on the database before migrating the data. To ensure we're migrating the right data, also block the port if the SQLite3 database still has pending or ongoing background updates. Fixes #4877
-
Andrew Morgan authored
Add a linting script that enforces all boolean values in the default config be lowercase. This has annoyed me for a while so I decided to fix it.
-
Erik Johnston authored
Refactor storage layer to support multiple databases
-
- Oct 22, 2019
-
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Hubert Chathi authored
Cross-signing [3/4] -- uploading signatures edition
-
Andrew Morgan authored
The synapse demo was a bit flakey in terms of supporting federation. It turns out that if your computer resolved `localhost` to `::1` instead of `127.0.0.1`, the built-in federation blacklist specified in `start.sh` would still block it, since it contained an entry for `::/127`. Removing this no longer prevents Synapse from contacting `::1`, federation works again on these boxes.
-
Adrien Luxey authored
Added database owner authentication with `sudo` when `su` does not work
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
- Oct 21, 2019
-
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
This is in preparation for having multiple data stores that offer different functionality, e.g. splitting out state or event storage.
-
- Oct 19, 2019
-
-
Andrew Morgan authored
* Delete format_tap.py This python implementation of a tap formatting library for buildkite has been replaced with a perl implementation as part of the matrix-org/sytest repo, which is specific to sytest's language, not that of any one homeserver's.
-
- Oct 18, 2019
-
-
Hubert Chathi authored
... again? How did you make it disappear, git?
-