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-28
fix(libacron): memory leak when received more than one frames
Trumeet
2022-07-27
Remove acronc/CMakeLists.txt
Trumeet
2022-07-27
fix(acronc): fix FreeBSD build
Trumeet
2022-07-27
docs(mod): fix wrong config key 'listen'
Trumeet
2022-07-27
feat(acronc): add Windows support
Trumeet
2022-07-27
fix(acronc): unable to input token
Trumeet
2022-07-27
build(acronc): switch to Meson
Trumeet
2022-07-27
build(libacron): subproject ready
Trumeet
2022-07-27
build(libacron): switch to Meson
Trumeet
2022-07-27
feat(mod): enforce cmd response ordering and termination
Trumeet
2022-07-27
feat(acronc): add id and host to the prompt
Trumeet
2022-07-27
fix(acronc): endif DEBUG
Trumeet
2022-07-26
feat(acronc): prettify cli experience
Trumeet
2022-07-26
fix(acronc): input <cmd><EOF> will cause illegal memory access
Trumeet
2022-07-26
feat(acronc): support reading token from env var ACRONC_TOKEN
Trumeet
2022-07-26
Move the mod to mod/
Trumeet
2022-07-26
build(acronc): statically link against libac
Trumeet
2022-07-26
fix(acronc): code cleanup
Trumeet
2022-07-26
refactor(libacron/acronc/helloworld): move to separate directories
Trumeet
2022-07-26
feat(acronc): add acronc(1), the Acron cli
Trumeet
2022-07-25
feat(libacron): support force disconnecting without writing anything
Trumeet
2022-07-24
fix(acron): add remap = false for MinecraftServerMixin#startServer
Trumeet
2022-07-23
fix(acron): incorrect cmd_out 'out' argument
Trumeet
2022-07-23
fix(acron): incorrect cmd_out type
Trumeet
2022-07-23
fix(helloworld): ACRONC_DEPS not used
Trumeet
2022-07-23
refactor(acronc): rename acronc to helloworld
Trumeet
2022-07-23
feat(acronc): guard the connection using a mutex
Trumeet
2022-07-23
feat(libacron/acronc): delegate socket IO to the client
Trumeet
2022-07-23
fix(libacron): Windows does not have 'm' dependency
Trumeet
2022-07-22
fix(acronc): add missing \n
Trumeet
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
[next]