This is version 0.92e of the masqdialer protocol. It is implemented by
cmserver-0.0.9.

Version 0.90e of the masqdialer protocol is the first version that I have made,
the main goal of this version is to increase the ability of the client and
server to appear more integrated.

The masqdialer system is only half duplex, that is only one side can talk at a
time.  A dialog will follow the following model:

1. The server acknowledges the client with "READY"
2. The client asks the server something, this command is restricted to a
   single line.  The main command is separated from arguments by a colon (':').
3. The server will respond to the client's request, it will either send a
   single line, or a BEGIN/END block.  A BEGIN/END block starts with the line
   "BEGIN" and ends with the line "END".  The server will report errors with
   "ERROR:".
4. Loop to step 1

Implemented commands

VERSION		Returns a single line containing version information for the
		server.
AUTHOR		Returns a single line containing the author of the server.
LICENSE		Will use a BEGIN/END block to send the client the server's
		LICENSE file.
HISTORY		Will use a BEGIN/END block to send the client the server's
		HISTORY file.
STAT		Will return a single line starting with UP or DOWN.  The second
		field (delimited by a colon), will have a connection name, and
		the third will have a speed.  If the connection is down there
		will be no second and third fields.
LIST		Will return a list of connections using a BEGIN/END block.
KILL		Will disconnect from the current ISP.
DIAL		Takes an argument of the connection you want to dial, this must
		match a connection returned from LIST exactly (this is case
		sensitive), and then executes the appropriate command to dial
		out the connection.
CINFO		Takes a connection as the argument, then spits out what it knows
		about the connection.  This is useful for debugging and
		eventually when the clients take advantage of it it will really
		increase the friendliness of the masqdialer system.
CIP		Return what the server thinks your IP address is, this is
		useful for debugging connections.
HALT		Make the server go down in a nice and friendly manner.
USER		Set the username to validate to this string.
PASS		Authorized the current user.
AUTH		Print out AUTHORIZED:username or NOT AUTHORIZED.
