summaryrefslogtreecommitdiff
path: root/rcon.c
AgeCommit message (Expand)Author
2020-06-23Move rcon to server-rcon in preparation for separate rcon toolDavid Härdeman
2020-06-22Add some minor fixes and the beginning of server autostartDavid Härdeman
2020-06-22Make struct cfg global and make the corresponding changes throughoutDavid Härdeman
2020-06-21Finish up the assert conversionDavid Härdeman
2020-06-20Make logging messages consistent in adding a newline for all messagesDavid Härdeman
2020-06-20Introduce helper for checking if a task is deadDavid Härdeman
2020-06-19Add support for async DNSDavid Härdeman
2020-06-19Some minor cleanupsDavid Härdeman
2020-06-16Convert rcon to use debuggingDavid Härdeman
2020-06-11Convert rcon to use struct connectionDavid Härdeman
2020-06-11Create a helper function to loop through different possible connections and c...David Härdeman
2020-06-11Add some socket options to minecraft protocol socketsDavid Härdeman
2020-06-10Make all sockets close-on-execDavid Härdeman
2020-06-10Improve refcountingDavid Härdeman
2020-06-10Add some basic memory tracking infrastructure while hackingDavid Härdeman
2020-06-10Introduce a common task buffer and convert cfgdir and rcon to use itDavid Härdeman
2020-06-09Add an rcon shutdown methodDavid Härdeman