summaryrefslogtreecommitdiff
path: root/minecctl/rcon-commands.c
AgeCommit message (Collapse)Author
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-06Add some license information and the beginning of Debian packagesDavid Härdeman
2020-07-01Teach connect_any to report the address it connected to in order to improve ↵David Härdeman
dbg messages
2020-07-01Reduce some rcon duplication by using a common functionDavid 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 ↵David Härdeman
clearer
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 ↵David Härdeman
line tool
2020-06-26Split misc commands into a separate fileDavid Härdeman