summaryrefslogtreecommitdiff
path: root/fml/lib/FML/User
AgeCommit message (Collapse)Author
2004-01-24fix comments.fukachan
more proper variable names.
2004-01-21fix comments.fukachan
close output channel before exits from within loop.
2004-01-21clean up.fukachan
cosmetics. more todo.
2003-12-06cosmetics: white spacefukachan
2003-11-29use $curproc->config() to get config object.fukachan
2003-11-27check if $buf retruned from IO::Adapter is defined.fukachan
2003-11-26cal get_key_values_as_array_ref() of IO::Adapter to get key and allfukachan
values. So, print_userlist() print out "key values ...".
2003-11-26rename method: userlist -> print_userlistfukachan
2003-11-25remove debug conditionfukachan
2003-11-24fix comment: FNFfukachan
2003-11-23run FML::User::Infoal->import_from_mail_header() to save user infofukachan
included in the header for further use.
2003-11-23avoid duplication.fukachan
2003-11-23create FML::User::* class to manipulate user database.fukachan
1. move FML::Command::UserControl to FML::User::Control class (renaemd only). 2. implement FML::User::DB (basic functions are implemented).