Skip to content
Snippets Groups Projects
  1. Nov 23, 2021
    • Shay's avatar
      Remove code invalidated by deprecated config flag... · 7cebaf96
      Shay authored
      Remove code invalidated by deprecated config flag 'trust_identity_servers_for_password_resets' (#11395)
      
      * remove background update code related to deprecated config flag
      
      * changelog entry
      
      * update changelog
      
      * Delete 11394.removal
      
      Duplicate, wrong number
      
      * add no-op background update and change newfragment so it will be consolidated with associated work
      
      * remove unused code
      
      * Remove code associated with deprecated flag from legacy docker dynamic config file
      
      Co-authored-by: default avatarreivilibre <oliverw@matrix.org>
      7cebaf96
  2. Sep 23, 2021
  3. Aug 02, 2021
  4. Apr 23, 2021
  5. Apr 20, 2021
  6. Apr 14, 2021
  7. Apr 13, 2021
  8. Apr 09, 2021
  9. Mar 30, 2021
  10. Feb 22, 2021
  11. Feb 16, 2021
  12. Feb 11, 2021
  13. Jan 28, 2021
  14. Jan 27, 2021
  15. Jan 20, 2021
  16. Dec 02, 2020
  17. Nov 30, 2020
  18. Oct 15, 2020
    • Jonathan de Jong's avatar
      Solidify the HomeServer constructor. (#8515) · 6b5a115c
      Jonathan de Jong authored
      This implements a more standard API for instantiating a homeserver and
      moves some of the dependency injection into the test suite.
      
      More concretely this stops using `setattr` on all `kwargs` passed to `HomeServer`.
      6b5a115c
  19. Oct 09, 2020
  20. Oct 02, 2020
  21. Sep 04, 2020
  22. Jul 31, 2020
  23. Jul 28, 2020
  24. Jul 22, 2020
  25. Jun 16, 2020
  26. May 11, 2020
  27. Apr 30, 2020
  28. Apr 28, 2020
  29. Apr 15, 2020
  30. Mar 24, 2020
    • Richard van der Hoff's avatar
      Clean up some LoggingContext stuff (#7120) · 39230d21
      Richard van der Hoff authored
      * Pull Sentinel out of LoggingContext
      
      ... and drop a few unnecessary references to it
      
      * Factor out LoggingContext.current_context
      
      move `current_context` and `set_context` out to top-level functions.
      
      Mostly this means that I can more easily trace what's actually referring to
      LoggingContext, but I think it's generally neater.
      
      * move copy-to-parent into `stop`
      
      this really just makes `start` and `stop` more symetric. It also means that it
      behaves correctly if you manually `set_log_context` rather than using the
      context manager.
      
      * Replace `LoggingContext.alive` with `finished`
      
      Turn `alive` into `finished` and make it a bit better defined.
      39230d21
  31. Jan 27, 2020
  32. Dec 20, 2019
  33. Dec 18, 2019
  34. Dec 10, 2019
  35. Dec 05, 2019
  36. Nov 27, 2019
  37. Oct 24, 2019
Loading