summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2020-06-22config-parser is a better nameDavid Härdeman
2020-06-22Split out signal handling to a separate fileDavid Härdeman
2020-06-22Rename config to config-parseDavid Härdeman
2020-06-22Use more descriptive names in struct cfgDavid Härdeman
2020-06-22Rename proxy and cfgdir to more descriptive namesDavid Härdeman
2020-06-22Move local handling from server to proxyDavid Härdeman
2020-06-22Comment fixupDavid Härdeman