summary refs log tree commit diff
path: root/synapse/config (follow)
Commit message (Expand)AuthorAgeFilesLines
* Show a confirmation page during user password reset (#8004)Andrew Morgan2020-09-101-3/+9
* Add a config option for validating 'next_link' parameters against a domain wh...Andrew Morgan2020-09-081-1/+32
* Fix stack overflow when logging system encounters an error (#8268)Richard van der Hoff2020-09-071-2/+23
* Fix a regression from calling read_templates. (#8252)Patrick Cloke2020-09-041-1/+1
* Stop sub-classing object (#8249)Patrick Cloke2020-09-048-10/+10
* Revert "Add experimental support for sharding event persister. (#8170)" (#8242)Brendan Abolivier2020-09-043-46/+13
* Add experimental support for sharding event persister. (#8170)Erik Johnston2020-09-023-13/+46
* Allow capping a room's retention policy (#8104)Brendan Abolivier2020-08-241-8/+14
* Add resources.consent conditional dependency back (#8107)Andrew Morgan2020-08-181-20/+0
* Use the default templates when a custom template file cannot be found (#8037)Andrew Morgan2020-08-174-105/+191
* Move setting of Filter into code.Erik Johnston2020-08-111-8/+16
* Change the default log config to reduce disk I/O and storage (#8040)Erik Johnston2020-08-111-5/+36
* Implement login blocking based on SAML attributes (#8052)Richard van der Hoff2020-08-112-0/+99
* TypoBrendan Abolivier2020-08-101-1/+1
* LintBrendan Abolivier2020-08-101-2/+2
* why mypy whyBrendan Abolivier2020-08-101-1/+3
* LintBrendan Abolivier2020-08-061-1/+1
* Incorporate reviewBrendan Abolivier2020-08-061-2/+2
* Merge branch 'develop' of github.com:matrix-org/synapse into babolivier/new_p...Brendan Abolivier2020-08-062-1/+25
|\
| * Rename database classes to make some sense (#8033)Erik Johnston2020-08-051-1/+4
| * Merge branch 'develop' of github.com:matrix-org/synapse into erikj/add_rate_l...Erik Johnston2020-07-312-18/+7
| |\
| * | Add ratelimiting on joinsErik Johnston2020-07-311-0/+21
* | | Incorporate reviewBrendan Abolivier2020-08-061-0/+3
* | | Back out the database hack and replace it with a temporary config settingBrendan Abolivier2020-08-031-0/+10
| |/ |/|
* | Merge branch 'master' into developOlivier Wilkinson (reivilibre)2020-07-305-15/+73
|\|
| * Update worker docs with recent enhancements (#7969)Erik Johnston2020-07-295-15/+73
* | Various improvements to the docs (#7899)Aaron Raimist2020-07-291-18/+0
* | Option to allow server admins to join complex rooms (#7902)lugino-emeritus2020-07-281-0/+7
|/
* Fix a typo in the sample config. (#7890)Adrian2020-07-201-1/+1
* Change sample config's postgres user to synapse_user (#7889)Andrew Morgan2020-07-201-1/+1
* Add a default limit (of 100) to get/sync operations. (#7858)Patrick Cloke2020-07-171-2/+4
* Allow moving typing off master (#7869)Erik Johnston2020-07-161-9/+10
* Add ability to run multiple pusher instances (#7855)Erik Johnston2020-07-164-37/+48
* Allow email subjects to be customised through Synapse's configuration (#7846)Brendan Abolivier2020-07-141-6/+112
* Add the option to validate the `iss` and `aud` claims for JWT logins. (#7827)Patrick Cloke2020-07-141-0/+28
* Fix handling of "off" in encryption_enabled_by_default_for_room_type (#7822)Brendan Abolivier2020-07-131-1/+6
* Add ability to shard the federation sender (#7798)Erik Johnston2020-07-103-66/+132
* Fix some spelling mistakes / typos. (#7811)Patrick Cloke2020-07-091-1/+1
* Add documentation for JWT login type and improve sample config. (#7776)Patrick Cloke2020-07-061-4/+31
* isort 5 compatibility (#7786)Will Hunt2020-07-052-2/+2
* Additional configuration options for auto-join rooms (#7763)Patrick Cloke2020-06-301-3/+103
* Support running multiple media repos. (#7706)Erik Johnston2020-06-171-0/+6
* fix broken link in sample config (#7712)Richard van der Hoff2020-06-161-1/+1
* Replace all remaining six usage with native Python 3 equivalents (#7704)Dagfinn Ilmari MannsĂĄker2020-06-163-16/+7
* Create a ListenerConfig object (#7681)Richard van der Hoff2020-06-162-102/+157
* Increase the default SAML session expirary time to 15 minutes. (#7664)Patrick Cloke2020-06-111-2/+2
* fix typo in sample_config.yaml (#7652)wondratsch2020-06-111-1/+1
* Take out a lock before modifying _CACHES (#7663)Richard van der Hoff2020-06-101-5/+15
* Add option to enable encryption by default for new rooms (#7639)Andrew Morgan2020-06-102-0/+82
* Add an option to disable autojoin for guest accounts (#6637)Travis Ralston2020-06-051-0/+8
* Add support for webp thumbnailing (#7586)WGH2020-06-051-0/+1
* Performance improvements and refactor of Ratelimiter (#7595)Andrew Morgan2020-06-051-1/+7
* Cleanups to the OpenID Connect integration (#7628)Richard van der Hoff2020-06-033-76/+105
* Clean up exception handling in SAML2ResponseResource (#7614)Richard van der Hoff2020-06-031-5/+13
* Fix sample config docs error (#7581)Jason Robinson2020-05-271-1/+1
* Fix up commentsErik Johnston2020-05-271-2/+2
* Fix specifying cache factors via env vars with * in name. (#7580)Erik Johnston2020-05-271-5/+39
* Add option to move event persistence off master (#7517)Erik Johnston2020-05-222-2/+29
* Fix some DETECTED VIOLATIONS in the config file (#7550)Richard van der Hoff2020-05-226-29/+36
* Add `instance_map` config and route replication calls (#7495)Erik Johnston2020-05-141-0/+17
* Fix copypasted comment (#7477)Paul Tötterman2020-05-131-1/+1
* Fix new flake8 errors (#7470)Erik Johnston2020-05-121-1/+1
* Allow configuration of Synapse's cache without using synctl or environment va...Amber Brown2020-05-113-6/+166
* Merge branch 'release-v1.13.0' into developAndrew Morgan2020-05-111-1/+0
|\
| * Drop support for redis.dbid (#7450)Richard van der Hoff2020-05-071-1/+0
* | Extend spam checker to allow for multiple modules (#7435)Andrew Morgan2020-05-081-8/+30
* | Implement OpenID Connect-based login (#7256)Quentin Gliech2020-05-084-7/+191
|/
* Add a configuration setting for the dummy event threshold (#7422)Brendan Abolivier2020-05-071-0/+15
* Fix fallback value for account_threepid_delegates.email (#7316)Andrew Morgan2020-04-291-3/+8
* Fix typo 'datbases' in ConfigErrorAndrew Morgan2020-04-281-1/+1
* Don't crash when one of the configuration files is empty (#7341)Brendan Abolivier2020-04-271-0/+6
* Add documentation to the sample config about the templates for SSO. (#7343)Patrick Cloke2020-04-241-0/+24
* Revert "Revert "Merge pull request #7315 from matrix-org/babolivier/request_t...Brendan Abolivier2020-04-231-0/+21
* Add ability to run replication protocol over redis. (#7040)Erik Johnston2020-04-222-0/+37
* Fix indention in generated config file (#7300)Lars Franke2020-04-201-22/+22
* Use a template for the SSO success page to allow for customization. (#7279)Patrick Cloke2020-04-171-0/+6
* Clarify the comments for media_storage_providers options (#7272)Tristan Lins2020-04-171-4/+3
* Allow specifying the value of Accept-Language header for URL previews (#7265)Andrew Morgan2020-04-151-0/+29
* Do not allow a deactivated user to login via SSO. (#7240)Patrick Cloke2020-04-091-0/+7
* Fix --help commandline argument (#7249)Richard van der Hoff2020-04-091-16/+8
* Add documentation to password_providers config option (#7238)Andrew Morgan2020-04-081-2/+14
* Extend web_client_location to handle absolute URLs (#7006)Martin Milata2020-04-031-3/+8
* Fix a small typo in the `metrics_flags` config option. (#7171)Andrew Morgan2020-03-301-1/+1
* Always whitelist the login fallback for SSO (#7153)Richard van der Hoff2020-03-271-0/+15
* Add options to prevent users from changing their profile. (#7096)Dirk Klimpel2020-03-271-0/+27
* Don't default to an invalid sqlite config if no database configuration is pro...Nektarios Katakis2020-03-261-22/+47
* Allow server admins to define and enforce a password policy (MSC2000). (#7118)Dirk Klimpel2020-03-261-0/+39
* Remove unused captcha_bypass_secret option (#7137)Aaron Raimist2020-03-251-5/+0
* Improve database configuration docs (#6988)Richard van der Hoff2020-03-202-36/+59
* Revert "Add options to disable setting profile info for prevent changes. (#70...Richard van der Hoff2020-03-171-17/+0
* LintBrendan Abolivier2020-03-111-2/+1
* Put the file in the templates directoryBrendan Abolivier2020-03-111-12/+21
* Update wording and configBrendan Abolivier2020-03-111-0/+3
* Move the default SAML2 error HTML to a dedicated fileBrendan Abolivier2020-03-111-18/+11
* Add options to disable setting profile info for prevent changes. (#7053)Brendan Abolivier2020-03-101-0/+17
|\
| * Update synapse/config/registration.pyDirk Klimpel2020-03-101-1/+1
| * updates after reviewdklimpel2020-03-091-8/+8
| * add disable_3pid_changesdklimpel2020-03-081-0/+6
| * lint2dklimpel2020-03-081-2/+2
| * changelogdklimpel2020-03-081-2/+2
| * Add options to disable setting profile info for prevent changes.dklimpel2020-03-081-0/+11
* | Rephrase default messageBrendan Abolivier2020-03-101-2/+2
* | LintBrendan Abolivier2020-03-101-1/+1
* | SAML2: render a comprehensible error page if something goes wrongBrendan Abolivier2020-03-101-0/+26
* | Merge branch 'master' into developBrendan Abolivier2020-03-033-0/+96
|\ \ | |/ |/|
| * Factor out complete_sso_login and expose it to the Module APIBrendan Abolivier2020-03-031-1/+1
| * Add a whitelist for the SSO confirmation step.Richard van der Hoff2020-03-021-0/+18
| * Add a confirmation step to the SSO login flowBrendan Abolivier2020-03-023-0/+78
* | Fix minor issues with email config (#6962)Richard van der Hoff2020-02-241-36/+30
* | Clarify list/set/dict/tuple comprehensions and enforce via flake8 (#6957)Patrick Cloke2020-02-212-3/+3
|/
* Merge pull request #6907 from matrix-org/babolivier/acme-configBrendan Abolivier2020-02-181-0/+19
|\
| * Linters are hard but in they end they just want what's best for usBrendan Abolivier2020-02-131-1/+1
| * Add a separator for the config warningBrendan Abolivier2020-02-131-1/+1
| * Add mention and warning about ACME v1 deprecation to the Synapse configBrendan Abolivier2020-02-131-0/+19
* | Add a warning about indentation to generated config (#6920)Richard van der Hoff2020-02-141-2/+14
|/
* Allow empty federation_certificate_verification_whitelist (#6849)timfi2020-02-061-0/+2
* Fix empty account_validity config blockAndrew Morgan2020-01-201-1/+2
* Add more logging around message retention policies support (#6717)Brendan Abolivier2020-01-171-0/+8
* Delegate remote_user_id mapping to the saml mapping provider (#6723)Richard van der Hoff2020-01-171-0/+1
* Clarify the `account_validity` and `email` sections of the sample configurati...Richard van der Hoff2020-01-173-140/+167
* Merge pull request #6621 from matrix-org/babolivier/purge_job_config_typoBrendan Abolivier2020-01-071-5/+5
|\
| * RewordBrendan Abolivier2020-01-071-3/+3
| * Change the example from 5min to 12hBrendan Abolivier2020-01-071-4/+4
| * Fix a typo in the purge jobs configuration exampleBrendan Abolivier2020-01-031-1/+1
* | Add experimental 'databases' config (#6580)Erik Johnston2020-01-061-13/+42
* | Automate generation of the sample and debian log configs (#6627)Richard van der Hoff2020-01-031-1/+8
* | Raise an error if someone tries to use the log_file config option (#6626)Richard van der Hoff2020-01-031-2/+15
* | Remove unused, undocumented "content repo" resource (#6628)Richard van der Hoff2020-01-031-5/+0
|/
* Split state groups into a separate data store (#6296)Erik Johnston2019-12-201-5/+5
* Add an export_signing_key script (#6546)Richard van der Hoff2019-12-191-8/+15
* Add database config class (#6513)Erik Johnston2019-12-181-16/+62
* Add option to allow profile queries without sharing a room (#6523)Will Hunt2019-12-161-0/+13
* Bump version of mypyErik Johnston2019-12-123-4/+4
* Allow SAML username provider plugins (#6411)Andrew Morgan2019-12-101-60/+126
* privacy by default for room dir (#6355)Neil Johnson2019-12-041-12/+14
* Add ephemeral messages support (MSC2228) (#6409)Brendan Abolivier2019-12-031-0/+2
* Clarifications for the email configuration settings. (#6423)Richard van der Hoff2019-11-281-1/+16
* Merge pull request #6358 from matrix-org/babolivier/message_retentionBrendan Abolivier2019-11-271-1/+182
|\
| * Merge branch 'develop' into babolivier/message_retentionBrendan Abolivier2019-11-265-11/+11
| |\
| * | Lint againBrendan Abolivier2019-11-191-1/+1
| * | Lint againBrendan Abolivier2019-11-191-1/+1
| * | LintBrendan Abolivier2019-11-191-15/+24
| * | Implement per-room message retention policiesBrendan Abolivier2019-11-041-0/+172
* | | Remove assertion and provide a clear warning on startup for missing public_ba...Andrew Morgan2019-11-262-0/+9
| |/ |/|
* | Clean up newline quote marks around the codebase (#6362)Andrew Morgan2019-11-213-5/+5
* | Merge branch 'develop' of github.com:matrix-org/synapse into anoa/homeserver_...Andrew Morgan2019-11-141-1/+1
|\ \
| * \ Merge pull request #6220 from matrix-org/neilj/set_room_version_default_to_5Brendan Abolivier2019-11-141-1/+1
| |\ \ | | |/ | |/|
| | * Set room version default to 5Neil Johnson2019-10-191-1/+1
* | | A couple more instancesAndrew Morgan2019-11-121-1/+1
* | | Replace instance variations of homeserver with correct case/spacingAndrew Morgan2019-11-123-4/+4
|/ /
* | Remove last usages of deprecated logging.warn method (#6314)Andrew Morgan2019-11-011-2/+2
* | Remove usage of deprecated logger.warn method from codebase (#6271)Andrew Morgan2019-10-312-3/+3
* | Fix typo in domain name in account_threepid_delegates config option (#6273)Andrew Morgan2019-10-301-1/+1
* | Option to suppress resource exceeded alerting (#6173)Neil Johnson2019-10-241-2/+8
* | Add config linting script that checks for bool casing (#6203)Andrew Morgan2019-10-239-15/+22
|/
* Fix logging config for the docker image (#6197)Richard van der Hoff2019-10-181-3/+2
* cas: support setting display name (#6114)Valérian Rousset2019-10-111-0/+3
* Refactor HomeserverConfig so it can be typechecked (#6137)Amber Brown2019-10-1033-79/+385
* Fix up some typechecking (#6150)Amber Brown2019-10-026-12/+20
* Fix 'redaction_retention_period' sampel config to match guidelinesErik Johnston2019-09-261-1/+1
* Explicitly log when a homeserver does not have a trusted key server configure...Neil Johnson2019-09-262-12/+52
* Merge branch 'develop' of github.com:matrix-org/synapse into erikj/cleanup_us...Erik Johnston2019-09-253-61/+185
|\
| * Enable cleaning up extremities with dummy events by default to prevent undue ...Neil Johnson2019-09-251-3/+1
| * Merge remote-tracking branch 'origin/develop' into rav/saml_mapping_workRichard van der Hoff2019-09-241-6/+42
| |\
| | * Merge pull request #6069 from matrix-org/rav/fix_attribute_mappingRichard van der Hoff2019-09-241-6/+42
| | |\
| | | * docstrings and commentsRichard van der Hoff2019-09-241-7/+21
| | | * Merge branch 'develop' into rav/fix_attribute_mappingRichard van der Hoff2019-09-1914-168/+524
| | | |\
| | | * | Fix a bug with saml attribute maps.Richard van der Hoff2019-09-191-6/+28
| * | | | Merge remote-tracking branch 'origin/develop' into rav/saml_mapping_workRichard van der Hoff2019-09-245-3/+44
| |\| | |
| | * | | Add submit_url response parameter to msisdn /requestToken (#6079)Andrew Morgan2019-09-231-0/+2
| | * | | Merge pull request #6064 from matrix-org/rav/saml_config_cleanupRichard van der Hoff2019-09-231-51/+62
| | |\ \ \
| | | * \ \ Merge branch 'develop' into rav/saml_config_cleanupRichard van der Hoff2019-09-1914-168/+524
| | | |\ \ \ | | | | | |/ | | | | |/|
| | * | | | Use the federation blacklist for requests to untrusted Identity Servers (#6000)Andrew Morgan2019-09-231-0/+3
| * | | | | Merge branch 'develop' into rav/saml_mapping_workRichard van der Hoff2019-09-1914-168/+524
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | Record mappings from saml users in an external tableRichard van der Hoff2019-09-131-2/+76
| | |_|/ / | |/| | |
| * | | | Make the sample saml config closer to our standardsRichard van der Hoff2019-09-131-51/+62
| | |_|/ | |/| |
* | | | Review commentsErik Johnston2019-09-251-1/+1
* | | | Prune rows in user_ips older than configured periodErik Johnston2019-09-241-0/+13
| |_|/ |/| |
* | | fix broken copyrightsMatthew Hodgson2019-09-232-2/+2
* | | Allow HS to send emails when adding an email to the HS (#6042)Andrew Morgan2019-09-201-0/+36
* | | Fix typo in account_threepid_delegates config (#6028)Jorik Schellekens2019-09-181-1/+1
| |/ |/|
* | (#5849) Convert rst to markdown (#6040)dstipp2019-09-171-6/+6
* | Fix well-known lookups with the federation certificate whitelist (#5997)Amber Brown2019-09-141-1/+8
* | Fix for structured logging tests stomping on logs (#6023)Amber Brown2019-09-131-8/+25
* | add report_stats_endpoint config option (#6012)Sorunome2019-09-121-0/+9
* | Blow up config if opentracing is missing (#5985)Jorik Schellekens2019-09-121-0/+7
* | Merge pull request #6015 from matrix-org/erikj/ratelimit_admin_redactionErik Johnston2019-09-111-0/+13
|\ \
| * | Fix commentsErik Johnston2019-09-111-1/+1
| * | Allow use of different ratelimits for admin redactions.Erik Johnston2019-09-111-0/+13
* | | Check dependencies on setup in the nicer way. (#5989)Jorik Schellekens2019-09-112-27/+12
|/ /
* | Merge pull request #5934 from matrix-org/erikj/censor_redactionsErik Johnston2019-09-091-0/+17
|\ \
| * | Default to censoring redactions after seven daysErik Johnston2019-09-091-4/+6
| * | Handle setting retention period to 0Erik Johnston2019-09-091-1/+1
| * | Merge branch 'develop' of github.com:matrix-org/synapse into erikj/censor_red...Erik Johnston2019-09-051-8/+5
| |\ \
| * | | Make redaction retention period configurableErik Johnston2019-09-051-0/+15
* | | | Servers-known-about statistic (#5981)Amber Brown2019-09-071-0/+31
* | | | Allow Synapse to send registration emails + choose Synapse or an external ser...Andrew Morgan2019-09-062-28/+130
| |/ / |/| |
* | | Fix and refactor room and user stats (#5971)Erik Johnston2019-09-041-8/+5
|/ /
* | Add a link to python's logging config schema (#5926)Jorik Schellekens2019-08-281-1/+2
* | Let synctl use a config directory. (#5904)Jorik Schellekens2019-08-281-3/+4
* | Config templating (#5900)Jorik Schellekens2019-08-284-37/+161
* | Implement a structured logging output system. (#5680)Amber Brown2019-08-281-42/+61
* | Merge pull request #5895 from matrix-org/erikj/notary_keyErik Johnston2019-08-271-4/+30
|\ \
| * | Don't implicitly include server signing keyErik Johnston2019-08-231-7/+6
| * | Add config option for keys to use to sign keysErik Johnston2019-08-211-4/+31
* | | public_base_url is actually public_baseurlAaron Raimist2019-08-261-1/+1
|/ /
* / Fix up password reset template config names (#5863)Andrew Morgan2019-08-151-8/+8
|/
* fix config being a dict, actuallyAmber H. Brown2019-08-141-1/+1
* Don't load the media repo when configured to use an external media repo (#5754)Amber Brown2019-08-131-0/+20
* LintBrendan Abolivier2019-08-011-12/+7
* Allow defining HTML templates to serve the user on account renewalBrendan Abolivier2019-08-011-2/+48
* Remove non-functional 'expire_access_token' setting (#5782)Richard van der Hoff2019-07-301-6/+0
* Room Complexity Client Implementation (#5783)Amber Brown2019-07-301-0/+41
* Make Jaeger fully configurable (#5694)Jorik Schellekens2019-07-231-0/+22
* Fix logging in workers (#5729)Amber Brown2019-07-221-0/+1
* Merge branch 'release-v1.2.0' into developJorik Schellekens2019-07-221-12/+2
|\
| * Opentracing Documentation (#5703)Jorik Schellekens2019-07-221-12/+2
* | Remove non-dedicated logging options and command line arguments (#5678)Amber Brown2019-07-192-75/+12
|/
* enable aggregations support by defaultNeil Johnson2019-07-181-1/+1
* Clean up opentracing configuration options (#5712)Richard van der Hoff2019-07-181-22/+41
* Clean up arg name and remove lying commentErik Johnston2019-07-161-7/+5
* Fix invoking add_argument from homeserver.pyErik Johnston2019-07-151-1/+1
* Merge branch 'develop' of github.com:matrix-org/synapse into erikj/admin_api_cmdErik Johnston2019-07-157-19/+114
|\
| * Implement access token expiry (#5660)Richard van der Hoff2019-07-121-0/+16
| * Add basic opentracing support (#5544)Jorik Schellekens2019-07-112-0/+52
| * Remove support for invite_3pid_guest. (#5625)Richard van der Hoff2019-07-051-3/+2
| * Fixes to the federation rate limiter (#5621)Richard van der Hoff2019-07-051-2/+2
| * Make errors about email password resets much clearer (#5616)Andrew Morgan2019-07-051-11/+8
| * Move logging utilities out of the side drawer of util/ and into logging/ (#5606)Amber Brown2019-07-041-2/+2
| * Merge branch 'develop' into rav/saml2_clientRichard van der Hoff2019-07-013-2/+47
| |\
| * | cleanupsRichard van der Hoff2019-06-271-6/+13
| * | Add support for tracking SAML2 sessions.Richard van der Hoff2019-06-261-1/+19
| * | Merge branch 'develop' into rav/saml2_clientRichard van der Hoff2019-06-2631-620/+704
| |\ \
| * | | Code cleanups and simplifications.Richard van der Hoff2019-06-111-1/+6
| * | | Merge remote-tracking branch 'origin/develop' into rav/saml2_clientRichard van der Hoff2019-06-104-99/+422
| |\ \ \
| * | | | SAML2 Improvements and redirect stuffAlexander Trost2019-06-021-0/+1
* | | | | Move creation of ArgumentParser to callerErik Johnston2019-07-151-10/+5
* | | | | Fix up commentsErik Johnston2019-07-151-1/+1
* | | | | Change add_arguments to be a static methodErik Johnston2019-07-155-5/+39
* | | | | Add basic admin cmd appErik Johnston2019-07-021-3/+45
| |_|_|/ |/| | |
* | | | Update the TLS cipher string and provide configurability for TLS on outgoing ...Amber Brown2019-06-281-1/+31
* | | | Added possibilty to disable local password authentication (#5092)Daniel Hoffend2019-06-271-0/+7
* | | | Make it clearer that the template dir is relative to synapse's root dir (#5543)Andrew Morgan2019-06-271-1/+9
| |_|/ |/| |
* | | Merge pull request #5524 from matrix-org/rav/new_cmdline_optionsRichard van der Hoff2019-06-242-5/+41
|\ \ \
| * | | Add "--open-private-ports" cmdline optionRichard van der Hoff2019-06-242-5/+26
| * | | Add --data-directory commandline argumentRichard van der Hoff2019-06-241-0/+15
* | | | Merge pull request #5523 from matrix-org/rav/arg_defaultsRichard van der Hoff2019-06-2429-107/+87
|\| | |
| * | | Don't load the generated config as the default.Richard van der Hoff2019-06-2429-94/+60
| * | | Ensure that all config options have sensible defaultsRichard van der Hoff2019-06-244-13/+27
* | | | Merge pull request #5534 from matrix-org/babolivier/federation-publicroomsBrendan Abolivier2019-06-241-10/+34
|\ \ \ \ | |/ / / |/| | |