60 Commits (4b965c862dc66c0da5d3240add70e9b5f0aa720b)

Author SHA1 Message Date
  Jonathan de Jong 4b965c862d
Remove redundant "coding: utf-8" lines (#9786) 3 years ago
  Erik Johnston bbf8886a05
Merge worker apps into one. (#6964) 4 years ago
  Patrick Cloke 509e381afa
Clarify list/set/dict/tuple comprehensions and enforce via flake8 (#6957) 4 years ago
  Erik Johnston 6b9e1014cf
Fix race in federation sender that delayed device updates. (#6799) 4 years ago
  Erik Johnston a8a50f5b57
Wake up transaction queue when remote server comes back online (#6706) 4 years ago
  Erik Johnston 48c3a96886
Port synapse.replication.tcp to async/await (#6666) 4 years ago
  Erik Johnston bc5cb8bfe8 Remove database config parsing from apps. 4 years ago
  Erik Johnston 9a4fb457cf Change DataStores to accept 'database' param. 4 years ago
  Andrew Morgan 3916e1b97a
Clean up newline quote marks around the codebase (#6362) 4 years ago
  Andrew Morgan 54fef094b3
Remove usage of deprecated logger.warn method from codebase (#6271) 4 years ago
  Amber Brown 7dc398586c
Implement a structured logging output system. (#5680) 4 years ago
  Erik Johnston 80cfad233e Call startup commands as system triggers. 4 years ago
  Amber Brown 7ad1d76356
Support Prometheus_client 0.4.0+ (#5636) 4 years ago
  Amber Brown 463b072b12
Move logging utilities out of the side drawer of util/ and into logging/ (#5606) 4 years ago
  Amber Brown 32e7c9e7f2
Run Black. (#5482) 4 years ago
  Richard van der Hoff a5798de067 Move replication.tcp.streams into a package 5 years ago
  Richard van der Hoff fdcad8eabd Move client receipt processing to federation sender worker. 5 years ago
  Amber Brown 9cd33d2f4b
Deduplicate some code in synapse.app (#4567) 5 years ago
  Amber Brown 5d976c0c7c
Fix worker TLS (#4492) 5 years ago
  Schnuffle dc5db01ff2 Replaced all occurences of e.message with str(e) 5 years ago
  Erik Johnston 8601c24287 Fix some instances of ExpiringCache not expiring cache items 5 years ago
  Richard van der Hoff 0b07f02e19 Make sure that we close db connections opened during init 5 years ago
  Richard van der Hoff 0e8d78f6aa Logcontexts for replication command handlers 5 years ago
  Erik Johnston 773db62a22 Rename slave TransactionStore to SlaveTransactionStore 5 years ago
  Amber Brown b37c472419
Rename async to async_helpers because `async` is a keyword on Python 3.7 (#3678) 5 years ago
  Amber Brown 49af402019 run isort 5 years ago
  Jeroen 3d605853c8 send SNI for federation requests 5 years ago
  Travis Ralston 12285a1a76 The flag is named enable_metrics, not collect_metrics 6 years ago
  Amber Brown febe0ec8fd
Run Prometheus on a different port, optionally. (#3274) 6 years ago
  Richard van der Hoff 318711e139 Set Server header in SynapseRequest 6 years ago
  Richard van der Hoff 2a13af23bc Use run_in_background in preference to preserve_fn 6 years ago
  Richard van der Hoff 9255a6cb17 Improve exception handling for background processes 6 years ago
  Matthew Hodgson 8cbbfaefc1 404 correctly on missing paths via NoResource 6 years ago
  Richard van der Hoff 25adde9a04 Factor out get_db_conn to HomeServer base class 6 years ago
  Silke df0f602796 Implement listen_tcp method in remaining workers 6 years ago
  Richard van der Hoff 543c794a76 Factor out common application start 6 years ago
  Erik Johnston 6aa5bc8635 Initial worker impl 7 years ago
  Erik Johnston 9c712a366f Move get_presence_list_* to SlaveStore 7 years ago
  Erik Johnston 29574fd5b3 Reduce federation presence replication traffic 7 years ago
  Erik Johnston 449d1297ca Fix up federation SendQueue and document types 7 years ago
  Erik Johnston f10ce8944b Don't double json encode federation replication data 7 years ago
  Erik Johnston d1d5362267 Add comment 7 years ago
  Erik Johnston ac66e11f2b Add the appropriate amount of preserve_fn 7 years ago
  Erik Johnston 6ce6bbedcb Move where we ack federation 7 years ago
  Erik Johnston 36c28bc467 Update all the workers and master to use TCP replication 7 years ago
  Richard van der Hoff 067b00d49d Run the reactor with the sentinel logcontext 7 years ago
  Richard van der Hoff d84bd51e95 Refactor logger config for workers 7 years ago
  Erik Johnston 252b503fc8 Hook device list updates to replication 7 years ago
  Erik Johnston edd6cdfc9a Restore default bind address 7 years ago
  Johannes Löthberg 702c020e58 Fix check for bind_address 7 years ago