summaryrefslogtreecommitdiff
path: root/fml
AgeCommit message (Collapse)Author
2001-10-14prototype to use FML::Command::SendFilefukachan
$optargs -> $command_args
2001-10-14make argument vector from $command, $optargs -> $command_argsfukachan
2001-10-14$optargs -> $command_argsfukachan
2001-10-13avoid infinite loopfukachan
2001-10-13fix duplicatoin for $charsetfukachan
2001-10-13pass $comname in $optargsfukachan
2001-10-13add FML/Command/User/MANIFESTfukachan
2001-10-13implement guide and summary commandsfukachan
2001-10-13define ${guide,summary,objective}_filefukachan
2001-10-13FML::Command::SendFile based. This module provides basic file sending functionsfukachan
2001-10-13not support ftpfukachan
2001-10-13relocated to command/$command.des.crip.tionfukachan
2001-10-13not support ftpmailfukachan
2001-10-13mistake of importingfukachan
2001-10-13updated to catch up currentfukachan
2001-10-13Initial revisionfukachan
2001-10-13use reply_message_nl()fukachan
remove exception mechanism by $obj->error_nl();
2001-10-13implement search template mechanism in reply_message_nl()fukachan
$config->expand_variable_in_buffer() takes optional $args
2001-10-13bug fix variable namefukachan
2001-10-13expand_variable_in_buffer can take optional $argsfukachan
2001-10-13addedfukachan
2001-10-13more friendlyfukachan
2001-10-13list up commands and the descriptionfukachan
2001-10-13alais of get commandfukachan
2001-10-13confirm wrapper versionfukachan
2001-10-13confirm versionfukachan
2001-10-13use reply_message_nl()fukachan
2001-10-13clean up log message, LogError() -> croak()fukachan
2001-10-13->SUPER::process()fukachan
2001-10-13remove error_nl()fukachan
2001-10-12define $message_message_dirfukachan
add chaddr to $available_commands
2001-10-12on reply_message_nl()fukachan
2001-10-12create command/ directory. rearranged to use itfukachan
2001-10-12Initial revisionfukachan
2001-10-12Initial revisionfukachan
2001-10-12not used, not translatedfukachan
2001-10-12Initial revisionfukachan
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-12expand_variable_in_buffer: expand $varname to $config->{ varname }fukachan
2001-10-12use euc-jp for templatefukachan
2001-10-12Initial revisionfukachan
2001-10-12added lost of importingfukachan
2001-10-12define new variablefukachan
o available_commands_for_stranger change o template_file_charset = $default_charset -> euc-jp
2001-10-12define prepare_file_to_return():fukachan
expand $xxx variables in template (e.g. $help_file). 1. in Japanese case, convert kanji code: iso-2022-jp -> euc 2. expand variables: $ml_name -> elena 3. back kanji code: euc -> iso-2022-jp 4. return the new created template
2001-10-12clean upfukachan
expand_variables_in_file() -> prepare_file_to_return()
2001-10-11check address is specified or notfukachan
2001-10-11try confirmationfukachan
2001-10-11enable confirmation using FML::Confirm module.fukachan
FML::Confirm provides basic functions needed for confirmation
2001-10-11Initial revisionfukachan
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()