summary refs log tree commit diff
path: root/synapse/app/_base.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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