Changes from MUDLINK 2.6-Beta to 2.7-Beta

New Command.   @jargon   Looks up a word in the GNU jargon dict.
New Command.   @weather  Contacts the weather server way up north.
Much more better (as they say in Mississippi) write_data_in_child() copied.

Changes from MUDLINK 2.5-Beta to 2.6-Beta

Fixed bug in dict.c
Added the @geo command. for accessing the geography server at umich.
Added the common.c file to old routines used across more then one program.
Added an @cron command that allows MUDLINK to execute internal @cron commands
at any specified interval.  This is an optional feature.
Added an @rwho command for those users who don't have RWHO in their local 
MUD server, or who are very far away from an RWHO server netwise.
Made commands that fork() more modular in remote.c
Fixed the C code so that spaces in player names is no longer a parsing problem.
The above fix also made some command parsing faster.
Added the commands rinfo, @info, @geo, and @rwho support in all external 
MUF, MUSH, MOO, and LPC source code.
Added internal support for UDP protocol networking.  udp.c  Untested code.
Expanded interface.h and slightly modified interface.c for UDP support.
****************************************************************************
Changes from MUDLINK 2.4-Beta to 2.5-Beta

Added external LPC code for LPMUD support.
Added in server and external MOO code support for MOO's brain damaged preps.
Consolidated dict.c and reduced the code by more then 110 lines.
Got rid of all dynamic peer table stuff.  No more dumps.  Just reads in
the data/peer.in file.  Seems this stuff was confusing and not needed.
Cleaned up the help.c and stringutil.c just a tiny bit.
Added global lockouts for all MUCKS.  All versions of MUF.main upgraded.
Made allocation of buffer space smarter. Built a global struct.
Added a #define SELECT_TIMEOUT for fine tuning select()
Changed @stats to report the number of bytes received/transmitted. NOTE that
this does NOT capture bytes in forked @dict commands.
Changed the format of LPORT/MUDLINKPORT to int and got rid of atoi() calls.
Fixed the Makefile so that make install is the default.
Got rid of all references to "info-serv" in the source.
Renamed the executable to "mudlink" and the script to "start.mudlink"
Got rid of unused char pointers in descriptor_data struct and other clean up
in interface.c
****************************************************************************
Changes from MUDLINK 2.3-Beta to 2.4-Beta

Fixed a NASTY security leak in the @spell and @dict commands.
Changed various little things such as faster check_site() and better tracking
of p->status
****************************************************************************
Changes from MUDLINK 2.2-Beta to 2.3-Beta

dict.c completely re-written to support new options.
dict [-c] [-d] [-s] [-t] [-q] [-w] WORD
             -c  Complete WORD if found in the Oxford Dictionary.
             -d  Define WORD in the Concise Oxford Dictionary, 8th Ed.
             -s  Check spelling of WORD.
             -t  Look up WORD in the Oxford Thesaurus
             -q  Search for WORD in the Oxford Dictionary of Familiar 
                 Quotations (and Modern Q.)
             -w  Look up WORD in the CIA World Factbook
                 The default option is -d
Mods to interface.c, remote.c, interface.h, and externs.h for forkable 
@dict commands.
Addition of an @version command.
Cleaned up more code.  Cleaned up externs.h yet again.
Upgrades to all versions of MUF.main for rversion and better @pemit handling.
Upgrades to linktool (MUSH) for rversion command
****************************************************************************
Changes from MUDLINK 2.1-Beta to 2.2-Beta

Changes to interface.c for better status logging.
Changes to db.c for faster loading of the peer db.
Changes to stringutil.c parse_arg1() for faster parsing.
Cleaned up do_wizard() in wiz.c a bit.
Cleaned up db_write in wiz.c
****************************************************************************
Changes from MUDLINK 2.0-Beta to 2.1-Beta

Additions to remote.c game.c interface.c and externs.h for the rlook command.  
Changes to remote.c for remote page-poses.  
Additions to config.h for customized remote page and page-pose actions.  
Changes to db.c and db.h for dynamic memory allocation of the peer table.
Cleaned up interface.c slightly.
Upgrades to the mush tools podium and linktool to support the rlook command 
and better security on these tools.
Upgrades to all versions of MUF.main to support the rlook command.
Upgrades to all versions of MUF.conf to support the rlook command.
****************************************************************************
