Commit graph

502 commits

Author SHA1 Message Date
Unknown
bcd879dd55
Bump thiserror to version 2 (#66)
Some checks failed
Build and Test / Format check (push) Has been cancelled
Build and Test / Lint (push) Has been cancelled
Build and Test / Test (push) Has been cancelled
Build and Test / Check dependency hash (push) Has been cancelled
Build and Test / Build (push) Has been cancelled
2025-04-02 16:33:32 +02:00
t41y0u
1ecbb5d0f5
Update dependencies (#67)
Some checks are pending
Build and Test / Format check (push) Waiting to run
Build and Test / Lint (push) Waiting to run
Build and Test / Test (push) Waiting to run
Build and Test / Check dependency hash (push) Waiting to run
Build and Test / Build (push) Waiting to run
* Update rust version and dependencies

* Update nix Rust dependencies hash outputs

* Update nixpkgs and friends

---------

Co-authored-by: Natsu Kagami <nki@nkagami.me>
2025-04-01 13:22:08 +00:00
Unknown
e07949378c
Migrate from crane back to buildRustPackage
Some checks are pending
Build and Test / Format check (push) Waiting to run
Build and Test / Lint (push) Waiting to run
Build and Test / Test (push) Waiting to run
Build and Test / Check dependency hash (push) Waiting to run
Build and Test / Build (push) Waiting to run
2025-03-31 16:13:51 +02:00
t41y0u
c148dca438 osu: fix check command mods filters 2025-03-31 14:14:33 +02:00
t41y0u
7399008414 osu: fix beatmap links regex for link parser 2025-03-31 14:14:33 +02:00
a146883620
core: Remove soft ban (#64)
Some checks failed
Build and Test / Format check (push) Has been cancelled
Build and Test / Lint (push) Has been cancelled
Build and Test / Test (push) Has been cancelled
Build and Test / Build (push) Has been cancelled
Since Discord implemented silence, soft bans are not really used.
2025-03-29 17:06:20 +01:00
dependabot[bot]
79b17414c5
Bump ring from 0.17.7 to 0.17.14 (#63)
Bumps [ring](https://github.com/briansmith/ring) from 0.17.7 to 0.17.14.
- [Changelog](https://github.com/briansmith/ring/blob/main/RELEASES.md)
- [Commits](https://github.com/briansmith/ring/commits)

---
updated-dependencies:
- dependency-name: ring
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-29 16:55:20 +01:00
dependabot[bot]
2271b0a057
Bump openssl from 0.10.66 to 0.10.71 (#62)
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.66 to 0.10.71.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.66...openssl-v0.10.71)

---
updated-dependencies:
- dependency-name: openssl
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-29 16:54:51 +01:00
c8e2d84568
Update README for sqlx related commands 2025-03-29 16:54:02 +01:00
t41y0u
1a29bc095c Use TOML format for rust-toolchain
Some checks are pending
Build and Test / Format check (push) Waiting to run
Build and Test / Lint (push) Waiting to run
Build and Test / Test (push) Waiting to run
Build and Test / Build (push) Waiting to run
2025-03-28 16:37:40 +01:00
7c0cbea716
ignore command (#59)
Some checks are pending
Build and Test / Format check (push) Waiting to run
Build and Test / Lint (push) Waiting to run
Build and Test / Test (push) Waiting to run
Build and Test / Build (push) Waiting to run
* New table `ignored_users` and queries

* Update sqlx to 0.8

* Implement `ignore` command and add needed hooks
2025-03-27 15:13:00 +01:00
a36fa87964
osu: Allow returning a full file instead when requesting a table check/leaderboard 2025-03-10 15:51:52 +01:00
ed15406f51
Do rendering only once without pagination buttons, if there is only one page to display 2025-03-10 15:02:16 +01:00
f995852a12
osu: don't show oppai-rs attribution if no scores need it 2025-02-25 16:16:53 +01:00
e246eb80e2
osu: limit minigame rank announcement to only top 50 2025-02-25 16:05:00 +01:00
487f8647ba
osu: add passes_only flag to recent command 2025-02-25 15:58:11 +01:00
068dd48550 osu: make save command use interaction 2025-02-22 17:43:53 +01:00
e777d4d634 interaction_collector: rename from Paginator, implement Guard, is now generic 2025-02-22 17:43:53 +01:00
a35563801d
pagination: make editing generic over a CanEdit interface 2025-02-20 22:54:38 +01:00
5fde2f343a
pagination: Directly pass list of interactions to render 2025-02-20 20:07:17 +01:00
8c5135bfc9
Remove loading reactions 2025-02-20 19:46:13 +01:00
d1f3aa5fa9
Change pagination to use interactions instead of reactions 2025-02-20 19:34:14 +01:00
460624c7fe Add beatmapset option to leaderboard command 2025-02-20 18:19:00 +01:00
b302bd3ce1 osu: [Big!] rework load_beatmap so that it can retrieve beatmapsets
Also
- scoreboard can handle beatmapsets now
- "when" column is included
- beatmapWithMode's mode field is now optional
2025-02-20 18:19:00 +01:00
60a72dad85 Just stop the warnings T_T 2025-02-20 18:19:00 +01:00
84b152adf6 osu: add /s/{id} links to the link parser, support beatmapsets with mode override 2025-02-20 18:19:00 +01:00
c28cad0718 osu: small redundancy cleanups 2025-02-20 18:19:00 +01:00
a5fd4f4eab Check matching mod when saving 2025-02-20 18:19:00 +01:00
428ca8861f Keep header in rankings 2025-02-20 18:19:00 +01:00
16cd0fc72a Revert score per page to 5 2025-02-20 18:19:00 +01:00
fd9f3a507d Explicitly install osu as all contexts 2025-02-20 18:19:00 +01:00
aa2ee0cc86 Use latest poise and serenity
Fuck warnings lol
2025-02-20 18:19:00 +01:00
da22b71f55 Set substituters to extra in flake 2025-02-20 18:19:00 +01:00
03e37fbebc Add clear_cache command 2025-02-20 18:19:00 +01:00
ba74465ca7 Add leaderboard command 2025-02-20 18:19:00 +01:00
5d9fda682e Add ranks command 2025-02-20 18:19:00 +01:00
3f9db46032 Add check command 2025-02-20 18:19:00 +01:00
0db52c5c2b Allow beatmap command to use just numbers as id 2025-02-20 18:19:00 +01:00
6105ee610f Add beatmap command 2025-02-20 18:19:00 +01:00
711da6fa34 Add pinned command, refactor out listing commands 2025-02-20 18:19:00 +01:00
3034f8e809 Add forcesave command 2025-02-20 18:19:00 +01:00
ecab57f31a Add save command 2025-02-20 18:19:00 +01:00
458a55b3a5 Add recent command 2025-02-20 18:19:00 +01:00
1aa1baf657 Add profile command 2025-02-20 18:19:00 +01:00
257afd28af osu: Add a mention method for user model 2025-02-20 18:19:00 +01:00
d1819d06b2 Implement top 2025-02-20 18:19:00 +01:00
2cdff76837 Set up simple command for osu 2025-02-20 18:19:00 +01:00
125bad04da
Add tracing 2025-01-03 13:17:31 +01:00
7d65a9de6a
Use a common Rust version for overlay and package 2024-12-23 15:53:38 +01:00
51fa34a7bf
osu: Some lazer-related stat reconsideration (#56)
* Split lazer property to its own toggle

* Use lazer stats from API more verbatim in pp calculation

* Update CI to use 1.83

* Set rust-toolchain
2024-12-21 23:05:15 +00:00