]> de.git.xonotic.org Git - xonotic/darkplaces.git/commit
rcon: support variable expansion in received commands
authorbones_was_here <bones_was_here@xonotic.au>
Tue, 2 Jan 2024 23:35:09 +0000 (09:35 +1000)
committerbones_was_here <bones_was_here@xonotic.au>
Wed, 3 Jan 2024 01:11:47 +0000 (11:11 +1000)
commit48d83538ef13596d4569d46ae66467b63b945546
tree9e24379e573967ebe53c3c361a53a43f9d4ccb30
parent6d7ce4397972f050c17b11de2f75209bdd562b80
rcon: support variable expansion in received commands

How to send such a command without the client expanding it is currently
left as an exercise for the reader...

Signed-off-by: bones_was_here <bones_was_here@xonotic.au>
netconn.c