summary refs log tree commit diff
path: root/synapse/app/_base.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add instance name to RDATA/POSITION commands (#7364)Erik Johnston2020-04-291-2/+2
* Move pusherpool startup into _base.setup (#7104)Richard van der Hoff2020-03-191-0/+1
* Clarify list/set/dict/tuple comprehensions and enforce via flake8 (#6957)Patrick Cloke2020-02-211-1/+1
* Freeze allocated objects on startup. (#6953)Erik Johnston2020-02-191-0/+9
* Fix sdnotify with acme enabled (#6571)Richard van der Hoff2019-12-191-3/+7
* Move DB pool and helper functions into dedicated Database classErik Johnston2019-12-051-1/+1
* Fix up some typechecking (#6150)Amber Brown2019-10-021-1/+3
* Implement a structured logging output system. (#5680)Amber Brown2019-08-281-5/+7
* Drop dependency on sdnotify (#5871)Richard van der Hoff2019-08-171-10/+37
* Add process hooks to tell systemd our state.Erik Johnston2019-07-221-0/+29
* Support Prometheus_client 0.4.0+ (#5636)Amber Brown2019-07-181-2/+1
* Merge branch 'develop' of github.com:matrix-org/synapse into erikj/admin_api_cmdErik Johnston2019-07-151-29/+34
|\
| * Add basic opentracing support (#5544)Jorik Schellekens2019-07-111-0/+3
| * Move logging utilities out of the side drawer of util/ and into logging/ (#5606)Amber Brown2019-07-041-1/+1
| * Fix 'utime went backwards' errors on daemonization. (#5609)Richard van der Hoff2019-07-031-27/+30
* | Add basic admin cmd appErik Johnston2019-07-021-3/+14
|/
* Drop support for cpu_affinity (#5525)Richard van der Hoff2019-06-221-25/+1
* Run Black. (#5482)Amber Brown2019-06-201-41/+36
* Fix dropped logcontexts during high outbound traffic. (#5277)Richard van der Hoff2019-05-291-7/+13
* Limit in flight DNS requestsErik Johnston2019-04-091-1/+82
* Correctly handle all command line optionsErik Johnston2019-03-141-6/+12
* Merge pull request #4632 from matrix-org/erikj/basic_sentryErik Johnston2019-02-181-0/+30
|\
| * Fixup comments and add warningErik Johnston2019-02-131-3/+3
| * CommentsErik Johnston2019-02-121-0/+8
| * Basic sentry integrationErik Johnston2019-02-121-0/+22
* | Update synapse/app/_base.pyErik Johnston2019-02-131-1/+1
* | Improve logging around listening servicesRichard van der Hoff2019-02-131-9/+14
* | Special-case the default bind_addresses for metrics listenerRichard van der Hoff2019-02-131-3/+2
|/
* Fix error when loading cert if tls is disabled (#4618)Richard van der Hoff2019-02-121-2/+3
* Infer no_tls from presence of TLS listenersRichard van der Hoff2019-02-111-1/+1
* Don't create server contexts when TLS is disabledRichard van der Hoff2019-02-111-0/+5
* Logging improvements around TLS certsRichard van der Hoff2019-02-111-4/+2
* Move ClientTLSOptionsFactory init out of refresh_certificates (#4611)Richard van der Hoff2019-02-111-3/+0
* ACME Reprovisioning (#4522)Amber Brown2019-02-111-0/+19
* Deduplicate some code in synapse.app (#4567)Amber Brown2019-02-081-0/+63
* ACME config cleanups (#4525)Richard van der Hoff2019-01-301-21/+1
* SIGHUP for TLS cert reloading (#4495)Amber Brown2019-01-301-7/+22
* Make workers work on Py3 (#4027)Amber Brown2018-10-131-15/+15
* Integrate presence from hotfixes (#3694)Amber Brown2018-08-181-2/+4
* run isortAmber Brown2018-07-091-4/+7
* Run Prometheus on a different port, optionally. (#3274)Amber Brown2018-05-311-0/+13
* Remove logger argument and do not catch replication listenerSilke2017-12-181-6/+7
* Add methods for listening on multiple addressesSilke Hofstra2017-12-171-1/+56
* replace 'except:' with 'except Exception:'Richard van der Hoff2017-10-231-1/+1
* Make 'affinity' package optionalErik Johnston2017-10-021-1/+14
* Move quit_with_errorErik Johnston2017-10-021-0/+10
* Allow configuration of CPU affinityRichard van der Hoff2017-08-151-1/+8
* Factor out common application startRichard van der Hoff2017-08-151-0/+92