| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove usage of deprecated logger.warn method from codebase (#6271) | Andrew Morgan | 2019-10-31 | 1 | -2/+2 |
* | Implement a structured logging output system. (#5680) | Amber Brown | 2019-08-28 | 1 | -2/+2 |
* | Call startup commands as system triggers. | Erik Johnston | 2019-07-22 | 1 | -1/+1 |
* | Support Prometheus_client 0.4.0+ (#5636) | Amber Brown | 2019-07-18 | 1 | -2/+1 |
* | Move logging utilities out of the side drawer of util/ and into logging/ (#5606) | Amber Brown | 2019-07-04 | 1 | -1/+1 |
* | Run Black. (#5482) | Amber Brown | 2019-06-20 | 1 | -36/+24 |
* | Deduplicate some code in synapse.app (#4567) | Amber Brown | 2019-02-08 | 1 | -2/+1 |
* | Remove redundant run_as_background_process() from pusherpool | Richard van der Hoff | 2018-10-22 | 1 | -2/+2 |
* | Rename _refresh_pusher | Richard van der Hoff | 2018-10-22 | 1 | -1/+1 |
* | Make workers work on Py3 (#4027) | Amber Brown | 2018-10-13 | 1 | -7/+8 |
* | Replaced all occurences of e.message with str(e) | Schnuffle | 2018-09-27 | 1 | -1/+1 |
* | Fix some instances of ExpiringCache not expiring cache items | Erik Johnston | 2018-09-21 | 1 | -1/+0 |
* | Make sure that we close db connections opened during init | Richard van der Hoff | 2018-08-28 | 1 | -4/+1 |
* | Merge pull request #3709 from matrix-org/rav/logcontext_for_replication_commands | Richard van der Hoff | 2018-08-17 | 1 | -1/+2 |
|\ |
|
| * | Logcontexts for replication command handlers | Richard van der Hoff | 2018-08-17 | 1 | -1/+2 |
* | | Fix logcontexts for running pushers | Richard van der Hoff | 2018-08-17 | 1 | -2/+2 |
|/ |
|
* | run isort | Amber Brown | 2018-07-09 | 1 | -2/+3 |
* | The flag is named enable_metrics, not collect_metrics | Travis Ralston | 2018-06-12 | 1 | -1/+1 |
* | Run Prometheus on a different port, optionally. (#3274) | Amber Brown | 2018-05-31 | 1 | -1/+9 |
* | Set Server header in SynapseRequest | Richard van der Hoff | 2018-05-10 | 1 | -0/+1 |
* | Merge remote-tracking branch 'origin/develop' into rav/use_run_in_background | Richard van der Hoff | 2018-04-27 | 1 | -14/+17 |
|\ |
|
| * | Improve exception handling for background processes | Richard van der Hoff | 2018-04-27 | 1 | -14/+17 |
* | | Use run_in_background in preference to preserve_fn | Richard van der Hoff | 2018-04-27 | 1 | -2/+2 |
|/ |
|
* | 404 correctly on missing paths via NoResource | Matthew Hodgson | 2018-03-23 | 1 | -2/+2 |
* | Move storage functions for push calculations | Erik Johnston | 2018-02-27 | 1 | -5/+0 |
* | Factor out get_db_conn to HomeServer base class | Richard van der Hoff | 2018-01-26 | 1 | -13/+0 |
* | Implement listen_tcp method in remaining workers | Silke | 2017-12-18 | 1 | -21/+17 |
* | Factor out common application start | Richard van der Hoff | 2017-08-15 | 1 | -44/+13 |
* | Add the appropriate amount of preserve_fn | Erik Johnston | 2017-04-04 | 1 | -6/+7 |
* | Update all the workers and master to use TCP replication | Erik Johnston | 2017-04-03 | 1 | -79/+46 |
* | Run the reactor with the sentinel logcontext | Richard van der Hoff | 2017-03-18 | 1 | -2/+7 |
* | Refactor logger config for workers | Richard van der Hoff | 2017-03-10 | 1 | -1/+1 |
* | Restore default bind address | Erik Johnston | 2017-01-10 | 1 | -10/+2 |
* | Remove spurious for..else.. | Erik Johnston | 2017-01-10 | 1 | -11/+0 |
* | Fix check for bind_address | Johannes Löthberg | 2016-12-20 | 1 | -2/+2 |
* | Add support for specifying multiple bind addresses | Johannes Löthberg | 2016-12-18 | 1 | -20/+45 |
* | Respect use_frozen_dicts option in workers | Erik Johnston | 2016-11-08 | 1 | -0/+4 |
* | Reduce DB hits for replication | Erik Johnston | 2016-09-23 | 1 | -2/+2 |
* | Enable state caches on workers | Erik Johnston | 2016-09-15 | 1 | -0/+1 |
* | Remove broken cache stuff | Erik Johnston | 2016-08-15 | 1 | -16/+0 |
* | Add federation /version API | Erik Johnston | 2016-08-05 | 1 | -1/+1 |
* | Fix setting gc thresholds in the workers | Mark Haines | 2016-06-17 | 1 | -1/+2 |
* | Use worker_ prefixes for worker config, use existing support for multiple con... | Mark Haines | 2016-06-16 | 1 | -17/+12 |
* | Access the event_cache_size directly from the server object. | Mark Haines | 2016-06-16 | 1 | -3/+3 |
* | Access replication_url from the worker config directly | Mark Haines | 2016-06-16 | 1 | -2/+3 |
* | Inline the synchrotron and pusher configs into the main config | Mark Haines | 2016-06-16 | 1 | -125/+46 |
* | Add gc_threshold to pusher and synchrotron | Erik Johnston | 2016-06-07 | 1 | -0/+14 |
* | Allow setting of gc.set_thresholds | Erik Johnston | 2016-06-07 | 1 | -0/+5 |
* | Yield on the sleeps intended to backoff replication | Mark Haines | 2016-06-06 | 1 | -1/+1 |
* | Working unsubscribe links going straight to the HS | David Baker | 2016-06-02 | 1 | -1/+22 |
* | Manually expire broken caches like the who_forgot_in_room | Mark Haines | 2016-05-13 | 1 | -0/+16 |
* | Use the SlavedAccountDataStore | Mark Haines | 2016-05-13 | 1 | -10/+3 |
* | Shift some of the state_group methods into the SlavedEventStore | Mark Haines | 2016-05-13 | 1 | -45/+0 |
* | Make email notifs work on the pusher synapse | David Baker | 2016-05-13 | 1 | -0/+47 |
* | Pass through _get_state_group_for_events | David Baker | 2016-05-10 | 1 | -0/+4 |
* | StateStore, not EventsStore | David Baker | 2016-05-10 | 1 | -2/+2 |
* | Cached functions must be accessed through the dict | David Baker | 2016-05-10 | 1 | -1/+2 |
* | Pass though _get_state_group_for_events | David Baker | 2016-05-10 | 1 | -0/+4 |
* | Pass through get_state_groups | David Baker | 2016-05-10 | 1 | -0/+4 |
* | Also pass through get_profile_displayname | David Baker | 2016-05-10 | 1 | -0/+4 |
* | Add date header & message id | David Baker | 2016-05-04 | 1 | -1/+2 |
* | Add db functions used for email to the pusher app | David Baker | 2016-05-04 | 1 | -0/+12 |
* | Actually start the pusher daemon | Mark Haines | 2016-04-26 | 1 | -0/+2 |
* | Fix typo in default pusher config | Mark Haines | 2016-04-26 | 1 | -1/+1 |
* | Add a log context to the daemonized pusher | Mark Haines | 2016-04-26 | 1 | -1/+6 |
* | Optionally daemonize the pusher | Mark Haines | 2016-04-26 | 1 | -4/+31 |
* | Add a couple of update methods to the PusherSlaveStore | Mark Haines | 2016-04-26 | 1 | -0/+8 |
* | Remove the uncomments from the comments | Mark Haines | 2016-04-25 | 1 | -2/+2 |
* | Add a metrics listener and a ssh listener to the pusher | Mark Haines | 2016-04-25 | 1 | -2/+67 |
* | Optionally split out the pushers into a separate process | Mark Haines | 2016-04-21 | 1 | -0/+208 |