Skip to content
Snippets Groups Projects
  1. Apr 09, 2021
  2. Mar 30, 2021
  3. Feb 22, 2021
  4. Feb 16, 2021
  5. Feb 11, 2021
  6. Jan 28, 2021
  7. Jan 27, 2021
  8. Jan 20, 2021
  9. Dec 02, 2020
  10. Nov 30, 2020
  11. Oct 15, 2020
  12. Oct 09, 2020
  13. Oct 02, 2020
  14. Sep 04, 2020
  15. Jul 31, 2020
  16. Jul 28, 2020
  17. Jul 22, 2020
  18. Jun 16, 2020
  19. May 11, 2020
  20. Apr 30, 2020
  21. Apr 28, 2020
  22. Apr 15, 2020
  23. 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.
      Unverified
      39230d21
  24. Jan 27, 2020
  25. Dec 20, 2019
  26. Dec 18, 2019
  27. Dec 10, 2019
  28. Dec 05, 2019
  29. Nov 27, 2019
  30. Oct 24, 2019
  31. Oct 23, 2019
  32. Oct 22, 2019
  33. Aug 30, 2019
  34. Jul 30, 2019
    • Richard van der Hoff's avatar
      Remove non-functional 'expire_access_token' setting (#5782) · 8c97f641
      Richard van der Hoff authored
      The `expire_access_token` didn't do what it sounded like it should do. What it
      actually did was make Synapse enforce the 'time' caveat on macaroons used as
      access tokens, but since our access token macaroons never contained such a
      caveat, it was always a no-op.
      
      (The code to add 'time' caveats was removed back in v0.18.5, in #1656)
      Unverified
      8c97f641
  35. Jul 24, 2019
  36. Jul 23, 2019
  37. Jul 05, 2019
    • Richard van der Hoff's avatar
      Fixes to the federation rate limiter (#5621) · 9481707a
      Richard van der Hoff authored
      - Put the default window_size back to 1000ms (broken by #5181)
      - Make the `rc_federation` config actually do something
      - fix an off-by-one error in the 'concurrent' limit
      - Avoid creating an unused `_PerHostRatelimiter` object for every single
        incoming request
      Unverified
      9481707a
Loading