Commit graph

28 commits

Author SHA1 Message Date
1066f249b0
osu: Introduce Env and propagate it to other functions (#40) 2024-03-17 17:21:13 +01:00
13683aa229
Reuse table_formatting logic for almost everything (#39) 2024-03-10 05:01:44 +01:00
2db59905b2 Update youmubot-cf 2024-02-25 18:45:22 +00:00
54502ad61b
Massive lint fix 2023-10-22 17:45:13 +02:00
975ee3ba43
Allow watching contests from before it begins 2022-06-14 22:09:03 -04:00
1799b70bc1
Move to SQLite (#13) 2021-06-19 22:36:17 +09:00
e36c385f15
Update to codeforces package with sound ratelimiting 2021-02-18 03:42:49 +09:00
e0c11a09fb Improve cf live commands 2021-02-17 05:12:49 +09:00
537e396140 Ratelimit properly, live works again!! 2021-02-17 05:12:49 +09:00
bd845d9662
More osu improvements (#11)
* Don't show DT when NC is on

* Allow leading + in mods parsing

* Extend Pagination

* Implement beatmapset display

* Move OkPrint to prelude

* Beatmapset display seems to work

* Put reaction handler into static

* Make clippy happy

* Add beatmapset caching and last --set

* Delay loading of beatmap info

* Simplify hook link handling

* Replies everywhere!

* Replies everywhereee!
2021-02-01 17:13:40 +00:00
901d55814d
Update to Tokio 1 and Serenity 0.10 (#9) 2021-01-15 18:50:33 +00:00
6bf2779d61
osu updatelb command (#8)
* Make `paginate` take a Paginate trait impl, while `paginate_fn` takes a function

* Add `updatelb` command

* Implement a member cache

* Update member queries to use member cache

* Allow everyone to updatelb
2020-11-23 07:26:18 +00:00
80afe79904
Codeforces: asyncify lib 2020-09-07 23:21:17 -04:00
81b20383ae
Codeforces: asyncify hook 2020-09-07 22:18:18 -04:00
10ba2dda1d
Overhaul reaction handler to a thread spawning model (#2)
* Overhaul reaction handler to a thread spawning model

* Remove limits for mods on voting and community buckets
2020-07-06 13:26:34 -04:00
955b2340fe
Add line breaks! 2020-02-17 14:36:20 -05:00
7feff249a4
end should make min from items.len instead of total_pages 2020-02-17 14:31:12 -05:00
a1d453cfff
Implement contestranks 2020-02-17 14:12:34 -05:00
bacb781896
Use the last contest rating change id, instead of rating change time 2020-02-13 16:34:22 -05:00
75f4e403df
Contest caching 2020-02-11 19:32:48 -05:00
d01ff978b6
Implement live 2020-02-10 22:03:52 -05:00
3a14c401cd
Implement Codeforces announcer 2020-02-10 15:18:28 -05:00
b0f70fb2a1
Implement server ranks 2020-02-09 15:02:13 -05:00
f512aa8726
Implement save command and user-aware profile command 2020-02-09 14:14:15 -05:00
5b64d1e535
Create databases for cf 2020-02-09 12:01:48 -05:00
4b5dcfd072
Implement codeforces contest/problem hook 2020-02-08 18:37:17 -05:00
7c77b7fd61
Load youmubot-cf 2020-02-06 14:15:06 -05:00
4284c6c908
Codeforces library minimally written
Implement a lot of new structs

Embed for User

Implement more data structures

impl Embed for Rating Change

Move codeforces package outside
2020-02-05 18:09:15 -05:00