summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-26Some more cleanupsDavid Härdeman
2020-06-26Bring some more sanity to cmd parsingDavid Härdeman
2020-06-26Bring some sanity to cmd parsingDavid Härdeman
2020-06-25Only check for password if/when requiredDavid Härdeman
2020-06-25Oops, missed one fileDavid Härdeman
2020-06-25Flesh out minecctl some moreDavid Härdeman
2020-06-24Organise linker and cc flags a bitDavid 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
2020-06-23Split directories betterDavid Härdeman
2020-06-23Add skeleton of new mcserverctl binaryDavid Härdeman
2020-06-23Split out rcon protocol handling to separate fileDavid Härdeman
2020-06-23Remove allocations from server-rcon in preparation for splitting out rcon pro...David Härdeman
2020-06-23Move rcon to server-rcon in preparation for separate rcon toolDavid Härdeman
2020-06-23Add some more meson optionsDavid Härdeman
2020-06-22Add some more config optionsDavid Härdeman
2020-06-22Make announce interval a config optionDavid Härdeman
2020-06-22Fixup server connection timeoutsDavid Härdeman
2020-06-22Add a shared timer, remove timerfd usage from idle and announceDavid Härdeman
2020-06-22Add some minor fixes and the beginning of server autostartDavid Härdeman
2020-06-22Try to bump the max number of fdsDavid Härdeman
2020-06-22Add basic splice support to server-proxy (untested)David Härdeman
2020-06-22Some fixes to igmp logicDavid Härdeman
2020-06-22Properly hook up igmp with announceDavid Härdeman
2020-06-22config-parser is a better nameDavid Härdeman
2020-06-22Split out signal handling to a separate fileDavid Härdeman
2020-06-22Rename config to config-parseDavid Härdeman
2020-06-22Use more descriptive names in struct cfgDavid Härdeman
2020-06-22Rename proxy and cfgdir to more descriptive namesDavid Härdeman
2020-06-22Move local handling from server to proxyDavid Härdeman
2020-06-22Comment fixupDavid Härdeman
2020-06-22Make struct cfg global and make the corresponding changes throughoutDavid Härdeman
2020-06-22Close the other pipefdDavid Härdeman
2020-06-22Improve task descriptionsDavid Härdeman
2020-06-22Improve signal handler to mimic signalfd betterDavid Härdeman
2020-06-22Split idle into top-level task and per-server tasksDavid Härdeman
2020-06-22Oops, unbreak mc protocolDavid Härdeman
2020-06-21Move mcast task to a per-server task to get refcounting rightDavid Härdeman
2020-06-21Finish up the assert conversionDavid Härdeman
2020-06-21Convert three more files to use assertDavid Härdeman
2020-06-21Add streq and strcaseeq and use them throughoutDavid Härdeman
2020-06-20Add new assert macros, convert server.c to use themDavid Härdeman