aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-07-24fix(acron): add remap = false for MinecraftServerMixin#startServerTrumeet
2022-07-23fix(acron): incorrect cmd_out 'out' argumentTrumeet
2022-07-23fix(acron): incorrect cmd_out typeTrumeet
2022-07-20Fix LOGGER conflictTrumeet
2022-07-14Add pos and world in EntityTrumeet
2022-07-14Refactor: Use GSON to deserialize enum WorldKeyTrumeet
2022-07-14Refactor: Move WorldKey, Vec2f and Vec3d to the common packageTrumeet
2022-07-13Fix HTTP connection not closed after writing error codes in AuthHandlerTrumeet
2022-07-13Refactor WSFrameHandler to isolate the business logicTrumeet
2022-07-13Use error 403 instead of cmd_denied to represent permission denialTrumeet
2022-07-13Add error codes to distinguish invalid requests and server errorsTrumeet
2022-07-13Fix ID not working in ReqSetConfigTrumeet
2022-07-13Fix default ID of ReqCmd should be -1Trumeet
2022-07-13Move responses and events to separate packagesTrumeet
2022-07-13Fix command leading slash not ignored during permission checkTrumeet
2022-07-13Make the whole /acron command available only to adminsTrumeet
2022-07-13First CommitYuuta Liang