c5790cbed2
feat(grpc): add support for kicking players and showing current online players
2026-08-09 20:28:49 +02:00
b5ee9b98c3
missed a spot in the CI
2026-08-09 17:35:58 +02:00
aaf9bc4b65
remove node holders and general repo cleanup
...
the node holders were just causing issues, we have no need for them currently, so we can just set the secure proxy URL through FORWARD_DESTINATION. less complexity for the cluster and self-hosters too
2026-08-09 17:29:06 +02:00
62e867af2f
add removal of presence
2026-08-09 01:26:51 +02:00
eff58c1f49
add support for the new friends api
2026-08-09 00:12:18 +02:00
dce1c0720e
add pid
2026-08-08 23:03:30 +02:00
5504fd91ae
removed the wrong line
2026-08-08 22:58:51 +02:00
302b4e3410
Merge branch 'v0' of https://git.spbr.net/spacebar/rust-nex into v0
2026-08-08 22:45:58 +02:00
e518830743
debug presence
2026-08-08 22:45:50 +02:00
f4d983aa3a
Merge pull request 'Fix: Separate Splatoon specific Ranking Methods' ( #65 ) from fix/separate-splatoon-ranking into v0
...
Reviewed-on: spacebar/rust-nex#65
Reviewed-by: redbinder0526 <redbinder0526@proton.me>
2026-08-08 21:42:20 +02:00
5389e75aa5
fix(ranking): Separate Splatoon specific methods
2026-08-08 20:26:35 +01:00
bb57d26eee
feat(ci): Better Job Names
2026-08-08 18:33:04 +01:00
2a82146a45
feat(matchmaking): method 15 - getdetailedparticipants
2026-08-08 19:28:48 +02:00
be7bc79762
fix(resultsrange): use usize min instead of usize max
2026-08-08 19:01:16 +02:00
3db244c2ff
fix deadlock
2026-08-08 18:43:48 +02:00
81c89549fd
fix(matchmake): add debug logging to see if sessions are being filtered out
2026-08-08 18:33:38 +02:00
f0b7876d0f
attempt terraria fix
2026-08-08 18:05:21 +02:00
8f049397ae
fix(instrument-removal): bruh i forgot
2026-08-08 16:29:57 +02:00
98712a6051
fix(logs): remove instrument because it was just spamming logs
2026-08-08 16:28:11 +02:00
4d3cbb9fd6
fix(mm): spelling on criteria
2026-08-08 16:22:33 +02:00
48fea26321
fix(terraria): add new refactor features
2026-08-08 16:05:31 +02:00
36c044233f
Merge pull request 'Update Rust crate async-trait to v0.1.92' ( #63 ) from renovate/async-trait-0.x-lockfile into v0
...
Reviewed-on: spacebar/rust-nex#63
2026-08-08 15:40:34 +02:00
adee973e11
Merge pull request 'Update Rust crate thiserror to v2.0.20' ( #64 ) from renovate/thiserror-2.x-lockfile into v0
...
Reviewed-on: spacebar/rust-nex#64
2026-08-08 15:40:29 +02:00
1a6354460d
Update Rust crate thiserror to v2.0.20
2026-08-08 13:18:53 +00:00
47ae893cd8
Update Rust crate async-trait to v0.1.92
2026-08-08 13:18:39 +00:00
e5ada9dfcd
Merge pull request 'Update Rust crate sentry to 0.49.0' ( #61 ) from renovate/sentry-0.x into v0
...
Reviewed-on: spacebar/rust-nex#61
2026-08-08 07:48:20 +02:00
52893fb728
fix sentry integration
2026-08-08 07:38:08 +02:00
907845ae5b
Merge pull request 'Update Rust crate ctor to v1.0.12' ( #44 ) from renovate/ctor-1.x-lockfile into v0
...
Reviewed-on: spacebar/rust-nex#44
2026-08-08 07:36:03 +02:00
fab43614d8
Merge pull request 'Update Rust crate bytemuck to v1.25.2' ( #46 ) from renovate/bytemuck-1.x-lockfile into v0
...
Reviewed-on: spacebar/rust-nex#46
2026-08-08 07:35:54 +02:00
b17a077ff2
Merge pull request 'Update Rust crate tokio to v1.53.1' ( #50 ) from renovate/tokio-1.x-lockfile into v0
...
Reviewed-on: spacebar/rust-nex#50
2026-08-08 07:35:45 +02:00
b79a5910a2
Merge pull request 'Update Rust crate futures to v0.3.33' ( #55 ) from renovate/futures-0.x-lockfile into v0
...
Reviewed-on: spacebar/rust-nex#55
2026-08-08 07:35:37 +02:00
fce1cb8056
Merge pull request 'Update Rust crate serde to v1.0.229' ( #57 ) from renovate/serde-1.x-lockfile into v0
...
Reviewed-on: spacebar/rust-nex#57
2026-08-08 07:35:16 +02:00
7385b564f6
Merge pull request 'Update Rust crate serde_json to v1.0.151' ( #58 ) from renovate/serde_json-1.x-lockfile into v0
...
Reviewed-on: spacebar/rust-nex#58
2026-08-08 07:35:07 +02:00
5300602654
Merge pull request 'Update Rust crate base64 to 0.23.0' ( #60 ) from renovate/base64-0.x into v0
...
Reviewed-on: spacebar/rust-nex#60
2026-08-08 07:34:54 +02:00
5abf2bb028
Merge pull request 'Update Rust crate syn to v3' ( #62 ) from renovate/syn-3.x into v0
...
Reviewed-on: spacebar/rust-nex#62
2026-08-08 07:34:44 +02:00
37b740579a
Update Rust crate syn to v3
2026-08-08 04:48:37 +00:00
72cbaf17f0
Update Rust crate tokio to v1.53.1
2026-08-08 04:48:30 +00:00
f12e60709c
Update Rust crate sentry to 0.49.0
2026-08-08 04:48:08 +00:00
68b9c3a330
Update Rust crate base64 to 0.23.0
2026-08-08 04:48:02 +00:00
5b57ca642d
Update Rust crate serde_json to v1.0.151
2026-08-08 04:47:54 +00:00
62270330e9
Update Rust crate serde to v1.0.229
2026-08-08 04:47:45 +00:00
cc2f27ea7d
Update Rust crate futures to v0.3.33
2026-08-08 04:47:36 +00:00
b795593c4a
Update Rust crate ctor to v1.0.12
2026-08-08 04:47:29 +00:00
83a3bf998e
Update Rust crate bytemuck to v1.25.2
2026-08-08 04:47:21 +00:00
66ebc2a9f0
Merge pull request 'Update Rust crate thiserror to v2.0.19' ( #59 ) from renovate/thiserror-2.x-lockfile into v0
...
Reviewed-on: spacebar/rust-nex#59
2026-08-08 06:43:04 +02:00
476f8c7be3
Merge pull request 'Update Rust crate nex-account to v0.2.5' ( #56 ) from renovate/nex-account-0.x-lockfile into v0
...
Reviewed-on: spacebar/rust-nex#56
2026-08-08 06:42:58 +02:00
43191de687
Merge pull request 'Update Rust crate async-trait to v0.1.91' ( #53 ) from renovate/async-trait-0.x-lockfile into v0
...
Reviewed-on: spacebar/rust-nex#53
2026-08-08 06:42:53 +02:00
f04e85d496
drop musl support
...
it was a hard 3 minutes of thinking but i realized we run containers anyways so??? it was kinda useless
2026-08-08 06:31:07 +02:00
bfc1482328
i dont like spamming commits but its the only way to test ci
2026-08-08 06:24:45 +02:00
2a069d16e9
yeah i accept it
2026-08-08 06:20:48 +02:00