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
/
minecctl.h
Age
Commit message (
Collapse
)
Author
2020-07-12
Teach minecctl to split things into data and cfg dir, also read config ↵
David Härdeman
variables from the server.properties file
2020-07-11
Flesh out the new command a bit more
David Härdeman
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-06
Add some license information and the beginning of Debian packages
David Härdeman
2020-07-04
Add debug option for minecctl and prettify the output of dump_config() a bit
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-26
Allow commands to return success or not rather than just dying
David Härdeman
2020-06-26
Split off all server functionality to a separate file
David Härdeman
2020-06-26
Properly cleanup and free struct cfg and servers
David Härdeman
2020-06-26
Rename shortname to name...to make it shorter
David Härdeman
2020-06-26
Make the server handling in minecctl saner
David Härdeman
2020-06-26
Bring some sanity to cmd parsing
David Härdeman
2020-06-25
Only check for password if/when required
David Härdeman
2020-06-25
Flesh out minecctl some more
David Härdeman