OOB commands

From ioquake3 wiki

Jump to: navigation, search

Commands sent by client

Template:CommandDoc
sent to server from = in order to acknowledge server's connection challenge. When the server receives this command and accepts the connection, it will send a connectResponse message back to the client and will will send netchan messages to client from then on.
Template:CommandDoc
sent to server from = in order to ask server to send back a connection challenge.
Template:CommandDoc
sent to server from = and = in order to query the server's info.
Template:CommandDoc
sent to Template:ConstDoc ("authorize.quake3arena.com") from = in order to authorize its CD key. When a client requests a connection to a server, the server will send an getIpAuthorize command to Template:ConstDoc. The server will accept the client if a valid CD key was sent to the authorize server by that client in the last 15 minutes. (If no response is received from the authorize server after two tries, the client will be let in anyway.)
Template:CommandDoc
sent to Template:ConstDoc ("update.quake3arena.com") from = in order to ask for software update messages from id.
Template:CommandDoc
sent to Template:ConstDoc ("master.quake3arena.com") from = in order to request a list of open servers.
Template:CommandDoc
sent to server from = and = in order to query the server's status.

Commands sent by server

Template:CommandDoc
sent to Template:ConstDoc ("authorize.quake3arena.com") from = and = in order to ban a user from being able to play on the server through the auth server.
Template:CommandDoc
sent to client from = and = in response to client's getchallenge message. If the client successfully authenticates with the auth server, this message is sent to the client with a randomly generated challenge key. The client must then respond with this key in its = message in order to successfully connect.
Template:CommandDoc
sent to client from = to notify it that its connect command was accepted.
Template:CommandDoc
sent to an unknown client from = when the server receives a Netchan message from a client that is not connected.
Template:CommandDoc
sent to Template:ConstDoc ("authorize.quake3arena.com") from = in order to authorize a client's CD key. The server will accept the client only if the client sent a getKeyAuthorize message with a valid CD key to the authorize server in the last 15 minutes. (If no response is received from the authorize server after two tries, the client will be let in anyway.)
Template:CommandDoc
sent to master servers from = to update the master servers about the server's current status. The master servers include Template:ConstDoc ("master.quake3arena.com") and/or whatever is listed in Template:CvarDoc, Template:CvarDoc, Template:CvarDoc, Template:CvarDoc, and Template:CvarDoc.
Template:CommandDoc
sent to client from = in response to client's getinfo command.
Template:CommandDoc
sent to client from = and = in order to print a console message notifying the user why his connection isn't accepted. Also sent by = on the behest of = in order to redirect console output to a remote console.
Template:CommandDoc
sent to client from = in response to client's getstatus command.

See also

Personal tools