branchrust_reboot/main/rust_relay_servercancel

115 Commits over 150 Days - 0.03cph!

3 Months Ago
merge main -> rust_relay_server
3 Months Ago
encryption changes
3 Months Ago
merge main -> rust_server_relay
3 Months Ago
merge main -> rust_relay_server
3 Months Ago
simplified encryption again
3 Months Ago
Simplify encryption
3 Months Ago
Updated encryption strategy
3 Months Ago
Added optional encryption to Rust Relay
3 Months Ago
merge main -> rust_relay_server
3 Months Ago
Resolved stale state issue, tidied bootstrap
3 Months Ago
configuration overhaul, all relay settings are now convars
4 Months Ago
merge main -> rust_relay_server
4 Months Ago
merged main -> rust_relay_server
4 Months Ago
merge main -> rust_relay_server
4 Months Ago
Resolved relay startup issues, added relay.restart convar, tidied thread shutdown/restart
4 Months Ago
CodeGen after merge
4 Months Ago
merge main -> rust_relay_server
4 Months Ago
merge main -> rust_relay_server
4 Months Ago
resolved websocket reconnect spam, added relay convars for managing relay state (shutdown etc)
4 Months Ago
merge main -> rust_relay_server
4 Months Ago
move away from wss (it allocates)
4 Months Ago
4 Months Ago
merge main -> rust_relay_server
4 Months Ago
Add additional logging for websocket connection
4 Months Ago
merge main -> rust_relay_server
4 Months Ago
removed dupe packet send 🙈
4 Months Ago
reverted accidental splash screen setting tweak
4 Months Ago
main -> rust_relay_server
4 Months Ago
main -> rust_relay_server merge
4 Months Ago
offset packetType by lowestUserPacket
4 Months Ago
reduced packet spam, send stringPool as dict
4 Months Ago
merged main -> rust_relay_server
4 Months Ago
CodeGenned
4 Months Ago
merged main -> rust_relay_server
4 Months Ago
Debug.Log changes
4 Months Ago
brought back tuple param for UploadStringPoolToRelayAsync lol
4 Months Ago
Upload JSON instead of pair array in UploadStringPoolToRelayAsync
4 Months Ago
Reduced timeout on HttpClient, added enabled checking to upload paths
4 Months Ago
don't failover on map upload fail
4 Months Ago
Added failover, various optimizations
4 Months Ago
moved packet AddReference
4 Months Ago
Updated WebSocketSharp to not mutate packet data
5 Months Ago
repro
5 Months Ago
merged main -> rust_relay_server
5 Months Ago
pre merge (resolved packet sending issue)
5 Months Ago
merge main -> rust_server_relay
5 Months Ago
Various tweaks to Rust Relay config and transport
5 Months Ago
Removed UniTask (it's bad), moved time cache to Network thread AGAIN (thanks multithreading), removed frameNo ref (no thread safe way for me to access), added markers back, various simplifications
5 Months Ago
removed introduced allocations
5 Months Ago
moved frameNo+serverTs to NetWrite (main thread set)