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
/
shared
Age
Commit message (
Expand
)
Author
2020-07-12
Teach minecctl to delete servers on command
HEAD
master
David Härdeman
2020-07-12
Some minor fixes, in particular, don't free scfg too early
David Härdeman
2020-07-12
Move more static strings to config.h
David Härdeman
2020-07-12
Make sure listening to IPv4 and IPv6 at the same time works as intended
David Härdeman
2020-07-12
Teach minecproxy to use same dirs as minecctl, step 2
David Härdeman
2020-07-12
Teach minecproxy to use same dirs as minecctl, step 1
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-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-05
Add per-server announce setting
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
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
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
Update list.h to latest kernel version
David Härdeman
2020-06-25
Only check for password if/when required
David Härdeman
2020-06-25
Flesh out minecctl some more
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