summaryrefslogtreecommitdiff
path: root/fml/lib/FML
AgeCommit message (Collapse)Author
2004-05-22rename hook: digest_*_hook -> article_digest_*_hookfukachan
2004-05-22add $article_post_XXX_hook but $distribute_XXX_hook is available too.fukachan
add $article_header_rewrite_{start,end}_hook add $article_filter_{start,end}_hook
2004-05-22rename hooks: $error_*_hook -> $error_mail_analyzer_*_hookfukachan
2004-05-22rename variable: $error_* -> $error_mail_*fukachan
error_analyzer_day_limit->error_mail_analyzer_day_limit error_analyzer_cache_dir->error_mail_analyzer_cache_dir error_analyzer_cache_type->error_mail_analyzer_cache_type error_analyzer_cache_mode->error_mail_analyzer_cache_mode error_analyzer_cache_size->error_mail_analyzer_cache_size error_analyzer_function_select_list->error_mail_analyzer_function_select_list error_analyzer_function->error_mail_analyzer_function error_analyzer_simple_count_limit->error_mail_analyzer_simple_count_limit
2004-05-22add $command_mail_filter_{start,end}_hook hooks.fukachan
rename $command_*_hook -> $command_mail_*_hook.
2004-05-21shorten lock period in deliveryfukachan
2004-05-19flush mail queuefukachan
2004-05-19-o overwrite options runs twice to ensure overwrite.fukachan
2004-05-19not process _deliver_article() when error set by stop_this_process().fukachan
2004-05-19fix comments (FNF)fukachan
2004-05-19getopts case SENSITIVELYfukachan
2004-05-18implement set_article_id(), get_article_id(),fukachan
smtp_server_state_set_error() and smtp_server_state_get_error().
2004-05-18enable mail queue based deliveryfukachan
2004-05-18bug fix: avoid duplicated initialization.fukachan
change $curproc->{ article }->{ KEY } style to method-based.
2004-05-18pass params $smpt_servers and $smtp_recipient_limit into delivery systemqueue-based-distribute-basefukachan
2004-05-18enable delivery fallbackfukachan
2004-05-16enhance print_userlist() for command mail.fukachan
2004-05-16remove is_cgi related codes.fukachan
2004-05-16fix copyrightfukachan
2004-05-02implemented for conveniencefukachan
2004-05-02remove language_default().fukachan
language_of_html_file() return $html_archive_default_charset.
2004-05-01modify List-* header message and condition a little.fukachan
2004-05-01asymmetric user controlfukachan
2004-04-30return error messages more.fukachan
call croak() if critical error.
2004-04-30call command specific rewrite_prompt() if could.fukachan
2004-04-30more restrict error checks.fukachan
fix rewrite_prompt().
2004-04-30more restrict error checks.fukachan
2004-04-28implement verify_syntax() using FML::Command::Syntaxfukachan
2004-04-28correct error messagefukachan
2004-04-28make which_map_nl() translate map name to Japanese.fukachan
2004-04-28add missing error messagesfukachan
2004-04-27remove _delete_subject_tag().fukachan
method-ify delete_subject_tag().
2004-04-27bug fix search logic.fukachan
move quotemeta() from IO::Adapter to here.
2004-04-27fix comments.fukachan
use $str->charcode_convert_to_external_charset(), remove hard-coded 'jis'.
2004-04-27move quotemeta() from IO::Adapter to here.fukachan
2004-04-27method-ify some module internal functions.fukachan
bug fix search logic of ml_home_prefix. move quotemeta() from IO::Adapter to here.
2004-04-27implement is_same_domain().fukachan
move quotemeta() from IO::Adapter to here.
2004-04-27bug fix search logic.fukachan
move quotemeta() from IO::Adapter to here.
2004-04-27move quotemeta($regexp) from IO::Adapter to here.fukachan
compare domains case insensitively.
2004-04-23bug fix: we need to touch etc/passwd-admin file firstly.fukachan
2004-04-23fix copyrightfukachan
2004-04-23remove "use FML::Log;".fukachan
2004-04-22command_context_init() returns empty HASH_REF where it includes validfukachan
command as the first valid argument. define command_context_set_normal_stop(), command_context_get_normal_stop().
2004-04-22check $context if it is well defined. if ok, call command.fukachan
check value by command_context_get_normal_stop() to stop this process.
2004-04-22bug fix: need open() before getline()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-04-21bug fix mkdir(): str to octal handling bugfukachan
2004-04-20-O algorithm= optionfukachan
2004-04-18remove regexp() method, which not used.fukachan
fix description.
2004-04-18variable renaming:fukachan
s/cgi_language_list/cgi_language_select_list/; s/cgi_menu_address_map_list/cgi_menu_address_map_select_list/; s/error_analyzer_function_list/error_analyzer_function_select_list/; s/template_file_charset_list/template_file_charset_select_list/;