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)
commita45e64d15b49910f06d950982b5b052b24e03269
tree5e8bcbf63a35e21d34b748e831b9e084cdb4a064
parent9445c0c8b80b880dd24b2d0e5ef73c71340b9a77
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