Skip to content
Snippets Groups Projects
  1. Nov 03, 2023
  2. Nov 02, 2023
  3. Oct 31, 2023
  4. Oct 30, 2023
  5. Oct 25, 2023
  6. Oct 24, 2023
  7. Oct 23, 2023
  8. Oct 20, 2023
  9. Oct 19, 2023
    • Dessalines's avatar
      Convert more responses to SuccessResponse. Fixes #2860 (#4058) · 8deb4e57
      Dessalines authored
      * Convert more responses to SuccessResponse. Fixes #2860
      
      * Upgrading lemmy-js-client.
      Unverified
      8deb4e57
    • Nutomic's avatar
      Remove unused static (#4061) · 9ef28eb5
      Nutomic authored
      Unverified
      9ef28eb5
    • dullbananas's avatar
      Refactor rate limiter and improve rate limit bucket cleanup (#3937) · a14657d1
      dullbananas authored
      
      * Update rate_limiter.rs
      
      * Update mod.rs
      
      * Update rate_limiter.rs
      
      * Update rate_limiter.rs
      
      * Update mod.rs
      
      * Update scheduled_tasks.rs
      
      * Shrink `RateLimitBucket`
      
      * Update rate_limiter.rs
      
      * Update mod.rs
      
      * Update rate_limiter.rs
      
      * Update rate_limiter.rs
      
      * Update rate_limiter.rs
      
      * Update rate_limiter.rs
      
      * Update mod.rs
      
      * Update rate_limiter.rs
      
      * fmt
      
      * Update rate_limiter.rs
      
      * Update rate_limiter.rs
      
      * Update rate_limiter.rs
      
      * Update rate_limiter.rs
      
      * Update rate_limiter.rs
      
      * Update rate_limiter.rs
      
      * Update rate_limiter.rs
      
      * Update rate_limiter.rs
      
      * Update rate_limiter.rs
      
      * rerun ci
      
      * Update rate_limiter.rs
      
      * Undo changes to  fields
      
      * Manually undo changes to RateLimitBucket fields
      
      * fmt
      
      * Bucket cleanup loop in rate_limit/mod.rs
      
      * Remove rate limit bucket cleanup from scheduled_tasks.rs
      
      * Remove ;
      
      * Remove UNINITIALIZED_TOKEN_AMOUNT
      
      * Update rate_limiter.rs
      
      * fmt
      
      * Update rate_limiter.rs
      
      * fmt
      
      * Update rate_limiter.rs
      
      * fmt
      
      * Update rate_limiter.rs
      
      * stuff
      
      * MapLevel trait
      
      * fix merge
      
      * Prevent negative numbers in buckets
      
      * Clean up MapLevel::check
      
      * MapLevel::remove_full_buckets
      
      * stuff
      
      * Use remove_full_buckets to avoid allocations
      
      * stuff
      
      * remove tx
      
      * Remove RateLimitConfig
      
      * Rename settings_updated_channel to rate_limit_cell
      
      * Remove global rate limit cell
      
      * impl Default for RateLimitCell
      
      * bucket_configs doc comment to explain EnumMap
      
      * improve test_rate_limiter
      
      * rename default to with_test_config
      
      ---------
      
      Co-authored-by: default avatarDessalines <dessalines@users.noreply.github.com>
      Co-authored-by: default avatarNutomic <me@nutomic.com>
      Unverified
      a14657d1
  10. Oct 17, 2023
Loading