Age | Commit message (Expand) | Author |
2020-07-12 | Teach minecproxy to use same dirs as minecctl, step 1 | David Härdeman |
2020-07-12 | Add internationalized debian templates | David Härdeman |
2020-07-12 | Add some more fixes to Debian packaging | David Härdeman |
2020-07-12 | Some minor fixes | David Härdeman |
2020-07-12 | Oops...missed git add:ing some files | David Härdeman |
2020-07-12 | Teach minecctl to create proper mcserver files, auto-generate systemd service... | David Härdeman |
2020-07-12 | Move sprop_parse to shared lib | David Härdeman |
2020-07-12 | Teach minecctl to split things into data and cfg dir, also read config variab... | David Härdeman |
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 | Add some man pages | David Härdeman |
2020-07-07 | Flesh out the ping implementation | David Härdeman |
2020-07-07 | Fix repeated calls to server_get_default() | David Härdeman |
2020-07-06 | Add some license information and the beginning of Debian packages | David Härdeman |
2020-07-05 | Fix some -Werror=format-security errors | David Härdeman |
2020-07-05 | Add per-server announce setting | 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-04 | Fix splice implementation | 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 | Some renaming for consistency and some quick FIXME fixes | 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-07-01 | Return some sanity to DNS handling | David Härdeman |
2020-07-01 | Improve line/error reporting in server config parsing | David Härdeman |
2020-06-30 | Fix some of the fallout of the latest reorg | David Härdeman |
2020-06-30 | Keep track of current line number in config file parsing | David Härdeman |
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 li... | David Härdeman |
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 |