
Mon Mar  4 17:47:18 1996 By Annihilator

    Changed securityd to log this_player() when changing wizard
    level.

Tue Mar  5 10:05:12 1996 By Annihilator

    channeld.c now registers the channels that a user is 
    listening in the connection object instead of body object.

Thu Mar  7 12:25:58 1996 By Annihilator

    fixed several bugs in ftpd.c so it works fine with WWW
    browser too. (tested with Netscape 2.0 on SunOS)

Thu Mar  7 16:09:35 1996 By Annihilator

    fixed a bug that causes error when link-dead user report to
    system channel.

Tue Mar 12 12:00:51 1996 By Annihilator

    Changed cmd_d.c to find commands with foreach() instead of
    for(), this saves about 30 evaluation cost on each command
    search.

Tue Mar 12 14:14:32 1996 By Annihilator

    Added most daemon to inherit F_CLEAN_UP.

Tue Mar 12 14:19:55 1996 By Annihilator

    Added local daemon caching machenism to speed up local
    daemon referencing. Cached daemon cost 132 instructions on
    first time reference, and 19 on all later reference. 
    Uncached daemon cost 53 instructions on first time reference
    and 23 on all later reference.

Mon May  6 15:26:16 1996 By Annihilator

    Fixed ftpd.c's problem about transfering large binary files.
    (Added 'correct' handling to EECALLBACK in data_write_callback)

Sat Aug 17 11:37:01 1996 By Annihilator

    Fixed cmd_d.c and aliasd.c to have a create() to seteuid()
    to prevent such daemon lost root euid after reloaded.

Thu Sep  5 11:19:15 1996 By Annihilator

    Added security check in daemond.c, thus only objects with
    MUDLIB_UID or DOMAIN_UID can overwrite existing daemon
    registration.
