summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Command/User/chaddr.pm
AgeCommit message (Collapse)Author
2008-09-09show menu for an anonymous user by callingfukachan
FML::CGI::User->anonymous_cgi_menu();
2006-10-08bug fix comments.fukachan
2006-03-05changed to command_context object based.fukachan
2006-03-04$command_args -> $command_context (OBJ), method stylefukachan
2006-01-09white space cosmetics.fukachan
fix copyright.
2006-01-08fix copyrightfukachan
2006-01-07move location of reseting compare_level.fukachan
rewritten to call FML::Command::Message->send_notification() not direct reply_message() calls in Command::User:: class. send_notification() works differently according to the value of $XXX_command_auth_type variable.
2005-11-30fix copyrightfukachan
2005-11-30use $curproc->credential();fukachan
2004-06-27bug fix: implement verify_syntax().fukachan
2004-06-26overhaul: fix comments, messages and style.fukachan
2004-04-23remove "use FML::Log;".fukachan
2004-02-15white space cosmetics.fukachan
2004-02-04fix copyrightfukachan
2004-02-04vaildate address type variables.fukachan
2003-12-31update comments.fukachan
use $curproc->{ credential } reset address comparison level after main routine runs.
2003-12-30update comments on $primary_*_map use.fukachan
use $curproc->{ credential } not call "use FML::Credential ...".
2003-11-22separete database part in FML::Confirm to FML::Cache::Journal whichfukachan
can be shared between other modules. change FML::Confirm::new() to take $curproc.
2003-10-17command_prompt -> command_mail_reply_promptfukachan
2003-08-29use $curproc->config(), pcb() not { config }, { pcb } respectively.fukachan
2003-08-23define $curproc->log, logwarn, logerror and log_message() methods.fukachan
modified to use $curproc->log*() interface.
2003-08-23fix comments: =head2 function(...) formfukachan
2003-03-18remove giant lock and use fine granuality locks now.fukachan
2003-02-01fix copyrightfukachan
2003-02-01try exact matching just before changing user.fukachan
2002-12-24clean up: nuke \s*$fukachan
2002-12-18clean up comments and messagesfukachan
2002-09-22add section on FNFfukachan
2002-09-11fml5 -> fml8fukachan
2002-08-08change arguments of credential functions to clarify the target address:fukachan
e.g. is_member($curproc, $args) -> is_member(addr) modified functions: o is_member() o is_privileged_member() o is_recipient() o match_system_accounts()
2002-04-06clean up, more logfukachan
2002-03-17nuke superflous \s*$fukachan
2002-03-17change $command_args argument:fukachan
$command_args->{ adddress } => $command_args->{ command_data }
2002-03-17works again!fukachan
if either old or new addresses in chaddr arguments is an ML member, try to confirm this request irrespective of "From:" address.
2002-02-18we should not inherit anything as could as possible.fukachan
remove FML::Command::Utils and ErroStatus
2002-02-17confirm_keyword -> confirm_command_prefixfukachan
2002-02-13define access method need_lock().fukachan
each command module determins whether it needs lock or not.
2001-12-23update documents, commentsfukachan
2001-12-22remove \s*$fukachan
2001-10-14$optargs -> $command_argsfukachan
2001-10-13confirm wrapper versionfukachan