summaryrefslogtreecommitdiff
path: root/fml/lib/FML/User/Control.pm
AgeCommit message (Collapse)Author
2008-06-28fix copyrightfukachan
2007-01-13fix comments.fukachan
ensure initial value.
2006-05-16define get_user_total(), return the total number of addresses in list.fukachan
2006-03-05changed to command_context object based.fukachan
2006-02-18always update user infomation db.fukachan
update gecos and action date if operation runs under MTA, but update only date in other cases.
2006-01-08fix copyrightfukachan
2006-01-07use reply_message() in chaddr operations to send back log.fukachan
2005-08-19which_map -> map_to_termfukachan
which_map_nl -> map_to_term_nl set_print_style -> output_set_print_style get_print_style -> output_get_print_style
2005-08-17fix copyrightfukachan
2005-08-17align methond name user_XXX: changed userXXX() -> user_XXX().fukachan
follow FML::User::Info changes (import_from_mail_header() -> add()).
2004-12-05define logdebug() to disable log messages.fukachan
modified to use proper log$role(). bug fix log messages if needed.
2004-07-23fix error messages.fukachan
ensure initial value.
2004-06-27tune IO::Adapter::close() timing.fukachan
use TERM_NL(map) style not which_map_nl() where TERM_NL() can handle charset dependent map name translation.
2004-05-16enhance print_userlist() for command mail.fukachan
2004-04-30return error messages more.fukachan
call croak() if critical error.
2004-04-28add missing error messagesfukachan
2004-04-23remove "use FML::Log;".fukachan
2004-01-24fix comments.fukachan
more proper variable names.
2003-12-06cosmetics: white spacefukachan
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-23run FML::User::Infoal->import_from_mail_header() to save user infofukachan
included in the header for further use.
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).