Commit Graph
15 Commits
Author SHA1 Message Date
Mark Vainomaa 21f03d5d50 Add prevent-proxy-connections option to make sending client IP to Mojang toggleable 2020-05-08 21:16:12 +03:00
Mark Vainomaa e0330e9f27 Move and rename key escaping methods while I'm here 2018-10-28 18:18:44 +02:00
Mark Vainomaa 0c86f02c49 Save configuration after loading to ensure new options being present in file
For example if you had `[forced-hosts]` section missing, and `[servers]`
section not having entries similar to default forced hosts ones, then
new configuration would fail at validation and new options wouldn't be
saved to file at all.
2018-10-28 18:15:34 +02:00
Mark Vainomaa 25f6ca410c Make servers list option more readable 2018-10-27 22:54:10 +03:00
Mark Vainomaa 2b4b77ef95 Fix missing constructor parameter and not loading show-plugins option from configuration 2018-10-27 22:52:04 +03:00
Mark Vainomaa b86622b849 Improve comments 2018-10-27 22:50:05 +03:00
Mark Vainomaa 1e0ec8ad66 Better description, make class abstract 2018-10-27 22:49:38 +03:00
Mark Vainomaa 85e43727cf Improve code style, grammar and other fixes 2018-10-27 22:49:37 +03:00
Mark Vainomaa fdc83261cb Add missing constructor parameter 2018-10-27 22:48:18 +03:00
Mark Vainomaa 793477b898 Improve code style 2018-10-27 22:48:18 +03:00
Mark Vainomaa ff6a6ad40b Add native forced hosts support 2018-10-27 22:36:52 +03:00
Mark Vainomaa 447e7d1d50 Adapt to upcoming Checker framework related changes 2018-10-27 21:38:20 +03:00
Mark Vainomaa ea43b8ff60 Add Query event 2018-10-27 19:57:48 +03:00
Mark VainomaaandAndrew Steinborn fe79c66171 GS4 Query handler (#20) 2018-08-07 07:32:22 -04:00
Mark Vainomaa 9ca1707df3 Fix unregisterConnection using non-lowercase username
Fixes #18
2018-08-06 19:06:25 +03:00