forked from rDrama/rDrama
1
0
Fork 0
rDrama/files/routes
Snakes 5f7b38b477 Refactor stat timers, award timers.
Prior to this comment, the every-1d cron.py command was broken due
to lack of proper stats import. However, while refactoring this, it
was convenient to move other recurring tasks that had been stuffed in
odd places--not least `stats(...)`--into the new cron system. This
entailed a number of refactorings of other things.

1. Move stats(...) from static.py to helpers/stats.py.
2. Move hole inactivity purge task from stats(...) to routes/subs.py.
3. Move bot award timer checks from stats(...) to helpers/awards.py.
4. Unify award timer logic formerly in routes/front.py into the new
   helpers/awards.py.
2022-06-10 05:47:41 -04:00
..
__init__.py Initial connection of front-end to back-end. 2022-05-28 18:26:30 -05:00
admin.py extend removal notifs from only me to all Lvl3 jannies 2022-06-06 07:50:38 +02:00
awards.py Refactor stat timers, award timers. 2022-06-10 05:47:41 -04:00
chat.py vid refactor 2022-05-22 18:13:19 +02:00
comments.py make the ratelimit for editing much lower to cut 2022-06-09 18:10:25 +02:00
discord.py add me to WPD discord too 2022-06-07 12:55:50 +02:00
errors.py crgd is a king 2022-05-25 20:29:22 +02:00
feeds.py Feeds: make RSS valid, part trois. 2022-05-30 07:27:52 -04:00
front.py Refactor stat timers, award timers. 2022-06-10 05:47:41 -04:00
giphy.py mn 2022-05-05 01:09:46 +02:00
login.py fsd 2022-05-26 22:53:24 +02:00
lottery.py Add quantity field to purchasing tickets / Make Chapose the beneficiary (#302) 2022-06-02 19:19:49 -04:00
oauth.py mn 2022-05-05 01:09:46 +02:00
posts.py Add following holes for notifications. 2022-06-09 16:24:24 -04:00
reporting.py Add un-holing to hole report command. 2022-06-09 02:42:52 -04:00
search.py fds 2022-05-25 22:16:26 +02:00
settings.py Add user title coin cost parameter. 2022-06-06 19:02:23 -04:00
static.py Refactor stat timers, award timers. 2022-06-10 05:47:41 -04:00
subs.py Refactor stat timers, award timers. 2022-06-10 05:47:41 -04:00
users.py a 500 error is much better than an XSS, bro 2022-06-07 12:03:51 +02:00
votes.py Make betting polls respect can_gamble. 2022-05-30 08:13:11 -04:00