Skip to content
Snippets Groups Projects
  1. Oct 20, 2021
  2. Oct 04, 2021
  3. Sep 29, 2021
  4. Aug 17, 2021
  5. Apr 14, 2021
  6. Apr 12, 2021
    • Will Hunt's avatar
      Require AppserviceRegistrationType (#9548) · e300ef64
      Will Hunt authored
      This change ensures that the appservice registration behaviour follows the spec. We decided to do this for Dendrite, so it made sense to also make a PR for synapse to correct the behaviour.
      e300ef64
  7. Feb 16, 2021
  8. Dec 17, 2020
  9. Dec 15, 2020
  10. Nov 16, 2020
  11. Jul 09, 2020
  12. Jun 03, 2020
    • Andrew Morgan's avatar
      Replace instances of reactor pumping with get_success. (#7619) · 0188daf3
      Andrew Morgan authored
      Calls `self.get_success` on all deferred methods instead of abusing `self.pump()`. This has the benefit of working with coroutines, as well as checking that method execution completed successfully.
      
      There are also a few small cleanups that I made in the process.
      0188daf3
  13. May 22, 2020
  14. May 06, 2020
  15. May 10, 2019
  16. Mar 05, 2019
    • Brendan Abolivier's avatar
      Add rate-limiting on registration (#4735) · a4c3a361
      Brendan Abolivier authored
      
      * Rate-limiting for registration
      
      * Add unit test for registration rate limiting
      
      * Add config parameters for rate limiting on auth endpoints
      
      * Doc
      
      * Fix doc of rate limiting function
      
      Co-Authored-By: default avatarbabolivier <contact@brendanabolivier.com>
      
      * Incorporate review
      
      * Fix config parsing
      
      * Fix linting errors
      
      * Set default config for auth rate limiting
      
      * Fix tests
      
      * Add changelog
      
      * Advance reactor instead of mocked clock
      
      * Move parameters to registration specific config and give them more sensible default values
      
      * Remove unused config options
      
      * Don't mock the rate limiter un MAU tests
      
      * Rename _register_with_store into register_with_store
      
      * Make CI happy
      
      * Remove unused import
      
      * Update sample config
      
      * Fix ratelimiting test for py2
      
      * Add non-guest test
      a4c3a361
  17. Nov 15, 2018
  18. Nov 06, 2018
  19. Oct 30, 2018
  20. Sep 06, 2018
  21. Aug 23, 2018
Loading