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 2019-09-03 00:00:00Z and 2019-09-04 00:00:00Z
@Learath2 if we replace the ninja check with the extended net obj freeze flag, then we can simply make it serverside because then it would be on ddnet servers only anyways
like there is always a proprietary blob involved if you want to do xDSL
15:32
also, on a more on topic note, linking to libcurl dynamically, we'd have to check whether any of the functions we use have a specific version requirement
curl compatibility. GitHub Gist: instantly share code, notes, and snippets.
15:51
quick survey of all the functions we use. it doesn't hurt to call the one that is only supported since 7.57.0, it will simply return an error (which we ignore)