- Oct 01, 2018
-
-
Richard van der Hoff authored
Rewrite the dockerfile as a multistage build: this means we can get rid of a whole load of cruft which we don't need.
-
- Sep 28, 2018
-
-
Bruno Windels authored
-
Richard van der Hoff authored
remove spurious federation checks on localhost
-
Richard van der Hoff authored
Remove redundant call to start_get_pdu_cache
-
Richard van der Hoff authored
-
Jan Christian Grünhage authored
-
Richard van der Hoff authored
I think this got forgotten in #3932. We were getting away with it because it was the last call in this function.
-
- Sep 27, 2018
-
-
Richard van der Hoff authored
Improve performance of getting typing updates for replication
-
Richard van der Hoff authored
Build and push docker image to hub automatically
-
Richard van der Hoff authored
Clarifications in FederationHandler
-
Amber Brown authored
Run notify_app_services as a bg process
-
Amber Brown authored
Replaced all occurences of e.message with str(e)
-
Amber Brown authored
-
Amber Brown authored
-
Schnuffle authored
-
Schnuffle authored
Signed-off-by:
Schnuffle <schnuffle@github.com>
-
Richard van der Hoff authored
fix #3854 MAU transaction errors
-
Michael Kaye authored
-
Michael Kaye authored
Latest is horrible and makes debugging what has happened anywhere a nightmare. We push a latest because of demand for it, but we'll also push a SHA1 commit id so those wanting to know what they're running (and be able to roll back if required) can use those instead. Note that latest here is defined as "most recent master commit" not "most recent released version", as the actual semantics of making latest correct while still being able to build bugfixed releases of previous versions is just ARGH. So we define it as "master" not "latest release".
-
Michael Kaye authored
-
Michael Kaye authored
-
Michael Kaye authored
-
Michael Kaye authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
* add some comments on things that look a bit bogus * rename this `state` variable to avoid confusion with the `state` used elsewhere in this function. (There was no actual conflict, but it was a confusing bit of spaghetti.)
-
Richard van der Hoff authored
Logging improvements
-
Richard van der Hoff authored
when processing incoming transactions, it can be hard to see what's going on, because we process a bunch of stuff in parallel, and because we may end up recursively working our way through a chain of three or four events. This commit creates a way to use logcontexts to add the relevant event ids to the log lines.
-
Richard van der Hoff authored
I spent ages trying to figure out how I was going mad...
-
Amber Brown authored
fix docstring for FederationClient.get_state_for_room
-
- Sep 26, 2018
-
-
Richard van der Hoff authored
Some logging tweaks to help with debugging incoming federation transactions
-
Richard van der Hoff authored
-
Richard van der Hoff authored
This ensures that its resource usage metrics get recorded somewhere rather than getting lost. (It also fixes an error when called from a nested logging context which completes before the bg process)
-
Richard van der Hoff authored
-
Richard van der Hoff authored
There's really no point in checking for destinations called "localhost" because there is nothing stopping people creating other DNS entries which point to 127.0.0.1. The right fix for this is https://github.com/matrix-org/synapse/issues/3953. Blocking localhost, on the other hand, means that you get a surprise when trying to connect a test server on localhost to an existing server (with a 'normal' server_name).
-
Richard van der Hoff authored
-
Richard van der Hoff authored
trivial fixes for docstring
-
Neil Johnson authored
-
Neil Johnson authored
-
Amber Brown authored
* changelog * reduce circleci config * plus a handy script * fix regex
-