summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Process/Command.pm
AgeCommit message (Collapse)Author
2001-11-04my $myname = $curproc->myname();fukachan
my $argv = $curproc->command_line_argv();
2001-10-14relocate _parse_command_options()fukachan
implemt _get_command_name() clean up fix typo
2001-10-14make argument vector from $command, $optargs -> $command_argsfukachan
2001-10-13pass $comname in $optargsfukachan
2001-10-13use reply_message_nl()fukachan
remove exception mechanism by $obj->error_nl();
2001-10-12add _pre_scan()fukachan
even not member need to use $confirm_keyword. for example, 'guide', 'subscribe', 'confirm' add _can_accpet_command() 1. simple command syntax check 2. use of this command is allowed in FML::Config or not ? 3. Even new comer need to use commands [ guide, subscirbe, confirm ].
2001-10-11FML::Filter::Utils provides utility functionsfukachan
is_secure_command_string(), is_valid_mail_address() FML::Process::Command checks input by FML::Filter::Utils::is_secure_command_string()
2001-10-10define prototype for reply_message_nl() for natural languagefukachan
modified to use it
2001-10-10make command get,mget,help workfukachan
2001-10-10bug fix: oops, method is command name not its linefukachan
2001-10-08catch up the modification in FML::Process::Distribute.ya-ticket-tag-basefukachan
make command function work with replying request mail. disable lock()/unlock() since each command module lock/unlock by itself.
2001-05-28clean up documentsfukachan
2001-04-06correct method name and internal variable names. now we use data andfukachan
data_type mainly by default not content_*.
2001-03-25rewritten to use the current FML::Command stylefukachan
2001-03-20use FML::Log qw(Log LogWarn LogError);error-message-statusfukachan
2001-03-11cleanupfukachan
2001-02-28prototype of dynamic loading FML::Command::$commandfukachan
2001-02-27define $available_commandsfukachan
$config->has_attribute(variable, attribute)
2001-02-12clean up documentfukachan
2001-02-12add command prototypefukachan