| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2004-05-22 | rename hook: digest_*_hook -> article_digest_*_hook | fukachan | |
| 2004-05-22 | add $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-22 | rename hooks: $error_*_hook -> $error_mail_analyzer_*_hook | fukachan | |
| 2004-05-22 | rename 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-22 | add $command_mail_filter_{start,end}_hook hooks. | fukachan | |
| rename $command_*_hook -> $command_mail_*_hook. | |||
| 2004-05-21 | shorten lock period in delivery | fukachan | |
| 2004-05-19 | flush mail queue | fukachan | |
| 2004-05-19 | -o overwrite options runs twice to ensure overwrite. | fukachan | |
| 2004-05-19 | not process _deliver_article() when error set by stop_this_process(). | fukachan | |
| 2004-05-19 | fix comments (FNF) | fukachan | |
| 2004-05-19 | getopts case SENSITIVELY | fukachan | |
| 2004-05-18 | implement set_article_id(), get_article_id(), | fukachan | |
| smtp_server_state_set_error() and smtp_server_state_get_error(). | |||
| 2004-05-18 | enable mail queue based delivery | fukachan | |
| 2004-05-18 | bug fix: avoid duplicated initialization. | fukachan | |
| change $curproc->{ article }->{ KEY } style to method-based. | |||
| 2004-05-18 | pass params $smpt_servers and $smtp_recipient_limit into delivery systemqueue-based-distribute-base | fukachan | |
| 2004-05-18 | enable delivery fallback | fukachan | |
| 2004-05-16 | enhance print_userlist() for command mail. | fukachan | |
| 2004-05-16 | remove is_cgi related codes. | fukachan | |
| 2004-05-16 | fix copyright | fukachan | |
| 2004-05-02 | implemented for convenience | fukachan | |
| 2004-05-02 | remove language_default(). | fukachan | |
| language_of_html_file() return $html_archive_default_charset. | |||
| 2004-05-01 | modify List-* header message and condition a little. | fukachan | |
| 2004-05-01 | asymmetric user control | fukachan | |
| 2004-04-30 | return error messages more. | fukachan | |
| call croak() if critical error. | |||
| 2004-04-30 | call command specific rewrite_prompt() if could. | fukachan | |
| 2004-04-30 | more restrict error checks. | fukachan | |
| fix rewrite_prompt(). | |||
| 2004-04-30 | more restrict error checks. | fukachan | |
| 2004-04-28 | implement verify_syntax() using FML::Command::Syntax | fukachan | |
| 2004-04-28 | correct error message | fukachan | |
| 2004-04-28 | make which_map_nl() translate map name to Japanese. | fukachan | |
| 2004-04-28 | add missing error messages | fukachan | |
| 2004-04-27 | remove _delete_subject_tag(). | fukachan | |
| method-ify delete_subject_tag(). | |||
| 2004-04-27 | bug fix search logic. | fukachan | |
| move quotemeta() from IO::Adapter to here. | |||
| 2004-04-27 | fix comments. | fukachan | |
| use $str->charcode_convert_to_external_charset(), remove hard-coded 'jis'. | |||
| 2004-04-27 | move quotemeta() from IO::Adapter to here. | fukachan | |
| 2004-04-27 | method-ify some module internal functions. | fukachan | |
| bug fix search logic of ml_home_prefix. move quotemeta() from IO::Adapter to here. | |||
| 2004-04-27 | implement is_same_domain(). | fukachan | |
| move quotemeta() from IO::Adapter to here. | |||
| 2004-04-27 | bug fix search logic. | fukachan | |
| move quotemeta() from IO::Adapter to here. | |||
| 2004-04-27 | move quotemeta($regexp) from IO::Adapter to here. | fukachan | |
| compare domains case insensitively. | |||
| 2004-04-23 | bug fix: we need to touch etc/passwd-admin file firstly. | fukachan | |
| 2004-04-23 | fix copyright | fukachan | |
| 2004-04-23 | remove "use FML::Log;". | fukachan | |
| 2004-04-22 | command_context_init() returns empty HASH_REF where it includes valid | fukachan | |
| command as the first valid argument. define command_context_set_normal_stop(), command_context_get_normal_stop(). | |||
| 2004-04-22 | check $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-22 | bug fix: need open() before getline() | fukachan | |
| 2004-04-22 | when unsubscribe command, stop the current process since | fukachan | |
| no more processing is required. XXX ? hmm, wrong in some cases e.g. unsubscribe + guide. XXX but ignore it ;-) | |||
| 2004-04-21 | bug fix mkdir(): str to octal handling bug | fukachan | |
| 2004-04-20 | -O algorithm= option | fukachan | |
| 2004-04-18 | remove regexp() method, which not used. | fukachan | |
| fix description. | |||
| 2004-04-18 | variable 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/; | |||
