muse1.7b4/
muse1.7b4/config/
muse1.7b4/doc/
muse1.7b4/run/
muse1.7b4/run/db/
muse1.7b4/src/
muse1.7b4/src/db/
muse1.7b4/src/files/
muse1.7b4/src/io/
muse1.7b4/src/prog/
muse1.7b4/src/util/
04/03/91 April 3 distribution - koosh takes over for bard.
04/19/91 - Added @alias... player aliases
04/19/91 - Added @tel <thing/player>=home.. sends'm home with a nifty message.
04/20/91 - fixed do_nuke to 1) work for non-#1's.. 2) boot'm off if they're logged on more than once
04/20/91 -- fixed boot_off to return 1 if the player's still connected so we can do a while(boot_off()); to boot the player off all the times that he/she's on.
04/20/91 - added 'X_ok" flag to set on things to enable them to be sacrificed.. this way we can have temples and they can be safe.... XX change the messages to be more suitable for the futuristic theme.
04/20/91 - added erk's enter_ok mods... objects can't be picked up by people who aren't their owners if they're enter_ok... the lock applys to whether people can enter them or not... allong with some A_EFAIL, A_OEFAIL, A_AEFAIL attributes for failing.
04/20/91 - got rid of EXIT_CLONE and THING_ROBOT -- they don't do anything at all.
04/20/91 - do_name tells people in the room when something that hears changes its name.
04/20/91 - fixed do_edit to disallow editing of admin-only props by mortals! gack!
04/20/91 - MORTAL flag on #1 now works right! yay! ok, only sorta.
04/20/91 - fixed announce_[dis]connect to set the 'speaker' to the player so %n will work right.
04/20/91 - added a Last login: for when people log on... 
04/20/91 - DARK flag on puppets = debug -- commands are echoed to owner.
04/20/91 - @search class=<guest,trial,...,director> to find out who's each.
04/20/91 - +mail -- server mail! yahoo!
04/21/91 - changed @chown to allow '@chown obj' and '@chown obj=me' to chown to the player. also administrators and higher can @chown things they don't have in their inventory.
04/21/91 - fixed the @va me=[s(get(me/va))];say get(me/va) bug... igg.
04/21/91 - fixed @chown to work long distance for wizzes & to have 'me' or '' as a second argument mean @chown to the executer.
04/22/91 - fixed @search class= to throw junior officials in with officials and directors in with administrators if the searcher is under an administrator.
04/22/91 - fixed @whereis to not notify the person who's being [not] located if they're haven.
04/22/91 - added @dbtop to show the top players in credits & in how many objects are in the contents list.
04/22/91 - Released code -- koosh
04/24/91 - Changed @pemit to only echo .. saw .. for players that don't have the QUIET flag set.
04/27/91 - fixed @hide to not set the stupid hidden flag on objects.
04/28/91 - fixed match_controlled to match anything for admins and up
04/28/91 - fixed the functions to work for honwiz's too.
04/28/91 - fixed controls() to let directors control everything exept the #1.
04/28/91 - added fun_class(thing) to get someone's class.
04/29/91 - fixed do_class to log @class's! *GACK*!
04/30/91 - now only players can set INHERIT bits... security stuff.
05/02/91 - fixed do_slay to check to see if the player controls the thing.. and took out all the junk about checking the room they're in.
05/02/91 - now Officials and higher can see numbers. all the time.
05/03/91 - I don't see that here changed to I don't see <whatever was tried to be found> here.
05/03/91 - Added mods to work w/HPUX! yay!
05/04/91 - fixed +mail to limit number of messages you send to the same player to MAX_MAIL(5 probably).
05/04/91 - now your NO_WALLS flag goes away when you log in.
05/04/91 - added warnings if the db doesn't dump correctly.
05/04/91 - added IT attribute -- last thing matched. you can match it again.
05/05/91 - fixed unparse_object to show the numbers on see_ok objects
05/05/91 - added A_LEAVE, A_OLEAVE, and A_ALEAVE... and fixed'm to work even if the room is dark.
05/05/91 - added ... loses its ears and becomes deaf in addition to the grows ears and can now hear message.
05/06/91 - added com-net.
05/08/91 - added MAIL_KEY and MAIL_MESS dumping...
05/08/91 - released code. -koosh
05/11/91 - fixed externs.h up Real Cool
05/11/91 - added A_QUOTA.. total quota. so we don't have to dbsearch. but we do dbsearch when we get on though.. igg.
05/11/91 - fixed @dbtop a bit..
05/15/91 - think we got sysv stable... major change, new base_version
05/20/91 - added new improved @ps...
05/20/91 - moved pennies to attribute
05/20/91 - only honwizzes and up can change things they don't own.. don't let officials anymore!
05/21/91 - New Improved @ps -- shows which are @wait'd commands and which are immidiate, and how long till the @wait'd commands execute
05/22/91 - no longer can you connect to a player using an encrypted password
05/22/91 - added @giveto -- credits give w/o a message at request from ender
05/22/91 - added LIGHT flag on objects to be seen in dark room at request from ender
05/22/91 - changed Honorary Wizard class to Builder.
06/01/91 - fixed the \n in do_search
06/08/91 - added WHO for objects.. costs 50 credits.
06/08/91 - Added checks to make sure people don't impersonate other players.
06/08/91 - moved log files to logs/ directory. *make* *sure* *this* *is* *mkdir*'d or the game will crash.
06/12/91 - added exits & rooms can do things. fun!
06/15/91 - HUH logs can be automagically mailed out with -DLOG_FAILED_COMMANDS
06/15/91 - added lookup_players so you can do 'page player1 player2 player3 player4=message'
06/15/91 - fixed stupid bug in which players set builder are sent home when the object they're in teleports.
06/15/91 - added page player1 player2 ...=message
06/16/91 - WHO now displays IP numbers if it can't find a name.
06/16/91 - added RWHO! fun! (if USE_RWHO is defined)
06/17/91 - Fixed ODROPS. cewl.
08/01/91 - changed do_clone to use can_pay_fees (not tested)
08/07/91 - finished adding new powers. try @powers and @empower.
08/11/91 - added LIGHT flag for exits too
08/11/91 - fixed the hidden/rwho bug..
08/12/91 - huhs are not logged when it triggers an object action.
08/12/91 - can't recycle #0, #1, GOD, or PLAYER_START.
08/14/91 - weird bug when #0 has a listen, it hears strange stuff. #-1's next pointer = #0. notify_except(#-1,...
09/05/91 - used gcc to clean up a *LOT* of unused variables. sheesh.
09/21/91 - fixed wd to spawn a new process and get rid of the ppid and control terminal
10/06/91 - new concentrator stuff is done!
10/06/91 - added @reboot; @shutdown no longer lets wd restart the muse.
10/06/91 - added +ls, +mkdir. useful things. also changed the files/p directory ot use dbrefs instead of names. more robust.
10/12/91 - added hpux compatibility again.