X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=server.cmd;h=a15695793747dbd20b04bb941927a47b6d400bdc;hb=c60d17e2f5f4dd3addaf2af83abad99b460f8ad6;hp=9d7c4b08875a4f07333e78fce92701fc307d0db6;hpb=93232d81798a269d4e4b6ec73588be5caa3c1e25;p=paraslash.git diff --git a/server.cmd b/server.cmd index 9d7c4b08..a1569579 100644 --- a/server.cmd +++ b/server.cmd @@ -2,8 +2,8 @@ FN: server_command_list HC: prototypes for the server command handlers CC: array of server commands AT: server_command -AN: server_cmds IN: server user_list +SN: list of server commands --- N: chs P: DB_READ | DB_WRITE @@ -14,7 +14,7 @@ H: argument was given, print the name of the current selector. --- N: ff P: VSS_READ | VSS_WRITE -D: jmp amount of time forwards or backwards in current audio file +D: jump amount of time forwards or backwards in current audio file S: ff n[-] H: Set the 'R' (reposition request) bit of the vss status flags H: and enqueue a request to jump n seconds forwards or backwards @@ -36,14 +36,14 @@ H: for that command. --- N: hup P: VSS_WRITE -D: force reload of config file and log file +D: force reload of config file, log file and user list S: hup -H: After rereading the config file, a signal is sent to all children -H: which forces them to close/reopen the log file. +H: Reread the config file and the user list file, close and reopen the log +H: file, and tell all children to do the same. --- N: jmp P: VSS_READ | VSS_WRITE -D: mp to given position in current audio file +D: jump to given position in current audio file S: jmp [n] H: Set the 'R' (reposition request) bit of the vss status flags H: and enqueue a request to jump to n% of the current audio file,