Imported from archive.
authorJeremy Stanley <fungi@yuggoth.org>
Mon, 30 Jan 2006 02:44:48 +0000 (02:44 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Mon, 30 Jan 2006 02:44:48 +0000 (02:44 +0000)
commit138ac7e001abf8940f3cb2a419ef3dd3556d0086
tree2ef920590b3a50c25d3afdf868c6f39abdf57fb5
parent74d37bfacdd2d7c13192fe2cd5e34f03cc2e399f
Imported from archive.

* command (command:reload), mudpy.py (DataFile.load, DataFile.save):
More work on data file reloading

* mudpy, mudpy.py (Universe.new): Moved more code out of the mudpy
executable into the mudpy.py Python module.
(Universe.__init__, command_halt, command_reload): Renamed the
reload_modules and terminate_world bools to reload_flag and
terminate_flag respectively.

* mudpy.conf (internal:limits), mudpy.py (DataFile.save):
Implemented a data file rotation/backup scheme, configurable through
the default_backup_count int facet.

* mudpy.conf (internal:network): Example recommended config binds
only to 127.0.0.1 initially, for added security.

* mudpy.py (daemonize): More work on daemonization.
command
mudpy
mudpy.conf
mudpy.py