summaryrefslogtreecommitdiff
path: root/minecproxy
AgeCommit message (Expand)Author
2020-07-12Some minor fixes, in particular, don't free scfg too earlyDavid Härdeman
2020-07-12Move main.c to minecproxy.c for consistency and better debug msgsDavid Härdeman
2020-07-12Move more static strings to config.hDavid Härdeman
2020-07-12Make sure listening to IPv4 and IPv6 at the same time works as intendedDavid Härdeman
2020-07-12Teach minecproxy to also read additional properties from server.propertiesDavid Härdeman
2020-07-12Teach minecproxy to use same dirs as minecctl, step 2David Härdeman
2020-07-12Teach minecproxy to use same dirs as minecctl, step 1David Härdeman
2020-07-12Teach minecctl to create proper mcserver files, auto-generate systemd service...David Härdeman
2020-07-12Move sprop_parse to shared libDavid Härdeman
2020-07-12Teach minecctl to split things into data and cfg dir, also read config variab...David Härdeman
2020-07-07Flesh out the ping implementationDavid Härdeman
2020-07-06Add some license information and the beginning of Debian packagesDavid Härdeman
2020-07-05Fix some -Werror=format-security errorsDavid Härdeman
2020-07-05Add per-server announce settingDavid Härdeman
2020-07-04Fix splice implementationDavid Härdeman
2020-07-01Reduce some rcon duplication by using a common functionDavid Härdeman
2020-07-01Some renaming for consistency and some quick FIXME fixesDavid Härdeman
2020-07-01Turn colors into global variablesDavid Härdeman
2020-07-01Change include configuration for shared directory to make header includes cle...David Härdeman
2020-07-01Return some sanity to DNS handlingDavid Härdeman
2020-07-01Improve line/error reporting in server config parsingDavid Härdeman
2020-06-30Fix some of the fallout of the latest reorgDavid Härdeman
2020-06-30Keep track of current line number in config file parsingDavid Härdeman
2020-06-30Clarify active players function nameDavid Härdeman
2020-06-30Centralize scfg validation and use in minecctl to implement a lint commandDavid Härdeman
2020-06-30Share config parsing fully between server and cmdline toolDavid Härdeman
2020-06-28Run clang-format on igmp.c as wellDavid Härdeman
2020-06-28Run clang-format on source tree (excl igmp.c)David Härdeman
2020-06-27Create a shared mc protocol implementation and use it in the proxy and cmd li...David Härdeman
2020-06-26Update list.h to latest kernel versionDavid Härdeman
2020-06-25Flesh out minecctl some moreDavid Härdeman
2020-06-24Some more minor annotationsDavid Härdeman
2020-06-24Some more minor warning fixesDavid Härdeman
2020-06-24Add STRLEN constant macroDavid Härdeman
2020-06-24Add some more annotationsDavid Härdeman
2020-06-24Add global _GNU_SOURCE defineDavid Härdeman
2020-06-24Make async dns an explicit argumentDavid Härdeman
2020-06-24Simplify config_parse_headerDavid Härdeman
2020-06-24Make minecctl actually do somethingDavid Härdeman
2020-06-23Move config-parser to shared libDavid Härdeman
2020-06-23Big renaming, move some more functionality to shared libDavid Härdeman