The Minimud Project Git
Status: Alpha
Brought to you by:
orangetide
version 0.1 ----------- August 31, 2005 This is the initial release of minimud. It compiles. It lets you login, with no password checking. It does not let you create new users without hand editing the datafiles. It does not have any rooms. It supports the 'say' command, but it's a global say. Sometimes it crashes and wipes out it's database with it, and if you run it again it will overwrite the automatic backup with an empty database. version 0.2 ----------- September 11, 2005 This release replaces pseudothreads with fibers. Fibers have fewer restrictions than pseudothreads, but they are also quite a bit heavier-weight. The fibers component is public domain. The other addition to this release is the move to using gnu automake/autoconf utilities.