XROUTER v181h - Changes since v181e:
====================================

v181f:
~~~~~~
- Added WX command, and decoding of up to 5 APRS wx stations.

- Added HTTPPORT keyword to xrouter.cfg, enabling the http server to be
  moved to any TCP port number.

- Modifications to EAX25 to prevent assymetric links in the event of
  simultaneous opening when one station requests the use of EAX25 and
  the other wants to use old AX25.

- Added Server Side Includes (SSI) to HTTP server, providing another
  method of generating dynamic HTML.  The SSI commands currently accepted
  are as follows:

  Command    Attribute 	Attribute value
  ~~~~~~~    ~~~~~~~~~	~~~~~~~~~~~~~~~~~
  ECHO       VAR        DATE_LOCAL
  ECHO	     VAR        LAST_MODIFIED
  EXEC       CMD        <any node cmd string>
  FLASTMOD   FILE       <relative filename>
  FSIZE      FILE       <relative filename>
  INCLUDE    FILE       <any file under current dir>
  INCLUDE    VIRTUAL    <any file within http tree>

  There are plenty of SSI tutorials on the web, so I won't waste time
  trying to explain these.  It has to be remembered that Xrouter's
  prime purpose is to be a packet router *not* a server, hence the
  limited scope of these commands and the reason I don't include full
  cgi-bin capability.  XServ provides that if you need a DOS mail / web
  server.

- Memory blocks counts weren't cleared upon restart, so after several
  restarts the figures were high - fixed.

- HTTP proxy sessions were being prematurely closed when the FIN was
  received from the target before all the data had been transmitted to
  the browser - fixed (v181g).

v181h:
~~~~~~
- Allowed EXTERN interface to use PROTOCOL=SLIP, for use with Xpipe.
  (You may find that earlier versions would receive SLIP over EXTERN but
  wouldn't transmit).
  
