| Commit message (Expand) | Author | Age | Files | Lines |
* | Ensure that errors during startup are written to the logs and the console. (#... | Richard van der Hoff | 2021-06-21 | 1 | -7/+9 |
* | Standardise the module interface (#10062) | Brendan Abolivier | 2021-06-18 | 1 | -0/+4 |
* | Remove support for ACME v1 (#10194) | Brendan Abolivier | 2021-06-17 | 1 | -48/+0 |
* | Optionally track memory usage of each LruCache (#9881) | Erik Johnston | 2021-05-05 | 1 | -0/+1 |
* | Limit how often GC happens by time. (#9902) | Erik Johnston | 2021-05-05 | 1 | -0/+3 |
* | Improved validation for received requests (#9817) | Richard van der Hoff | 2021-04-23 | 1 | -5/+12 |
* | pass a reactor into SynapseSite (#9874) | Richard van der Hoff | 2021-04-23 | 1 | -15/+10 |
* | remove `HomeServer.get_config` (#9815) | Richard van der Hoff | 2021-04-14 | 1 | -9/+9 |
* | Remove redundant "coding: utf-8" lines (#9786) | Jonathan de Jong | 2021-04-14 | 1 | -1/+0 |
* | Suppress CryptographyDeprecationWarning (#9698) | Richard van der Hoff | 2021-03-26 | 1 | -7/+2 |
* | Fix SSO on workers (#9271) | Richard van der Hoff | 2021-02-01 | 1 | -16/+2 |
* | Split out a separate endpoint to complete SSO registration (#9262) | Richard van der Hoff | 2021-02-01 | 1 | -0/+2 |
* | Split OidcProvider out of OidcHandler (#9107) | Richard van der Hoff | 2021-01-14 | 1 | -1/+0 |
* | Clean up exception handling in the startup code (#9059) | Richard van der Hoff | 2021-01-11 | 1 | -37/+25 |
* | Remove unused SynapseService (#9058) | Richard van der Hoff | 2021-01-11 | 1 | -22/+0 |
* | Add initial support for a "pick your IdP" page (#9017) | Richard van der Hoff | 2021-01-05 | 1 | -0/+2 |
* | Implement a username picker for synapse (#8942) | Richard van der Hoff | 2020-12-18 | 1 | -0/+2 |
* | Better formatting for config errors from modules (#8874) | Richard van der Hoff | 2020-12-08 | 1 | -4/+42 |
* | Combine `SpamCheckerApi` with the more generic `ModuleApi`. (#8464) | Richard van der Hoff | 2020-10-07 | 1 | -2/+1 |
* | Allow background tasks to be run on a separate worker. (#8369) | Patrick Cloke | 2020-10-02 | 1 | -182/+0 |
* | Remove obsolete __future__ imports (#8337) | Jonathan de Jong | 2020-09-17 | 1 | -2/+0 |
* | Show a confirmation page during user password reset (#8004) | Andrew Morgan | 2020-09-10 | 1 | -0/+10 |
* | Convert the main methods run by the reactor to async. (#8213) | Patrick Cloke | 2020-09-02 | 1 | -10/+8 |
* | Add health check endpoint (#8048) | Erik Johnston | 2020-08-07 | 1 | -1/+4 |
* | Rename database classes to make some sense (#8033) | Erik Johnston | 2020-08-05 | 1 | -3/+3 |
* | Convert ACME code to async/await. (#7989) | Patrick Cloke | 2020-08-03 | 1 | -7/+6 |
* | Convert synapse.app to async/await. (#7868) | Patrick Cloke | 2020-07-17 | 1 | -13/+12 |
* | Merge branch 'master' into develop | Patrick Cloke | 2020-07-02 | 1 | -1/+2 |
|\ |
|
| * | Ensure that HTML pages served from Synapse include headers to avoid embedding. | Patrick Cloke | 2020-07-02 | 1 | -1/+2 |
* | | Create a ListenerConfig object (#7681) | Richard van der Hoff | 2020-06-16 | 1 | -23/+27 |
* | | Replace iteritems/itervalues/iterkeys with native versions. (#7692) | Patrick Cloke | 2020-06-15 | 1 | -4/+2 |
|/ |
|
* | Attempt to fix PhoneHomeStatsTestCase.test_performance_100 being flaky. (#7634) | Patrick Cloke | 2020-06-05 | 1 | -19/+23 |
* | async/await get_user_id_by_threepid (#7620) | Andrew Morgan | 2020-06-03 | 1 | -5/+4 |
* | Return 200 OK for all OPTIONS requests (#7534) | Patrick Cloke | 2020-05-22 | 1 | -5/+9 |
* | Allow configuration of Synapse's cache without using synctl or environment va... | Amber Brown | 2020-05-11 | 1 | -3/+2 |
* | Implement OpenID Connect-based login (#7256) | Quentin Gliech | 2020-05-08 | 1 | -0/+12 |
* | Add ability to run replication protocol over redis. (#7040) | Erik Johnston | 2020-04-22 | 1 | -0/+6 |
* | Extend web_client_location to handle absolute URLs (#7006) | Martin Milata | 2020-04-03 | 1 | -3/+13 |
* | Move pusherpool startup into _base.setup (#7104) | Richard van der Hoff | 2020-03-19 | 1 | -1/+0 |
* | Break down monthly active users by appservice_id (#7030) | Neil Johnson | 2020-03-06 | 1 | -0/+13 |
* | Allow additional_resources to implement Resource directly (#6686) | Richard van der Hoff | 2020-01-13 | 1 | -2/+11 |
* | Raise an error if someone tries to use the log_file config option (#6626) | Richard van der Hoff | 2020-01-03 | 1 | -1/+1 |
* | Remove unused, undocumented "content repo" resource (#6628) | Richard van der Hoff | 2020-01-03 | 1 | -9/+1 |
* | Improve diagnostics on database upgrade failure (#6570) | Richard van der Hoff | 2019-12-19 | 1 | -7/+2 |
* | Merge pull request #6511 from matrix-org/erikj/remove_db_config_from_apps | Erik Johnston | 2019-12-12 | 1 | -6/+1 |
|\ |
|
| * | Remove database config parsing from apps. | Erik Johnston | 2019-12-10 | 1 | -6/+1 |
* | | Phone home stats DB reporting should not assume a single DB. | Erik Johnston | 2019-12-10 | 1 | -2/+4 |
|/ |
|
* | Move start up DB checks to main data store. | Erik Johnston | 2019-12-06 | 1 | -18/+5 |
* | Move are_all_users_on_domain checks to main data store. | Erik Johnston | 2019-12-06 | 1 | -11/+1 |
* | Move background update handling out of store | Erik Johnston | 2019-12-05 | 1 | -1/+1 |
* | Don't call SQLBaseStore methods from outside stores | Erik Johnston | 2019-12-04 | 1 | -2/+2 |
* | Fix phone home stats (#6418) | Erik Johnston | 2019-11-26 | 1 | -1/+1 |
* | Fix phone home stats | Erik Johnston | 2019-11-05 | 1 | -2/+2 |
* | Remove the psutil dependency (#6318) | Amber Brown | 2019-11-05 | 1 | -82/+92 |
* | Support for routing outbound HTTP requests via a proxy (#6239) | Richard van der Hoff | 2019-11-01 | 1 | -1/+1 |
* | Remove usage of deprecated logger.warn method from codebase (#6271) | Andrew Morgan | 2019-10-31 | 1 | -3/+3 |
* | Fix MAU reaping where reserved users are specified. (#6168) | Neil Johnson | 2019-10-11 | 1 | -3/+3 |
* | add report_stats_endpoint config option (#6012) | Sorunome | 2019-09-12 | 1 | -2/+4 |
* | Implement a structured logging output system. (#5680) | Amber Brown | 2019-08-28 | 1 | -2/+2 |
* | Fix issue with Synapse not starting up. Fixes #5866. | Chris Moos | 2019-08-16 | 1 | -1/+1 |
* | Replace returnValue with return (#5736) | Amber Brown | 2019-07-23 | 1 | -1/+1 |
* | 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 |
* | Drop support for cpu_affinity (#5525) | Richard van der Hoff | 2019-06-22 | 1 | -1/+0 |
* | Run Black. (#5482) | Amber Brown | 2019-06-20 | 1 | -84/+79 |
* | Merge branch 'master' of github.com:matrix-org/synapse into develop | Erik Johnston | 2019-06-11 | 1 | -1/+0 |
|\ |
|
| * | Change password reset links to /_matrix. | Erik Johnston | 2019-06-11 | 1 | -1/+0 |
* | | add monthly active users to phonehome stats (#5252) | Neil Johnson | 2019-06-10 | 1 | -0/+1 |
|/ |
|
* | Add ability to perform password reset via email without trusting the identity... | Andrew Morgan | 2019-06-06 | 1 | -0/+1 |
* | Move admin api impl to its own package | Richard van der Hoff | 2019-05-01 | 1 | -1/+1 |
* | Move admin API to a new prefix | Richard van der Hoff | 2019-05-01 | 1 | -0/+2 |
* | add context to phonehome stats (#5020) | Neil Johnson | 2019-04-08 | 1 | -1/+1 |
* | Merge pull request #4853 from matrix-org/erikj/worker_docker_ci | Erik Johnston | 2019-03-15 | 1 | -9/+7 |
|\ |
|
| * | Correctly handle all command line options | Erik Johnston | 2019-03-14 | 1 | -9/+7 |
* | | master startup | Amber Brown | 2019-03-11 | 1 | -0/+1 |
|/ |
|
* | Add database version to phonehome stats. (#4753) | Richard van der Hoff | 2019-02-27 | 1 | -0/+3 |
* | Fix errors in acme provisioning (#4648) | Richard van der Hoff | 2019-02-14 | 1 | -6/+13 |
* | Use `listen_tcp` for the replication listener | Richard van der Hoff | 2019-02-13 | 1 | -7/+7 |
* | Improve logging around listening services | Richard van der Hoff | 2019-02-13 | 1 | -2/+6 |
* | Infer no_tls from presence of TLS listeners | Richard van der Hoff | 2019-02-11 | 1 | -5/+0 |
* | ACME Reprovisioning (#4522) | Amber Brown | 2019-02-11 | 1 | -24/+55 |
* | Merge pull request #4420 from matrix-org/jaywink/openid-listener | Erik Johnston | 2019-02-11 | 1 | -1/+12 |
|\ |
|
| * | Split federation OpenID userinfo endpoint out of the federation resource | Jason Robinson | 2019-01-23 | 1 | -0/+9 |
| * | Make SynapseHomeServer _http_listener use self.get_reactor() | Jason Robinson | 2019-01-23 | 1 | -1/+3 |
* | | Deduplicate some code in synapse.app (#4567) | Amber Brown | 2019-02-08 | 1 | -50/+4 |
* | | Raise ConfigError instead | Erik Johnston | 2019-01-30 | 1 | -1/+3 |
* | | _listener_http should return a list | Erik Johnston | 2019-01-30 | 1 | -1/+1 |
* | | SIGHUP for TLS cert reloading (#4495) | Amber Brown | 2019-01-30 | 1 | -5/+46 |
* | | Support ACME for certificate provisioning (#4384) | Amber Brown | 2019-01-23 | 1 | -9/+47 |
|/ |
|
* | Make the dependencies more like a standard Python project and hook up the opt... | Amber Brown | 2018-12-22 | 1 | -3/+0 |
* | ensure can report mau stats when hs.config.mau_stats_only is set (#4305) | Neil Johnson | 2018-12-18 | 1 | -1/+1 |
* | Merge branch 'release-v0.34.0' into develop | Richard van der Hoff | 2018-12-11 | 1 | -32/+14 |
|\ |
|
| * | Merge pull request #4290 from matrix-org/rav/remove_webclient | Richard van der Hoff | 2018-12-11 | 1 | -32/+11 |
| |\ |
|
| | * | Stop installing Matrix Console by default | Richard van der Hoff | 2018-12-11 | 1 | -32/+11 |
| * | | Add a welcome page to the static resources | Richard van der Hoff | 2018-12-11 | 1 | -0/+3 |
| |/ |
|
* | | Implement SAML2 authentication (#4267) | Richard van der Hoff | 2018-12-07 | 1 | -0/+4 |
* | | Implement .well-known handling (#4262) | Richard van der Hoff | 2018-12-05 | 1 | -0/+2 |
|/ |
|
* | Add option to track MAU stats (but not limit people) (#3830) | Travis Ralston | 2018-11-15 | 1 | -1/+1 |
* | Remove deprecated v1 key exchange endpoint (#4119) | Amber Brown | 2018-10-31 | 1 | -6/+1 |
* | fix race condiftion in calling initialise_reserved_users | Neil Johnson | 2018-10-23 | 1 | -8/+0 |
* | Merge pull request #4076 from matrix-org/rav/fix_init_logcontexts | Richard van der Hoff | 2018-10-22 | 1 | -8/+22 |
|\ |
|
| * | Run MAU queries as background processes | Richard van der Hoff | 2018-10-20 | 1 | -8/+22 |
* | | Merge pull request #4073 from matrix-org/rav/require_psutil | Richard van der Hoff | 2018-10-22 | 1 | -7/+4 |
|\ \ |
|
| * | | Make psutil an explicit dependency | Richard van der Hoff | 2018-10-19 | 1 | -7/+4 |
| |/ |
|
* / | Make scripts/ and scripts-dev/ pass pyflakes (and the rest of the codebase on... | Amber Brown | 2018-10-20 | 1 | -1/+1 |
|/ |
|
* | Remove redundant call to start_get_pdu_cache | Richard van der Hoff | 2018-09-28 | 1 | -1/+0 |
* | Replaced all occurences of e.message with str(e) | Schnuffle | 2018-09-27 | 1 | -2/+2 |
* | Fix some instances of ExpiringCache not expiring cache items | Erik Johnston | 2018-09-21 | 1 | -1/+0 |
* | typo | Will Hunt | 2018-09-17 | 1 | -1/+1 |
* | make pip happy? | Will Hunt | 2018-09-17 | 1 | -2/+4 |
* | Use a string for versions | Will Hunt | 2018-09-17 | 1 | -1/+1 |
* | Add python_version phone home stat | Will Hunt | 2018-09-17 | 1 | -0/+2 |
* | improve naming | Neil Johnson | 2018-09-12 | 1 | -5/+9 |
* | expose number of real reserved users | Neil Johnson | 2018-09-12 | 1 | -3/+7 |
* | Make sure that we close db connections opened during init | Richard van der Hoff | 2018-08-28 | 1 | -6/+8 |
* | remove errant yield | Neil Johnson | 2018-08-17 | 1 | -1/+1 |
* | call reap on start up and fix under reaping bug | Neil Johnson | 2018-08-16 | 1 | -0/+1 |
* | pep8 | Neil Johnson | 2018-08-14 | 1 | -0/+1 |
* | combine mau metrics into one group | Neil Johnson | 2018-08-14 | 1 | -4/+3 |
* | Merge pull request #3439 from vojeroen/send_sni_for_federation_requests | Richard van der Hoff | 2018-08-10 | 1 | -0/+2 |
|\ |
|
| * | Merge branch 'develop' into send_sni_for_federation_requests | Richard van der Hoff | 2018-07-27 | 1 | -5/+14 |
| |\ |
|
| * \ | Merge remote-tracking branch 'upstream/develop' into send_sni_for_federation_... | Jeroen | 2018-07-14 | 1 | -13/+20 |
| |\ \ |
|
| * | | | send SNI for federation requests | Jeroen | 2018-06-24 | 1 | -0/+2 |
* | | | | implement reserved users for mau limits | Neil Johnson | 2018-08-07 | 1 | -0/+6 |
* | | | | fix caching and tests | Neil Johnson | 2018-08-03 | 1 | -1/+0 |
* | | | | update generate_monthly_active_users, and reap_monthly_active_users | Neil Johnson | 2018-08-02 | 1 | -2/+2 |
* | | | | Merge branch 'develop' of github.com:matrix-org/synapse into neilj/mau_tracker | Neil Johnson | 2018-08-01 | 1 | -0/+19 |
|\ \ \ \ |
|
| * | | | | count_monthly_users is now async | Neil Johnson | 2018-08-01 | 1 | -1/+2 |
| * | | | | remove need to plot limit_usage_by_mau | Neil Johnson | 2018-08-01 | 1 | -4/+0 |
| * | | | | only need to loop if mau limiting is enabled | Neil Johnson | 2018-08-01 | 1 | -1/+2 |
| * | | | | coding style | Neil Johnson | 2018-07-31 | 1 | -1/+5 |
| * | | | | remove errant logging | Neil Johnson | 2018-07-30 | 1 | -1/+0 |
| * | | | | factor out metrics from __init__ to app/homeserver | Neil Johnson | 2018-07-30 | 1 | -1/+19 |
| | |_|/
| |/| | |
|
* / | | | api into monthly_active_users table | Neil Johnson | 2018-07-31 | 1 | -0/+4 |
|/ / / |
|
* | | | Fix some looping_call calls which were broken in #3604 | Richard van der Hoff | 2018-07-26 | 1 | -2/+2 |
* | | | Wrap a number of things that run in the background | Richard van der Hoff | 2018-07-25 | 1 | -3/+10 |
* | | | Make the rest of the .iterwhatever go away (#3562) | Amber Brown | 2018-07-21 | 1 | -2/+4 |
| |/
|/| |
|
* | | run isort | Amber Brown | 2018-07-09 | 1 | -13/+20 |
|/ |
|
* | Write a clear restart indicator in logs | Richard van der Hoff | 2018-06-20 | 1 | -6/+1 |
* | The flag is named enable_metrics, not collect_metrics | Travis Ralston | 2018-06-12 | 1 | -1/+1 |
* | Merge pull request #3264 from matrix-org/neil/sign-up-stats | Neil Johnson | 2018-06-01 | 1 | -0/+4 |
|\ |
|
| * | daily user type phone home stats | Neil Johnson | 2018-05-22 | 1 | -0/+4 |
* | | Run Prometheus on a different port, optionally. (#3274) | Amber Brown | 2018-05-31 | 1 | -4/+9 |
* | | fixes | Amber Brown | 2018-05-22 | 1 | -2/+4 |
* | | Merge remote-tracking branch 'origin/develop' into 3218-official-prom | Amber Brown | 2018-05-22 | 1 | -0/+17 |
|\| |
|
| * | Fix dependency on jinja2 | Richard van der Hoff | 2018-05-22 | 1 | -1/+1 |
| * | Merge pull request #3163 from matrix-org/cohort_analytics | Neil Johnson | 2018-05-16 | 1 | -0/+8 |
| |\ |
|
| | * | remove unused method recurring_user_daily_visit_stats | Neil Johnson | 2018-05-16 | 1 | -3/+0 |
| | * | pep8 | Neil Johnson | 2018-05-15 | 1 | -1/+0 |
| | * | Limit query load of generate_user_daily_visits | Neil Johnson | 2018-05-15 | 1 | -14/+7 |
| | * | instead of inserting user daily visit data at the end of the day, instead ins... | Neil Johnson | 2018-05-14 | 1 | -3/+16 |
| | * | Merge branch 'develop' of https://github.com/matrix-org/synapse into cohort_a... | Neil Johnson | 2018-05-14 | 1 | -0/+2 |
| | |\ |
|
| | * | | 10 mins seems more reasonable that every minute | Neil Johnson | 2018-05-01 | 1 | -1/+1 |
| | * | | Generate user daily stats | Neil Johnson | 2018-04-25 | 1 | -0/+6 |
| * | | | Merge pull request #3213 from matrix-org/rav/consent_handler | Richard van der Hoff | 2018-05-16 | 1 | -0/+9 |
| |\ \ \
| | |_|/
| |/| | |
|
| | * | | ConsentResource to gather policy consent from users | Richard van der Hoff | 2018-05-15 | 1 | -0/+9 |
| | |/ |
|
* | / | look at the Prometheus metrics instead | Amber Brown | 2018-05-21 | 1 | -5/+3 |
|/ / |
|
* / | Set Server header in SynapseRequest | Richard van der Hoff | 2018-05-10 | 1 | -0/+2 |
|/ |
|
* | Merge pull request #3041 from matrix-org/r30_stats | Neil Johnson | 2018-04-05 | 1 | -0/+4 |
|\ |
|
| * | Review comments | Neil Johnson | 2018-04-05 | 1 | -1/+1 |
| * | Support multi client R30 for psql | Neil Johnson | 2018-03-28 | 1 | -1/+3 |
| * | rename stat to future proof | Neil Johnson | 2018-03-28 | 1 | -1/+1 |
| * | query and call for r30 stats | Neil Johnson | 2018-03-28 | 1 | -0/+2 |
* | | phone home cache size configurations | Jan Christian Grünhage | 2018-04-04 | 1 | -0/+3 |
* | | Handle review comments | Michael Kaye | 2018-03-28 | 1 | -6/+9 |
* | | As daemonizing will make a new process, defer call to init. | Michael Kaye | 2018-03-28 | 1 | -13/+23 |
* | | Include coarse CPU and Memory use in stats callbacks. | Michael Kaye | 2018-03-27 | 1 | -0/+20 |
|/ |
|
* | 404 correctly on missing paths via NoResource | Matthew Hodgson | 2018-03-23 | 1 | -2/+2 |
* | s/replication_client/federation_client/ | Erik Johnston | 2018-03-13 | 1 | -1/+1 |
* | Split replication layer into two | Erik Johnston | 2018-03-13 | 1 | -1/+1 |
* | Add replication http endpoint for event sending | Erik Johnston | 2018-02-07 | 1 | -0/+4 |
* | 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 | -3/+1 |
* | Remove logger argument and do not catch replication listener | Silke | 2017-12-18 | 1 | -18/+11 |
* | Add methods for listening on multiple addresses | Silke Hofstra | 2017-12-17 | 1 | -50/+34 |
* | Allow binds to both :: and 0.0.0.0 | Silke Hofstra | 2017-12-17 | 1 | -37/+58 |
* | Add config option to disable media_repo on main synapse | Richard van der Hoff | 2017-11-22 | 1 | -8/+13 |
* | Build MediaRepositoryResource as a homeserver dependency | Richard van der Hoff | 2017-11-22 | 1 | -2/+1 |
* | Merge pull request #2627 from matrix-org/rav/custom_rest_endpoints | David Baker | 2017-11-02 | 1 | -0/+12 |
|\ |
|
| * | Add a hook for custom rest endpoints | Richard van der Hoff | 2017-11-02 | 1 | -0/+12 |
* | | Factor out _configure_named_resource | Richard van der Hoff | 2017-11-02 | 1 | -46/+64 |
|/ |
|
* | Move quit_with_error | Erik Johnston | 2017-10-02 | 1 | -10/+1 |
* | Allow configuration of CPU affinity | Richard van der Hoff | 2017-08-15 | 1 | -0/+1 |
* | Factor out common application start | Richard van der Hoff | 2017-08-15 | 1 | -72/+39 |
* | Typo | Erik Johnston | 2017-06-15 | 1 | -1/+3 |
* | Add some more stats | Erik Johnston | 2017-06-15 | 1 | -0/+7 |
* | Fix phone home stats | Erik Johnston | 2017-06-14 | 1 | -36/+13 |
* | Queried CONDITIONAL_REQUIREMENTS | Matthew Wolff | 2017-04-18 | 1 | -2/+5 |
* | Fixed travis build failure | Matthew Wolff | 2017-04-17 | 1 | -3/+1 |
* | web_server_root documentation fix | Matthew Wolff | 2017-04-17 | 1 | -2/+1 |
* | Remove HTTP replication APIs | Erik Johnston | 2017-04-11 | 1 | -4/+0 |
* | Add tcp replication listener type and hook it up | Erik Johnston | 2017-03-30 | 1 | -0/+11 |
* | 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/+3 |
* | Restore default bind address | Erik Johnston | 2017-01-10 | 1 | -10/+2 |
* | 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 | -31/+45 |
* | Update comment | Mark Haines | 2016-08-22 | 1 | -1/+2 |
* | Add usage stats to prometheus monitoring | Mark Haines | 2016-08-22 | 1 | -2/+25 |
* | Add federation /version API | Erik Johnston | 2016-08-05 | 1 | -1/+1 |
* | Add metrics for psutil derived memory usage | Erik Johnston | 2016-07-20 | 1 | -0/+3 |
* | Remove the legacy v0 content upload API. | Mark Haines | 2016-06-21 | 1 | -2/+1 |
* | Add function to load config without generating it | Mark Haines | 2016-06-09 | 1 | -2/+1 |
* | Allow setting of gc.set_thresholds | Erik Johnston | 2016-06-07 | 1 | -0/+5 |
* | Move the listenTCP call outside the manhole function | Mark Haines | 2016-04-25 | 1 | -7/+9 |
* | Split out setting up the manhole to a separate file | Mark Haines | 2016-04-22 | 1 | -26/+7 |
* | Merge branch 'develop' into markjh/split_out_site.py | Mark Haines | 2016-04-22 | 1 | -82/+7 |
|\ |
|
| * | Split out create_resource_tree to a separate file | Mark Haines | 2016-04-22 | 1 | -82/+7 |
* | | Move SynapseSite to its own file | Mark Haines | 2016-04-22 | 1 | -130/+3 |
|/ |
|
* | Move the versionstring code out of app.homeserver into util | Mark Haines | 2016-04-11 | 1 | -83/+4 |
* | Don't require config to create database | Erik Johnston | 2016-04-06 | 1 | -6/+9 |
* | Use syntax that works on both py2.7 and py3 | Mark Haines | 2016-03-07 | 1 | -1/+1 |
* | Merge pull request #571 from matrix-org/daniel/asids | Daniel Wagner-Hall | 2016-03-03 | 1 | -1/+1 |
|\ |
|
| * | Mark AS users with their AS's ID | Daniel Wagner-Hall | 2016-02-11 | 1 | -1/+1 |
* | | Add a /replication API for extracting the updates that happened on | Mark Haines | 2016-03-01 | 1 | -0/+4 |
|/ |
|
* | Fix up logcontexts | Erik Johnston | 2016-02-08 | 1 | -0/+2 |
* | Host /media/r0 as well as /media/v1 | Daniel Wagner-Hall | 2016-02-05 | 1 | -2/+4 |
* | Error if macaroon key is missing from config | Daniel Wagner-Hall | 2016-02-05 | 1 | -5/+15 |
* | Simplify get_rooms | Erik Johnston | 2016-02-03 | 1 | -2/+2 |
* | Fix flake8 warnings for new flake8 | Daniel Wagner-Hall | 2016-02-02 | 1 | -27/+11 |
* | Merge pull request #534 from matrix-org/erikj/setup | Erik Johnston | 2016-01-28 | 1 | -12/+22 |
|\ |
|
| * | Clean up a bit. Add comment | Erik Johnston | 2016-01-28 | 1 | -6/+7 |
| * | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/setup | Erik Johnston | 2016-01-27 | 1 | -1/+1 |
| |\ |
|
| * | | Add a Homeserver.setup method. | Erik Johnston | 2016-01-26 | 1 | -12/+21 |
* | | | Remove chdir | Erik Johnston | 2016-01-28 | 1 | -1/+0 |
| |/
|/| |
|
* | | Don't turn on profiling | Erik Johnston | 2016-01-26 | 1 | -1/+1 |
|/ |
|
* | Remove redundated BaseHomeServer | Erik Johnston | 2016-01-26 | 1 | -89/+48 |
* | Use compiled regex | Erik Johnston | 2016-01-13 | 1 | -2/+4 |
* | Don't log urlencoded access_tokens | Erik Johnston | 2016-01-08 | 1 | -2/+2 |
* | Turn on core dumps | Erik Johnston | 2016-01-07 | 1 | -2/+5 |
* | Merge pull request #473 from matrix-org/erikj/ssh_manhole | Erik Johnston | 2016-01-07 | 1 | -5/+21 |
|\ |
|
| * | Change manhole to use ssh | Erik Johnston | 2016-01-07 | 1 | -5/+21 |
* | | copyrights | Matthew Hodgson | 2016-01-07 | 1 | -1/+1 |
* | | Add /_matrix/versions to report supported versions | Daniel Wagner-Hall | 2016-01-06 | 1 | -0/+1 |
* | | Log when starting stats reporting | Daniel Wagner-Hall | 2016-01-06 | 1 | -0/+1 |
* | | Log on stats scheduling | Daniel Wagner-Hall | 2016-01-06 | 1 | -0/+1 |
|/ |
|
* | Actually host r0 and unstable prefixes | Daniel Wagner-Hall | 2015-12-08 | 1 | -16/+12 |
* | Track the time spent in the database per request. | Mark Haines | 2015-12-07 | 1 | -1/+6 |
* | Fix warnings | Mark Haines | 2015-12-04 | 1 | -1/+11 |
* | Run the background updates when starting synapse. | Mark Haines | 2015-11-10 | 1 | -0/+1 |
* | Move static folder into synapse | Erik Johnston | 2015-10-26 | 1 | -1/+3 |
* | Only turn on the twisted deferred debugging if full_twisted_stacktraces is se... | Mark Haines | 2015-10-13 | 1 | -3/+0 |
* | Bounce all deferreds through the reactor to make debugging easier. | Mark Haines | 2015-10-13 | 1 | -0/+2 |
* | rename schema_prepare to prepare_database | Erik Johnston | 2015-10-13 | 1 | -1/+1 |
* | Expose error more nicely | Erik Johnston | 2015-10-13 | 1 | -3/+2 |
* | Note that GzipFile was removed in comment that referenced it | Mark Haines | 2015-09-22 | 1 | -0/+1 |
* | synapse/app/homeserver.py:GzipFile was unused | Mark Haines | 2015-09-22 | 1 | -6/+0 |
* | Catch stats-reporting errors | Daniel Wagner-Hall | 2015-09-22 | 1 | -4/+7 |
* | Implement configurable stats reporting | Daniel Wagner-Hall | 2015-09-22 | 1 | -1/+34 |