summaryrefslogtreecommitdiff
path: root/minecctl
AgeCommit message (Expand)Author
2020-07-12Teach minecctl to delete servers on commandHEADmasterDavid Härdeman
2020-07-12Move more static strings to config.hDavid Härdeman
2020-07-12Teach minecproxy to use same dirs as minecctl, step 1David Härdeman
2020-07-12Some minor fixesDavid Härdeman
2020-07-12Teach minecctl to create proper mcserver files, auto-generate systemd service...David Härdeman
2020-07-12Move sprop_parse to shared libDavid 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 new command for minecctlDavid Härdeman
2020-07-09Move example config files to external files and generate at build timeDavid 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-07Change action verbs to be a bit more descriptiveDavid Härdeman
2020-07-07Flesh out the ping implementationDavid Härdeman
2020-07-07Fix repeated calls to server_get_default()David Härdeman
2020-07-06Add some license information and the beginning of Debian packagesDavid Härdeman
2020-07-05Add per-server announce settingDavid Härdeman
2020-07-04Add debug option for minecctl and prettify the output of dump_config() a bitDavid Härdeman
2020-07-01Teach connect_any to report the address it connected to in order to improve d...David Härdeman
2020-07-01Reduce some rcon duplication by using a common functionDavid Härdeman
2020-07-01Some renaming for consistency and some quick FIXME fixesDavid Härdeman
2020-07-01Improve the lint command furtherDavid Härdeman
2020-07-01Turn colors into global variablesDavid Härdeman
2020-07-01Change include configuration for shared directory to make header includes cle...David Härdeman
2020-07-01Improve line/error reporting in server config parsingDavid Härdeman
2020-06-30Keep track of current line number in config file parsingDavid Härdeman
2020-06-30Centralize scfg validation and use in minecctl to implement a lint commandDavid Härdeman
2020-06-30Share config parsing fully between server and cmdline toolDavid 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-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