index
:
acron.git
master
Another rcon: WebSocket based remote server management
Yuuta Liang
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-07-22
feat(acronc): set SIGINT and SIGTERM handlers on Unix
Trumeet
2022-07-22
feat(libacron): ac_receive(): support setting a timeout
Trumeet
2022-07-22
fix(libacron): use WSAGetLastError() instead of errno for WinSock error codes
Trumeet
2022-07-22
feat(libacron): complete Win32 error message formatting
Trumeet
2022-07-22
fix(libacron): variable 'r' uninitialized in strerror2
Trumeet
2022-07-22
refactor(libacron): remove unused export.map
Trumeet
2022-07-22
feat(libacron): more customized ac_connection_parameters
Trumeet
2022-07-21
build(libacron): add install target
Trumeet
2022-07-21
build(libacron): add static library
Trumeet
2022-07-21
fix(libacron/acronc): complete cross-platform build
Trumeet
2022-07-21
fix(libacron/acronc): incorrect type passed to printf
Trumeet
2022-07-21
fix(libacron): ac_free not returned
Trumeet
2022-07-20
fix(libacron): ap_connect parameters not copied to connection
Trumeet
2022-07-20
refactor(libacron): use arg.app instead of inst->app, as per wic example
Trumeet
2022-07-20
refactor(libacron): remove unused int s in ac_connect
Trumeet
2022-07-20
fix(libacron): JSON object not freed after deserialization
Trumeet
2022-07-20
docs(libacron): add library docs
Trumeet
2022-07-20
fix(libacron): serializer_finalize not returned
Trumeet
2022-07-20
refactor(libacron): remove unused file
Trumeet
2022-07-20
libac: First Commit
Trumeet
2022-07-20
Fix LOGGER conflict
Trumeet
2022-07-19
Fix docs
Trumeet
2022-07-19
Fix docs
Trumeet
2022-07-14
Add pos and world in Entity
Trumeet
2022-07-14
Refactor: Use GSON to deserialize enum WorldKey
Trumeet
2022-07-14
Refactor: Move WorldKey, Vec2f and Vec3d to the common package
Trumeet
2022-07-13
Fix HTTP connection not closed after writing error codes in AuthHandler
Trumeet
2022-07-13
Use Java 16 instead
Trumeet
2022-07-13
Refactor WSFrameHandler to isolate the business logic
Trumeet
2022-07-13
Explain global error codes (400 and 500) in docs
Trumeet
2022-07-13
Use error 403 instead of cmd_denied to represent permission denial
Trumeet
2022-07-13
Add error codes to distinguish invalid requests and server errors
Trumeet
2022-07-13
Fix ID not working in ReqSetConfig
Trumeet
2022-07-13
Fix default ID of ReqCmd should be -1
Trumeet
2022-07-13
Move responses and events to separate packages
Trumeet
2022-07-13
Fix command leading slash not ignored during permission check
Trumeet
2022-07-13
Make the whole /acron command available only to admins
Trumeet
2022-07-13
First Commit
Yuuta Liang