Skip to content

QWFWD / command

29 of 29 · snapshot 1.40-dev

Name
Description
addip
Adds an address to the proxy's packet-filter list.
alias
Defines a named shortcut that runs one or more proxy commands.
banip
Bans an IP address from connecting to the proxy for a set length of time.
banlist
Prints the proxy's connection filter list as a numbered table: each entry's ID, the IP or IP range it matches, its type ("ban" or "safe"), and how long until it expires (or "permanent" for entries with no expiry).
banremove
Removes a single ban from the proxy's connection filter list, identified by the ID number shown next to it in the `banlist` output.
cllist
Prints the proxy's current client connections to the console, one per line.
cmdlist
Lists every console command the proxy supports, one name per line, and prints the total count at the end.
cvarlist
Lists every cvar currently registered on the proxy, one per line.
echo
Prints its arguments back to the proxy console, separated by spaces and followed by a newline.
exec
Runs a config file: reads the named .cfg file and executes the commands inside it as if they had been typed at the proxy console.
heartbeat
Forces the proxy to send a heartbeat to its master servers right away, instead of waiting for the normal interval (about every 5 minutes).
help
Prints a short hint telling you which two commands list what is available: 'cmdlist' for all commands and 'cvarlist' for all variables.
if
Runs a command only when a comparison is true, with an optional command to run when it is false.
inc
Adds an amount to a cvar's current numeric value.
listip
Prints the proxy's current packet-filter list (the entries created with `addip`).
quit
Shuts the proxy down.
removeip
Removes a single address from the proxy's packet-filter list (the list managed by `addip`).
serverinfo
Examines or changes the proxy's server info -- the set of key/value details (such as hostname, country, and coordinates) the proxy advertises about itself.
set
Assigns a value to a cvar.
svlist
Prints the proxy's current list of known QuakeWorld servers to the console.
toggle
Flips a cvar between off and on.
unalias
Removes a single alias by name.
unaliasall
Removes every alias at once, leaving none defined.
wait
Pauses the rest of the current command sequence until the next frame.
whitelist
Lists the destination-address whitelist: the set of remote server addresses this proxy is permitted to forward clients to.
whitelistadd
Adds one IPv4 address to the destination-address whitelist -- the set of remote server addresses this proxy is permitted to forward clients to.
whitelistpurge
Clears the destination-address whitelist -- removes every whitelisted remote server address at once.
whitelistremove
Removes one IPv4 address from the destination-address whitelist -- the set of remote server addresses this proxy is permitted to forward clients to.
writeip
Saves the proxy's current packet-filter list to a file so it survives a restart.