summaryrefslogtreecommitdiff
path: root/fml/lib/FML
AgeCommit message (Collapse)Author
2001-10-22makefml htmlifythreadtrack-pm-basefukachan
2001-10-22accept command line option: srcdir=$srcdirfukachan
2001-10-21makefml htmlify $ml outdir=$htmlified_artilces_dirfukachan
2001-10-17summarize todofukachan
2001-10-17alias of guide commandfukachan
2001-10-17fix typofukachan
2001-10-17FML/Command/ACL.pm -> FML/Command/Attribute.pmfukachan
modified FML::Command uses get_attribute() in FML::Command::Attribute
2001-10-17support MH style arg: first, last, cur, first:\d+ and last:\d+fukachan
2001-10-14entrance for FML::Filterfukachan
2001-10-14define @default_rules and use it if rules not specifiedfukachan
rules() method to overwrite filtering rules
2001-10-14relocate _parse_command_options()fukachan
implemt _get_command_name() clean up fix typo
2001-10-14sync style w/ Process::Commandfukachan
2001-10-14bug fix: we should pay attention to implisit $_ usefukachan
2001-10-14$optargs -> $command_argsfukachan
2001-10-14$optargs -> $command_argsfukachan
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-13implement guide and summary commandsfukachan
2001-10-13FML::Command::SendFile based. This module provides basic file sending functionsfukachan
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-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-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-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-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 error_nl(), but a dummy yetfukachan
2001-10-10is_member() accpepts $args->{ address }fukachan
2001-10-10define prototype for reply_message_nl() for natural languagefukachan
modified to use it
2001-10-10check defined() morefukachan
2001-10-10prototypefukachan
2001-10-10implement is_same_address() completely.fukachan
define set_compare_level() and get_compare_level() for convenience.
2001-10-10make command get,mget,help workfukachan