Tags: ddnet/ddnet
Tags
Fix rejoin with 128 player translation Reported by theanister on Discord: https://discord.com/channels/252358080522747904/342454474117218334/1537107307568177293
server/client: Support TLS websockets & hot-reloading certificates Required for https emscripten client on https://client.ddnet.org/nightly/ Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Reset response token for each packet received by the server The response token is only set for some packets, so without resetting it the token of an earlier packet was reused for all following packets of the same batch. A single 0.7 control message from anyone therefore made the server treat the remaining packets as 0.7 packets, which among other things stops it from answering master server challenges until the next batch. The client already resets the token for every packet. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
PreviousNext