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-03-28 00:00:00Z and 2020-03-29 00:00:00Z
I've got a 0.6.5 vanilla server to support both 0.6 and 0.7 clients. https://github.com/timakro/teeworlds/tree/sixup You can play deathmatch right now, a lot doesn't work yet e.g. chat, spectate, serverstatus, mastersrvs(edited)
I added basic libnotify support for linux client. It's optional like mysql. Default value is OFF. Also we can move macos notifications to notfications.cpp in the future.
Tokens are added to the protocol in order to prevent IP spoofing attacks
from being successful.
A new flag has been added to the packet header, in previously unused
space that has incorrectly been...