summaryrefslogtreecommitdiff
path: root/minecctl/minecctl.h
AgeCommit message (Expand)Author
2020-07-12Teach minecctl to delete servers on commandHEADmasterDavid Härdeman
2020-07-12Teach minecctl to split things into data and cfg dir, also read config variab...David Härdeman
2020-07-11Flesh out the new command a bit moreDavid Härdeman
2020-07-09Implement a basic init command in minecctl to create an initial example configDavid Härdeman
2020-07-07Improve handling of info and status commandsDavid Härdeman
2020-07-06Add some license information and the beginning of Debian packagesDavid Härdeman
2020-07-04Add debug option for minecctl and prettify the output of dump_config() a bitDavid Härdeman
2020-06-28Introduce the possibility of specifying serveral commands in one goDavid Härdeman
2020-06-28Run clang-format on source tree (excl igmp.c)David Härdeman
2020-06-26Allow commands to return success or not rather than just dyingDavid 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-26Make the server handling in minecctl sanerDavid 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-25Flesh out minecctl some moreDavid Härdeman