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-12-05 00:00:00Z and 2019-12-06 00:00:00Z
Did not do a full test but it connected to the server from BotoX repo I do not know if ddnet server setup is different. There are some weird looking encoding things now in the output but it authenticates :)
$ python3 serverstatus-client.py
Connecting...
b'Authentication successful. Access granted.\n\x00\x00'
b'You are connecting via: IPv4\n\x00\x00'
b86b570 Port serverstatus-client.py to python3 - ChillerDragon
898b1ce Fix encoding and dependencys for serverstatus - ChillerDragon
33e4728 Merge pull request #12 from ChillerDragon/pr_stat_client_py3 - def-
Omg why does my vim always opens this command line thingy
14:41
idk how it is called exactly so i cant ask my search engine i do not know how to reproduce but my vim sometimes spawns a like 4 lines big sub thingy on the bottom that i have to quit to continue :/ send halp vim master race
d39eb0c shellcheck globbing and word splitting - ChillerDragon
655c501 shellecheck use non POSIX shell in /bin/sh script - ChillerDragon
6afc8e4 Merge pull request #14 from ChillerDragon/pr_shellcheck - def-