Imported from archive.
authorJeremy Stanley <fungi@yuggoth.org>
Sat, 30 Jul 2005 17:04:00 +0000 (17:04 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Sat, 30 Jul 2005 17:04:00 +0000 (17:04 +0000)
commit994d6e52ce3d5c719991e8f798642cdb8a24b7d1
tree6e69b2991d92f18da30d464cc4e7c4bcf5e78193
parent0f39af78818acbbee0b99145ff5ff303553027c6
Imported from archive.

* lib/muff/muffcmds.py (command_quit): Replaced with a disconnecting
state.
(handle_user_input): Reorganized the user state handlers.
(handler_entering_account_name): Fixed a race condition where empty
accounts would be created even if the user never got around to
entering a password before disconnecting.

* lib/muff/muffmisc.py (log): New function to abstract logging of
arbitrary information, for later flexibility.
(random_name, weighted_choice): Added a random name generator
function for later use.
lib/menus/miscellaneous [new file with mode: 0644]
lib/muff/muffcmds.py
lib/muff/muffmain.py
lib/muff/muffmisc.py
lib/muff/muffsock.py
lib/muff/muffuser.py