From: Jeremy Stanley Date: Mon, 30 Jan 2006 02:44:48 +0000 (+0000) Subject: Imported from archive. X-Git-Tag: 0.0.1~324 X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=commitdiff_plain;h=138ac7e001abf8940f3cb2a419ef3dd3556d0086;hp=138ac7e001abf8940f3cb2a419ef3dd3556d0086 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. ---