dbm/
misc/
old-docs/
changes, to date:
  - setting an exit OBVIOUS causes to be listed after the conents when someone
    looks around. setting an exit DARK causes it not to generate "has left"
    or "has arrived" messages.
  - enter/leave and all support commands now function. See the help system.
  - Players can be taken/dropped just like any other object. @LOCK YOURSELF.
    @drop/@odrop for players have now become @kill/@okill.
  - timestamps are back to normal. @oxenter and @oxleave now function;
    naming conventions throughout have been rewritten. passwords are
    now encrypted.
  - @doing has been added. note this works DIFFERENTLY than it does in all
    other mud types, including TeenyMUD 1.3, and the where command has
    been added.
  - rooms now have parents. if an exit is not matched in the current, all
    parents are searched, back to the root room. the parent can be set with
    the second argument to @dig, or with @teleport. if an exit isn't matched
    within an object/player, the root is the only room searched.
  - exits can now be linked to objects.
  - exits can be @opened and droped within objects/players. THIS DOES NOT
    FUNCTION AS IT DOES IN TINYMUCK.
  - @oteleport and @oxteleport now function. See the help files on them.
  - the bug in @copy seems to be fixed. cross your fingers.
  - @elock and @eunlock are history, replaced by additional arguments to
    @lock and @unlock. See the help pages.
  - @action and @attach have been added. they work as expected.
  - @action is gone, replaced by the third argument to @open. See the
    help page. also, see the help page for the new flag, EXTERNAL. Also
    'help exits' for details on exit matching order.
  - internal rewrite of name display routines, removal of custom itoa().
  - player names may now have spaces.
  - player gender is now stored with flags, rather than a string.
version 0.56:
  - the TEMPLE flags is gone, along with the other bits of the "economy".
  - new commands, @efail and @oefail.
  - emote paging
version 0.60:
  - added GUEST flag
  - and more, but i'm not telling, yet :)