summaryrefslogtreecommitdiff
path: root/fml/lib/FML/User
AgeCommit message (Collapse)Author
2008-06-28fix copyrightfukachan
2007-01-13fix comments.fukachan
ensure initial value.
2006-11-19fix commentsfukachan
2006-07-09white space cosmeticsfukachan
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-22define get_key_as_array_ref().fukachan
2006-02-22consider the case that plural addresses are matched.fukachan
2006-02-18fix copyrightfukachan
2006-02-18rename method: add(HASH_REF) -> set_header_info($address)fukachan
2006-02-18define add() and set()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()).
2005-08-17import_from_mail_header() -> add() with args changed (nuke $curproc).fukachan
2005-05-27fix comments (FNF)fukachan
2004-12-05define logdebug() to disable log messages.fukachan
modified to use proper log$role(). bug fix log messages if needed.
2004-07-23white space cosmeticsfukachan
2004-07-23fix typofukachan
2004-07-23fix error messages.fukachan
ensure initial value.
2004-07-11fix commentsfukachan
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-27move quotemeta() from IO::Adapter to here.fukachan
2004-04-23remove "use FML::Log;".fukachan
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).