Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nixos/matrix-synapse: migrate to generators.toYAML and other cleanup #120260

Closed

Commits on May 27, 2021

  1. Configuration menu
    Copy the full SHA
    4cbd027 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2021

  1. nixos/matrix-synapse: convert rc_message and rc_federation to submodules

    Also, add the neccessary mkChangedOptionModule imports.
    
    This matches what is in the ratelimiting config in Synapse. See
    https://github.com/matrix-org/synapse/blob/develop/docs/sample_config.yaml#L822
    sumnerevans committed May 29, 2021
    Configuration menu
    Copy the full SHA
    ce3c9b6 View commit details
    Browse the repository at this point in the history
  2. nixos/matrix-synapse: verbose, bcrypt_rounds coerceTo int

    Not sure why they were ever strings. This converts the strings to
    integers if that was how th user specified it.
    sumnerevans committed May 29, 2021
    Configuration menu
    Copy the full SHA
    79d740e View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2021

  1. nixos/matrix-synapse: remove user_creation_max_duration

    This option was removed in 2016 by this commit:
    matrix-org/synapse@1c4f05d
    sumnerevans committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    8a7740e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f11483c View commit details
    Browse the repository at this point in the history
  3. nixos/matrix-synapse: remove tls_dh_params_path

    Synapse's cipher string has been updated to require ECDH key exchange.
    Configuring and generating dh_params is no longer required, and they will be ignored.
    matrix-org/synapse#4229
    https://github.com/matrix-org/synapse/blob/develop/CHANGES.md#features-48
    sumnerevans committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    27d988a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aeb092a View commit details
    Browse the repository at this point in the history