summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Command/User/confirm.pm
AgeCommit message (Collapse)Author
2006-10-08bug fix comments.fukachan
2006-05-04move "send welcome message" code to FML::Command::Admin::subscribe class.fukachan
2006-05-02modified to use $confirm_command_expire_limit which value is convertedfukachan
to the integer by as_second() method of FML::Config.
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-07Accoding to ${command}_command_operation_mode, it works differently.fukachan
1. XXX_command_operation_mode == automatic, fml8 do subscription et.al. automatically. 2. XXX_command_operation_mode == manual, notify "the request is confirmed" to $maintainer, who do actual subscription et.al.
2005-12-18fix copyrightfukachan
2005-12-18pass _confirm_id information to called process.fukachan
support "moderate" command.
2004-06-26overhaul: fix comments, messages and style.fukachan
2004-04-23remove "use FML::Log;".fukachan
2004-04-22when unsubscribe command, stop the current process sincefukachan
no more processing is required. XXX ? hmm, wrong in some cases e.g. unsubscribe + guide. XXX but ignore it ;-)
2004-02-24fix copyrightfukachan
2004-02-15white space cosmetics.fukachan
2003-12-31update comments/messagesfukachan
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-11-17fix argument FML::Confirm::is_expired($id) from time to id.fukachan
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-01-25FNF: fix commentsfukachan
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-17send back welcome file in subscribe casefukachan
2002-08-03white spacesfukachan
2002-07-22prototype on and off mode for recipient maptmu
2002-07-17add more error messagesfukachan
2002-07-14copy message and send it to $maintainer toofukachan
use reply_message*() with $msg_args to copy the message if needed where $msg_args = { always_cc => $maintainer } or $msg_args = { recipient => $maintinaer } pertinently.
2002-04-11add use Logtmu
2002-04-06clean up, more logfukachan
2002-03-17change $command_args argument:fukachan
$command_args->{ adddress } => $command_args->{ command_data }
2002-02-17remove ErrorStatus, FML::Command::Utils;fukachan
define new() call User::Command::XXX without lock since already locked now.
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-11enable confirmation using FML::Confirm module.fukachan
FML::Confirm provides basic functions needed for confirmation