test
services.forgejo.enable = true;
sv_input_fifo server-input.fifo
, and then you can write stuff to the file and it will be ran by the server, echo "broadcast test!" > server-input.fifo
.server-input.fifo
file? It will be in the same directory as where you started the server, but otherwise you can specify an absolute file path, e.g. /home/myuser/server-input.fifo
instead.server-input.fifo
file? It will be in the same directory as where you started the server, but otherwise you can specify an absolute file path, e.g. /home/myuser/server-input.fifo
instead. has_finishes
to every community info, which specifies whether finishes can be shown for the community, regardless of whether any finishes are currently available for the player.
The community info must be adjusted when/before merging this, by adding the attribute has_finishes
to every community object, with the value true
for DDNet and false
for all other communities.
Closes #7957.
sv_input_fifo server-input.fifo
, and then you can write stuff to the file and it will be ran by the server, echo "broadcast test!" > server-input.fifo
. curl_easy_setopt
expects a CURL *
, but pHandle
is a void *
.
cmake . [-B build -G Ninja] && cmake --build [build] --parallel
ninja
when I just want to compile my project really quick without needing to think about whether it's cmake or meson :p