Skip to content
Snippets Groups Projects
  1. Nov 16, 2020
  2. Jul 09, 2020
  3. 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
  4. May 22, 2020
  5. May 06, 2020
  6. May 10, 2019
  7. 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
  8. Nov 15, 2018
  9. Nov 06, 2018
  10. Oct 30, 2018
  11. Sep 06, 2018
  12. Aug 23, 2018
Loading