aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-22feat(libacron): ac_receive(): support setting a timeoutTrumeet
2022-07-22fix(libacron): use WSAGetLastError() instead of errno for WinSock error codesTrumeet
2022-07-22feat(libacron): complete Win32 error message formattingTrumeet
2022-07-22fix(libacron): variable 'r' uninitialized in strerror2Trumeet
2022-07-22refactor(libacron): remove unused export.mapTrumeet
2022-07-22feat(libacron): more customized ac_connection_parametersTrumeet
2022-07-21build(libacron): add install targetTrumeet
2022-07-21build(libacron): add static libraryTrumeet
2022-07-21fix(libacron/acronc): complete cross-platform buildTrumeet
2022-07-21fix(libacron/acronc): incorrect type passed to printfTrumeet
2022-07-21fix(libacron): ac_free not returnedTrumeet
2022-07-20fix(libacron): ap_connect parameters not copied to connectionTrumeet
2022-07-20refactor(libacron): use arg.app instead of inst->app, as per wic exampleTrumeet
2022-07-20refactor(libacron): remove unused int s in ac_connectTrumeet
2022-07-20fix(libacron): JSON object not freed after deserializationTrumeet
2022-07-20docs(libacron): add library docsTrumeet
2022-07-20fix(libacron): serializer_finalize not returnedTrumeet
2022-07-20refactor(libacron): remove unused fileTrumeet
2022-07-20libac: First CommitTrumeet
2022-07-20Fix LOGGER conflictTrumeet
2022-07-19Fix docsTrumeet
2022-07-19Fix docsTrumeet
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-13Use Java 16 insteadTrumeet
2022-07-13Refactor WSFrameHandler to isolate the business logicTrumeet
2022-07-13Explain global error codes (400 and 500) in docsTrumeet
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