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
/
misc-commands.c
Age
Commit message (
Expand
)
Author
2020-07-11
Flesh out the new command a bit more
David Härdeman
2020-07-09
Implement new command for minecctl
David Härdeman
2020-07-09
Move example config files to external files and generate at build time
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-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-04
Add debug option for minecctl and prettify the output of dump_config() a bit
David Härdeman
2020-07-01
Improve the lint command further
David Härdeman
2020-07-01
Change include configuration for shared directory to make header includes cle...
David Härdeman
2020-07-01
Improve line/error reporting in server config parsing
David Härdeman
2020-06-30
Keep track of current line number in config file parsing
David Härdeman
2020-06-30
Centralize scfg validation and use in minecctl to implement a lint command
David Härdeman
2020-06-30
Share config parsing fully between server and cmdline tool
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