| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | lint and type fixes | Hazelnoot | 2025-04-01 | 1 | -107/+0 |
| | | |||||
| * | fix type errors from new rate limit definitions | Hazelnoot | 2024-12-08 | 1 | -1/+2 |
| | | |||||
| * | revert un-needed changes to RateLimiterService | Hazelnoot | 2024-12-08 | 1 | -8/+8 |
| | | |||||
| * | separate SkRateLimiterService from RateLimiterService and update all usages | Hazelnoot | 2024-12-07 | 1 | -0/+1 |
| | | |||||
| * | implement SkRateLimiterService with Leaky Bucket rate limiting | Hazelnoot | 2024-12-07 | 1 | -8/+8 |
| | | |||||
| * | copy RateLimiterService from MisskeyIO | dakkar | 2024-09-20 | 1 | -21/+11 |
| | | | | | | This implementation allocates fewer Promises, might help with the memory leaks | ||||
| * | tell the linter to shut up, this time | dakkar | 2024-08-22 | 1 | -2/+10 |
| | | |||||
| * | thunk the min/max promises | dakkar | 2024-08-19 | 1 | -7/+7 |
| | | | | | | this prevents generating promises we don't use, which would get logged by the node vm and spam the logs | ||||
| * | fix rate limit check never ends (#13994) | anatawa12 | 2024-06-15 | 1 | -1/+1 |
| | | |||||
| * | feat(backend): report `Retry-After` if client hit rate limit (#13949) | Kisaragi | 2024-06-13 | 1 | -17/+19 |
| | | | | | | * feat(backend): report `Retry-After` if client hit rate limit * refactor(backend): fix lint error | ||||
| * | (re) update SPDX-FileCopyrightText | tamaina | 2024-02-13 | 1 | -1/+1 |
| | | | | | Fix #13290 | ||||
| * | Revert "update SPDX-FileCopyrightText" | tamaina | 2024-02-13 | 1 | -1/+1 |
| | | | | | This reverts commit 9b5aeb76d8c9372d67058c512597152b6bf222f2. | ||||
| * | update SPDX-FileCopyrightText | syuilo | 2024-02-12 | 1 | -1/+1 |
| | | |||||
| * | chore: ↵ | Shun Sakai | 2023-07-27 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | 著作権とライセンスについての情報を各ファイルに追加する (#11348) * chore: Add the SPDX information to each file Add copyright and licensing information as defined in version 3.0 of the REUSE Specification. * tweak format --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> | ||||
| * | cleanup: trim trailing whitespace (#11136) | okayurisotto | 2023-07-08 | 1 | -10/+10 |
| | | | | | | | | | | * cleanup: trim trailing whitespace * update(`.editorconfig`) --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> | ||||
| * | fix types | syuilo | 2023-04-14 | 1 | -1/+1 |
| | | |||||
| * | refactor: fix types | syuilo | 2023-02-09 | 1 | -3/+3 |
| | | |||||
| * | ロールでレートリミットを調整できるように | syuilo | 2023-01-15 | 1 | -4/+4 |
| | | | | | Resolve #9584 | ||||
| * | enhance(server): productionじゃない限りレートリミットを無効に | syuilo | 2023-01-01 | 1 | -3/+8 |
| | | |||||
| * | refactor: introduce bindThis decorator to bind this automaticaly | syuilo | 2022-12-04 | 1 | -0/+2 |
| | | |||||
| * | test | syuilo | 2022-09-19 | 1 | -4/+4 |
| | | |||||
| * | refactor(backend): refactor logger | syuilo | 2022-09-18 | 1 | -5/+9 |
| | | |||||
| * | なんかもうめっちゃ変えた | syuilo | 2022-09-18 | 1 | -0/+89 |