forked from rDrama/rDrama
1
0
Fork 0
rDrama/files/routes
Snakes 8fee66c894
Reorder decorators to support f63237a9a2.
Ultimately necessary because otherwise all bots share rate limits
with each other. The somewhat haphazard ordering of decorators bothers
me, but it's functionally required.

Approaches using request context (like reading the Authorization
header in ratelimit_user) likely produce bugs all their own.
2022-11-13 05:18:52 -05:00
..
__init__.py remove logged out routes (#433) 2022-11-09 00:35:24 -05:00
admin.py default ratelimit and default ratelimit slower 2022-11-13 00:43:47 -06:00
asset_submissions.py Fix Cloudflare imports identifier shadow. 2022-11-07 17:30:15 -05:00
awards.py Reorder decorators to support f63237a9a2. 2022-11-13 05:18:52 -05:00
casino.py twentyone: ratelimits: put a once per 2 seconds ratelimit to patch up race conditions 2022-11-01 00:04:55 -05:00
chat.py increase chat limit from 100 msgs to 500 (yolo or smth) 2022-11-11 19:19:24 +02:00
comments.py Reorder decorators to support f63237a9a2. 2022-11-13 05:18:52 -05:00
errors.py Revert "fix error with 500 page" 2022-10-17 20:35:47 -04:00
feeds.py remove weird spaes 2022-08-17 22:30:07 +02:00
front.py Use database to filter hidevotedon directly. 2022-11-09 09:57:51 -05:00
giphy.py fix 17 potential 500s 2022-10-16 02:51:42 -07:00
hats.py actions: move user-only actions to useractions, which gets rid of a circular dependency 2022-11-01 18:46:56 -05:00
login.py Reorder decorators to support f63237a9a2. 2022-11-13 05:18:52 -05:00
lottery.py abort a bunch of stuff where we manually returned JSON 2022-10-11 08:40:19 -07:00
notifications.py Reorder decorators to support f63237a9a2. 2022-11-13 05:18:52 -05:00
oauth.py Reorder decorators to support f63237a9a2. 2022-11-13 05:18:52 -05:00
polls.py use charge_account everywhere 2022-11-01 00:25:19 -05:00
posts.py Reorder decorators to support f63237a9a2. 2022-11-13 05:18:52 -05:00
reporting.py Reorder decorators to support f63237a9a2. 2022-11-13 05:18:52 -05:00
search.py Eager load submission listing relationships. 2022-11-09 09:16:22 -05:00
settings.py Reorder decorators to support f63237a9a2. 2022-11-13 05:18:52 -05:00
static.py links 2022-11-12 20:58:28 -06:00
subs.py Reorder decorators to support f63237a9a2. 2022-11-13 05:18:52 -05:00
users.py Reorder decorators to support f63237a9a2. 2022-11-13 05:18:52 -05:00
votes.py voting in the shadow realm fixes 2022-11-12 07:55:16 -06:00