aboutsummaryrefslogtreecommitdiff
path: root/client
AgeCommit message (Expand)Author
2022-08-09fix(acronc): optional player for AC_EVENT_PLAYER_DISCONNECTTrumeet
2022-07-29feat(mod/libacron): provide entity type to clientsTrumeet
2022-07-29build(helloworld): switch to MesonTrumeet
2022-07-29fix(libacron): spec incompliance: player is optional in disconnect eventsTrumeet
2022-07-29fix(libacron): incorrect pkg-config include dirTrumeet
2022-07-28build(libacron): add Arch Linux PKGBUILDTrumeet
2022-07-28fix(libacron): memory leak when received more than one framesTrumeet
2022-07-27Remove acronc/CMakeLists.txtTrumeet
2022-07-27fix(acronc): fix FreeBSD buildTrumeet
2022-07-27feat(acronc): add Windows supportTrumeet
2022-07-27fix(acronc): unable to input tokenTrumeet
2022-07-27build(acronc): switch to MesonTrumeet
2022-07-27build(libacron): subproject readyTrumeet
2022-07-27build(libacron): switch to MesonTrumeet
2022-07-27feat(acronc): add id and host to the promptTrumeet
2022-07-27fix(acronc): endif DEBUGTrumeet
2022-07-26feat(acronc): prettify cli experienceTrumeet
2022-07-26fix(acronc): input <cmd><EOF> will cause illegal memory accessTrumeet
2022-07-26feat(acronc): support reading token from env var ACRONC_TOKENTrumeet
2022-07-26build(acronc): statically link against libacTrumeet
2022-07-26fix(acronc): code cleanupTrumeet
2022-07-26refactor(libacron/acronc/helloworld): move to separate directoriesTrumeet
2022-07-26feat(acronc): add acronc(1), the Acron cliTrumeet
2022-07-25feat(libacron): support force disconnecting without writing anythingTrumeet
2022-07-23fix(helloworld): ACRONC_DEPS not usedTrumeet
2022-07-23refactor(acronc): rename acronc to helloworldTrumeet
2022-07-23feat(acronc): guard the connection using a mutexTrumeet
2022-07-23feat(libacron/acronc): delegate socket IO to the clientTrumeet
2022-07-23fix(libacron): Windows does not have 'm' dependencyTrumeet
2022-07-22fix(acronc): add missing \nTrumeet
2022-07-22feat(acronc): set SIGINT and SIGTERM handlers on UnixTrumeet
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