aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/moe/ymc/acron/net
AgeCommit message (Expand)Author
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-13Move responses and events to separate packagesTrumeet
2022-07-13First CommitYuuta Liang