Development discussion. Logged to https://ddnet.tw/irclogs/ Connected with DDNet's IRC channel, Matrix room and GitHub repositories — IRC: #ddnet on Quakenet | Matrix: #ddnet-developer:matrix.org GitHub: https://github.com/ddnet
Between 2020-08-01 00:00:00Z and 2020-08-02 00:00:00Z
server receives the CONNECT, responds with CONNECTACCEPT containing a token (does not save anything about the client at this point)
02:50
client receives CONNECTACCEPT with token, replies with ACCEPT containing the same token
02:51
server receives the ACCEPT with the token that allows the server to verify that the client indeed played back the correct token, let's the client connect (starts saving data about the client now)