Skip to content
Snippets Groups Projects
  1. Jan 16, 2025
  2. Jan 14, 2025
  3. Jan 13, 2025
  4. Jan 08, 2025
  5. Jan 07, 2025
  6. Jan 06, 2025
  7. Jan 03, 2025
  8. Dec 23, 2024
  9. Dec 20, 2024
    • Colin Watson's avatar
      Stop using twisted.internet.defer.returnValue (#18020) · d69c00b5
      Colin Watson authored
      `defer.returnValue` was only needed in Python 2; in Python 3, a simple
      `return` is fine.
      
      `twisted.internet.defer.returnValue` is deprecated as of Twisted 24.7.0.
      
      Most uses of `returnValue` in synapse were removed a while back; this
      cleans up some remaining bits.
      Unverified
      d69c00b5
  10. Dec 19, 2024
  11. Dec 18, 2024
  12. Dec 17, 2024
    • V02460's avatar
      Add `macaroon_secret_key_path` config option (#17983) · 57bf4494
      V02460 authored
      Another config option on my quest to a `*_path` variant for every
      secret. This time it’s `macaroon_secret_key_path`.
      
      Reading secrets from files has the security advantage of separating the secrets from the config. It also simplifies secrets management in Kubernetes. Also useful to NixOS users.
      Unverified
      57bf4494
  13. Dec 16, 2024
Loading