Commit graph

606 commits

Author SHA1 Message Date
72cbaf17f0 Update Rust crate tokio to v1.53.1 2026-08-08 04:48:30 +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
87c9eedac0 oh right its a workspace
listen guys, its 6am, ive been working at this all night, have some mercy, ok?
2026-08-08 06:18:01 +02:00
abda534e17 please work 2026-08-08 06:13:32 +02:00
0f6546f717 vendor OpenSSL
yes, build time goes up but my worries go down.
2026-08-08 06:06:44 +02:00
6a4764082d remove statically linked openSSL
it just causes us grief for something that can be easily avoided by just using minimal alpine images. we can revisit it later if needed.
2026-08-08 06:02:45 +02:00
25d58b3083 attempt fix 2026-08-08 05:58:08 +02:00
9a621ed6bd CI refactor 2026-08-08 05:53:38 +02:00
7c5ed826f4 merge 2026-08-08 05:38:15 +02:00
7e507c7f68 fix pesky bug preventing v0 from working 2026-08-08 05:33:34 +02:00
535051be75 Update Rust crate thiserror to v2.0.19 2026-08-08 03:02:10 +00:00
e433de67f3 Merge pull request 'Add Terraria Edition' (#45) from feat/terraria into v0
Reviewed-on: spacebar/rust-nex#45
2026-08-08 04:17:57 +02:00
0b970c3be2 Merge branch 'v0' into feat/terraria 2026-08-08 04:17:51 +02:00
2a0d3c40e7 Merge pull request 'Update Rust crate anyhow to v1.0.104' (#52) from renovate/anyhow-1.x-lockfile into v0
Reviewed-on: spacebar/rust-nex#52
2026-08-08 04:17:41 +02:00
ea928ab6dd Update Rust crate nex-account to v0.2.5 2026-08-08 01:47:42 +00:00
fc54e6f77a Update Rust crate async-trait to v0.1.91 2026-08-08 01:47:11 +00:00
ba57a33483 Update Rust crate anyhow to v1.0.104 2026-08-08 01:47:05 +00:00
95ac6d922b Merge branch 'v0' into feat/terraria 2026-08-08 03:39:54 +02:00
c351a8826a friends bugfix 2026-08-08 03:34:59 +02:00
36621bc19d Merge branch 'v0' into feat/terraria 2026-08-08 03:24:54 +02:00
e67ad3c09e Merge branch 'v0' of https://git.spbr.net/spacebar/rust-nex into v0 2026-08-08 03:20:27 +02:00
e29e3f874c fix compile bugs 2026-08-08 03:13:29 +02:00
c2f45557da merge in latest refactor changes 2026-08-08 03:11:04 +02:00
8393ad3656 Add Terraria Edition 2026-08-07 18:18:04 +02:00
dca2900263 fix issue pointed out in #54
thanks @jonbarrow for informing us
2026-08-07 18:03:19 +02:00
7af0f0f99f Merge branch 'refactor' into v0 2026-07-22 03:08:24 +02:00
569f9a53e3 serialize data correctly 2026-07-22 02:46:23 +02:00
aff5d7c71d use send_buffer instead 2026-07-21 22:25:12 +02:00
7fff9ed3ac fix sending internal ping to console 2026-07-21 22:16:36 +02:00
d2e2aabe59 fix CI and sqlx prepare datastore too 2026-07-21 18:52:01 +02:00
3ec5855517 sqlx prepare 2026-07-21 18:45:22 +02:00
c692b4dd5c add modules to games 2026-07-21 18:43:28 +02:00
a709fd0a61 port latest v0 commits to refactor and general code cleanup 2026-07-21 18:32:16 +02:00
Maple Nebel
9b2287a3f0 adjustments to aggregate acknowledgement 2026-07-19 00:28:07 +02:00
Maple Nebel
e6520d99ec add packet resending on unacknowledged packet 2026-07-18 22:55:26 +02:00
Maple Nebel
40cdec017c fix compilation error 2026-07-18 01:24:58 +02:00
Maple Nebel
a8fdbeb025 implement incoming fragmented packets for v0 and v1 2026-07-18 01:12:27 +02:00
Maple Nebel
22252c929c ? 2026-07-15 00:30:46 +02:00
Maple Nebel
1644731d8f fix auth issues 2026-07-15 00:15:14 +02:00
Maple Nebel
c46b0c93d0 fix auth issues 2026-07-14 23:51:05 +02:00
Maple Nebel
44d00a3fd1 fix auth issues 2026-07-14 23:18:43 +02:00
Maple Nebel
375a09d6f7 fix weird error 2026-07-14 21:15:54 +02:00
Maple Nebel
3351386c33 fix env errors not showing 2026-07-14 21:05:13 +02:00
Maple Nebel
055b2e196a fix datastore 2026-07-14 20:26:41 +02:00
Maple Nebel
0938a8fbe5 Merge branch 'refactor' of ssh://ssh.spbr.net:51122/spacebar/rust-nex into refactor 2026-07-14 20:12:39 +02:00