|
|
21e3227347
|
add user limit
|
2026-04-26 01:06:05 +02:00 |
|
|
|
b4ad3d9c6f
|
inform about people coming online
|
2026-04-26 00:59:08 +02:00 |
|
|
|
cb40f585a8
|
Merge branch 'v0' into 'v0'
Add dynamic access key
See merge request spfn/rust-nex!7
|
2026-04-25 23:07:51 +02:00 |
|
|
|
b3c351100b
|
Merge branch rust-nex:v0 into v0
|
2026-04-25 21:05:47 +00:00 |
|
|
|
c705b59e31
|
fix anydataholder
|
2026-04-25 20:49:31 +02:00 |
|
|
|
9d89bc56e0
|
add data to structs which were missing it
|
2026-04-25 19:15:23 +02:00 |
|
|
|
3e8b96c820
|
fix build error
|
2026-04-25 18:54:44 +02:00 |
|
|
|
3c8ba491dd
|
add data
|
2026-04-25 18:40:32 +02:00 |
|
|
|
51e7c63d66
|
add delete persistent notif
|
2026-04-25 17:24:28 +02:00 |
|
|
|
666a0b1ad7
|
fix nintendo notifications
|
2026-04-25 16:56:55 +02:00 |
|
|
|
2c08e35c36
|
make fragment size smaller
|
2026-04-25 16:40:54 +02:00 |
|
|
|
f9ce137c04
|
sleep inside the packet send task instead of outside
|
2026-04-25 15:41:58 +02:00 |
|
|
|
aaa530341d
|
minimize the time we hold locks for and add sleep
|
2026-04-25 15:23:53 +02:00 |
|
|
|
02c08e6c75
|
add debugging
|
2026-04-25 15:06:00 +02:00 |
|
|
|
0d026373db
|
fix compile error
|
2026-04-25 14:24:33 +02:00 |
|
|
|
20fc294a36
|
implement friendships
|
2026-04-25 14:15:42 +02:00 |
|
|
|
58c9e43fa3
|
add fragments to v0 outgoing packets
|
2026-04-25 12:59:49 +02:00 |
|
|
|
731fa91b72
|
fix potential crash bug
|
2026-04-25 10:52:40 +02:00 |
|
|
|
40793af5c3
|
revert mostly back and try less big changes
|
2026-04-25 00:06:04 +02:00 |
|
|
|
9352687a4a
|
fix building
|
2026-04-24 23:43:57 +02:00 |
|
|
|
9fdca492c4
|
yet another another attempt
|
2026-04-24 23:33:56 +02:00 |
|
|
|
757ca292b9
|
yet another attempt
|
2026-04-24 23:05:53 +02:00 |
|
|
|
7ff0950617
|
only let hosts see their own joins and let all other players not see their own joins
|
2026-04-24 22:53:12 +02:00 |
|
|
|
09e5b1f92a
|
try fixing matchmaking again really hopefully
|
2026-04-24 22:38:25 +02:00 |
|
|
|
81824b1540
|
try fixing matchmaking again
|
2026-04-24 22:09:02 +02:00 |
|
|
|
e874bf142d
|
fix self holepunch
|
2026-04-24 21:38:31 +02:00 |
|
|
|
c9c4a575b5
|
oops
|
2026-04-12 22:35:07 +02:00 |
|
|
|
fc39e3295b
|
Correctly evaluate access key
|
2026-04-12 22:33:02 +02:00 |
|
|
|
6d13907588
|
Dynamically define access key
|
2026-04-12 22:15:15 +02:00 |
|
|
|
a09c1c3d79
|
Merge branch 'friendsfix' into 'v0'
Friendsfix
See merge request spfn/rust-nex!6
|
2026-04-12 21:33:57 +02:00 |
|
|
|
ec3477afaa
|
Merge branch 'v0' into 'v0'
Fix results POST and GET
See merge request spfn/rust-nex!5
|
2026-04-12 21:32:53 +02:00 |
|
|
|
2fc2a0ac1e
|
implement nintendo_create_account
|
2026-04-12 18:56:08 +02:00 |
|
|
|
3c651e874c
|
start work on implementing account management for friends
|
2026-04-12 18:05:52 +02:00 |
|
|
|
7dd6265edd
|
fix guest login on backend
|
2026-04-12 17:10:07 +02:00 |
|
|
|
8164317b19
|
fix friends connection
|
2026-04-11 21:59:37 +02:00 |
|
|
|
b503363e56
|
add check setting status
|
2026-04-11 20:24:13 +02:00 |
|
|
|
dd4015b2c4
|
tie connections to a session id + prudp socket address
|
2026-04-11 20:02:10 +02:00 |
|
|
|
1c8352a235
|
actually delete connection if someone disconnects
|
2026-04-11 18:16:20 +02:00 |
|
|
|
c5677e304d
|
add more debugging logs
|
2026-04-11 16:36:57 +02:00 |
|
|
|
26fc8cb077
|
Remove debugging statements
|
2026-04-06 22:34:40 +02:00 |
|
|
|
5392e08ea2
|
Temporary debugging
|
2026-04-06 22:09:38 +02:00 |
|
|
|
d9fa70bbee
|
Merge branch 'friendsfix' into 'v0'
fix friends
See merge request spfn/rust-nex!4
|
2026-04-06 16:43:14 +02:00 |
|
|
|
0ef484ffd2
|
fix friends
|
2026-04-06 16:42:08 +02:00 |
|
|
|
e6ea4378fe
|
Merge branch 'v0' into 'v0'
Add NEX results and fix timers
See merge request spfn/rust-nex!3
|
2026-04-06 15:35:55 +02:00 |
|
|
|
55b3959797
|
Add NEX results and fix timers
|
2026-04-06 15:35:55 +02:00 |
|
|
|
aa18d1ee3e
|
fix prudpv1
|
2026-03-25 00:42:30 +01:00 |
|
|
|
4ad883a54d
|
add debug logging to ticket generation for debugging
|
2026-03-24 23:27:46 +01:00 |
|
|
|
b6b7d2559d
|
fix type errors in auth_handler.rs
|
2026-03-24 15:20:38 +01:00 |
|
|
|
785341e883
|
fix port binding
|
2026-03-24 15:48:56 +01:00 |
|
|
|
dad8ac498c
|
fix having fixed size key
|
2026-02-01 21:31:32 +01:00 |
|