summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-28Run clang-format on igmp.c as wellDavid Härdeman
2020-06-28Run clang-format on source tree (excl igmp.c)David Härdeman
2020-06-27Create a shared mc protocol implementation and use it in the proxy and cmd li...David Härdeman
2020-06-26Split misc commands into a separate fileDavid Härdeman
2020-06-26Allow commands to return success or not rather than just dyingDavid Härdeman
2020-06-26Pass struct cfg throughoutDavid Härdeman
2020-06-26Some renaming to give all functions in server.c a proper prefixDavid Härdeman
2020-06-26Split off all server functionality to a separate fileDavid Härdeman
2020-06-26Properly cleanup and free struct cfg and serversDavid Härdeman
2020-06-26Rename shortname to name...to make it shorterDavid Härdeman
2020-06-26Document stopallDavid Härdeman
2020-06-26Implement stopall part 2David Härdeman
2020-06-26Make args to get_player_count optionalDavid Härdeman
2020-06-26Implement stop all, part 1David Härdeman
2020-06-26Improve config dumping in minecctlDavid Härdeman
2020-06-26Use some of the new list.h features in minecctlDavid Härdeman
2020-06-26Update list.h to latest kernel versionDavid Härdeman
2020-06-26Make the server handling in minecctl sanerDavid Härdeman
2020-06-26Some more cleanupsDavid Härdeman
2020-06-26Bring some more sanity to cmd parsingDavid Härdeman
2020-06-26Bring some sanity to cmd parsingDavid Härdeman
2020-06-25Only check for password if/when requiredDavid Härdeman
2020-06-25Oops, missed one fileDavid Härdeman
2020-06-25Flesh out minecctl some moreDavid Härdeman
2020-06-24Organise linker and cc flags a bitDavid Härdeman
2020-06-24Some more minor annotationsDavid Härdeman
2020-06-24Some more minor warning fixesDavid Härdeman
2020-06-24Add STRLEN constant macroDavid Härdeman
2020-06-24Add some more annotationsDavid Härdeman
2020-06-24Add global _GNU_SOURCE defineDavid Härdeman
2020-06-24Make async dns an explicit argumentDavid Härdeman
2020-06-24Simplify config_parse_headerDavid Härdeman
2020-06-24Make minecctl actually do somethingDavid Härdeman
2020-06-23Move config-parser to shared libDavid Härdeman
2020-06-23Big renaming, move some more functionality to shared libDavid Härdeman
2020-06-23Split directories betterDavid Härdeman
2020-06-23Add skeleton of new mcserverctl binaryDavid Härdeman
2020-06-23Split out rcon protocol handling to separate fileDavid Härdeman
2020-06-23Remove allocations from server-rcon in preparation for splitting out rcon pro...David Härdeman
2020-06-23Move rcon to server-rcon in preparation for separate rcon toolDavid Härdeman
2020-06-23Add some more meson optionsDavid Härdeman
2020-06-22Add some more config optionsDavid Härdeman
2020-06-22Make announce interval a config optionDavid Härdeman
2020-06-22Fixup server connection timeoutsDavid Härdeman
2020-06-22Add a shared timer, remove timerfd usage from idle and announceDavid Härdeman
2020-06-22Add some minor fixes and the beginning of server autostartDavid Härdeman
2020-06-22Try to bump the max number of fdsDavid Härdeman
2020-06-22Add basic splice support to server-proxy (untested)David Härdeman
2020-06-22Some fixes to igmp logicDavid Härdeman
2020-06-22Properly hook up igmp with announceDavid Härdeman