index
:
minecproxy.git
master
Unnamed repository; edit this file 'description' to name the repository.
David Härdeman
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
minecctl
/
rcon-commands.c
Age
Commit message (
Expand
)
Author
2020-07-09
Implement a basic init command in minecctl to create an initial example config
David Härdeman
2020-07-07
Improve handling of info and status commands
David Härdeman
2020-07-07
Change action verbs to be a bit more descriptive
David Härdeman
2020-07-07
Flesh out the ping implementation
David Härdeman
2020-07-06
Add some license information and the beginning of Debian packages
David Härdeman
2020-07-01
Teach connect_any to report the address it connected to in order to improve d...
David Härdeman
2020-07-01
Reduce some rcon duplication by using a common function
David Härdeman
2020-07-01
Improve the lint command further
David Härdeman
2020-07-01
Turn colors into global variables
David Härdeman
2020-07-01
Change include configuration for shared directory to make header includes cle...
David Härdeman
2020-06-30
Share config parsing fully between server and cmdline tool
David Härdeman
2020-06-28
Introduce the possibility of specifying serveral commands in one go
David Härdeman
2020-06-28
Run clang-format on source tree (excl igmp.c)
David Härdeman
2020-06-27
Create a shared mc protocol implementation and use it in the proxy and cmd li...
David Härdeman
2020-06-26
Split misc commands into a separate file
David Härdeman