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
Age
Commit message (
Collapse
)
Author
2020-06-30
Clarify active players function name
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
Introduce the possibility of specifying serveral commands in one go
David Härdeman
2020-06-28
Run clang-format on igmp.c as well
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 ↵
David Härdeman
line tool
2020-06-26
Split misc commands into a separate file
David Härdeman
2020-06-26
Allow commands to return success or not rather than just dying
David Härdeman
2020-06-26
Pass struct cfg throughout
David Härdeman
2020-06-26
Some renaming to give all functions in server.c a proper prefix
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
Document stopall
David Härdeman
2020-06-26
Implement stopall part 2
David Härdeman
2020-06-26
Make args to get_player_count optional
David Härdeman
2020-06-26
Implement stop all, part 1
David Härdeman
2020-06-26
Improve config dumping in minecctl
David Härdeman
2020-06-26
Use some of the new list.h features in minecctl
David Härdeman
2020-06-26
Update list.h to latest kernel version
David Härdeman
2020-06-26
Make the server handling in minecctl saner
David Härdeman
2020-06-26
Some more cleanups
David Härdeman
2020-06-26
Bring some more sanity to cmd parsing
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
Oops, missed one file
David Härdeman
2020-06-25
Flesh out minecctl some more
David Härdeman
2020-06-24
Organise linker and cc flags a bit
David Härdeman
2020-06-24
Some more minor annotations
David Härdeman
2020-06-24
Some more minor warning fixes
David Härdeman
2020-06-24
Add STRLEN constant macro
David Härdeman
2020-06-24
Add some more annotations
David Härdeman
2020-06-24
Add global _GNU_SOURCE define
David Härdeman
2020-06-24
Make async dns an explicit argument
David Härdeman
2020-06-24
Simplify config_parse_header
David Härdeman
2020-06-24
Make minecctl actually do something
David Härdeman
2020-06-23
Move config-parser to shared lib
David Härdeman
2020-06-23
Big renaming, move some more functionality to shared lib
David Härdeman
2020-06-23
Split directories better
David Härdeman
2020-06-23
Add skeleton of new mcserverctl binary
David Härdeman
2020-06-23
Split out rcon protocol handling to separate file
David Härdeman
2020-06-23
Remove allocations from server-rcon in preparation for splitting out rcon ↵
David Härdeman
protocol handling
2020-06-23
Move rcon to server-rcon in preparation for separate rcon tool
David Härdeman
2020-06-23
Add some more meson options
David Härdeman
2020-06-22
Add some more config options
David Härdeman
2020-06-22
Make announce interval a config option
David Härdeman
2020-06-22
Fixup server connection timeouts
David Härdeman
2020-06-22
Add a shared timer, remove timerfd usage from idle and announce
David Härdeman
2020-06-22
Add some minor fixes and the beginning of server autostart
David Härdeman
[next]