| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2004-06-24 | clean up. | fukachan | |
| handle CUI case (ok?) | |||
| 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-19 | flush mail queue | 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-01 | asymmetric user control | fukachan | |
| 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-27 | bug fix search logic. | fukachan | |
| move quotemeta() from IO::Adapter to here. | |||
| 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 | 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-20 | -O algorithm= option | fukachan | |
| 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/; | |||
| 2004-03-31 | Mail::ThreadTrack is obsoleted. remove related codes. | fukachan | |
| 2004-03-29 | list sub command do not run print_one_line_summary(). | fukachan | |
| fix typo. | |||
| 2004-03-28 | re-implemented. currently FML::Article::Thread based one. | fukachan | |
| 2004-03-24 | fix copyright | fukachan | |
| 2004-03-23 | modified for "--allow-send-message --send-to=ADDRESS" option. | fukachan | |
| 2004-03-23 | allow CUI(fml,makefml) to send messages. | fukachan | |
| this function disabled by default. fml and makefml can use --allow-send-message --send-to=ADDRESS option for it. | |||
| 2004-03-23 | try to allow -O key=value command line options. Internally each | fukachan | |
| function uses cui_command_specific_options() to get the command specific options. | |||
| 2004-03-18 | rename merge -> mergeml | fukachan | |
| 2004-03-17 | enable config.cf translator | fukachan | |
| 2004-03-17 | disable_include_files() -> disable_old_include_files() | fukachan | |
| 2004-03-16 | top level dispather to merge fml8 and fml4. | fukachan | |
| 2004-03-16 | implement {set,get}_force_mode(). | fukachan | |
| modified to use it. | |||
| 2004-03-14 | fix comments (FNF). | fukachan | |
| renamed to _apply_{old,new}_admin_command_mail_restrictions(). | |||
| 2004-03-14 | implement permit_admin_member_maps and check_admin_member_password in | fukachan | |
| FML::Restriction::Command class. modify $admin_command_mail_restrictions to switch to use them. | |||
| 2004-03-13 | fml --allow-send-message allows makefml/fml sends reply messages. | fukachan | |
| currently user mode "subscribe" and "unsubcribe" support this style. | |||
| 2004-03-12 | variable renaming. | fukachan | |
| [*_program -> *_function] $use_command_mail_program -> $use_command_mail_function $use_digest_program -> $use_article_digest_function $use_distribute_program -> $use_article_post_function $use_error_analyzer_program -> $use_error_mail_analyzer_function [command list] $commands_for_user -> $user_command_mail_allowed_commands $commands_for_stranger -> $anonymous_command_mail_allowed_commands $commands_for_privileged_user -> $admin_command_mail_allowed_commands $commands_for_admin_cgi -> $admin_cgi_allowed_commands [restrictions] $post_restrictions -> $article_post_restrictions $post_restrictions_reject_notice_data_type -> $article_post_restrictions_reject_notice_data_type $command_restrictions -> $command_mail_restrictions permit_commands_for_stranger -> permit_anonymous_command_mail $admin_command_restrictions -> $admin_command_mail_restrictions | |||
| 2004-03-04 | merge new command mail framework [from command-reconstruct branch] | fukachan | |
| 2004-02-24 | fix copyright | fukachan | |
| 2004-02-15 | white space cosmetics. | fukachan | |
| 2004-02-13 | remove todo, fix comments. | fukachan | |
| 2004-02-04 | fix copyright | fukachan | |
| 2004-02-04 | vaildate address type variables. | fukachan | |
| 2004-02-01 | new FML::Command::Filter $curproc; | fukachan | |
| fix/update comments/messages. rename method: rules() -> set_rules(). use //o if could. fix var name: $article_none_mime_filter_rules -> $article_non_mime_filter_rules. implement reject_empty_content_type rule (non mime filter). | |||
| 2004-02-01 | validate input address by FML::Restriction::Base. | fukachan | |
| 2004-02-01 | use $log_command_tail_starting_location. | fukachan | |
| fix comments. | |||
| 2004-01-21 | fix copyright | fukachan | |
| 2004-01-21 | fix comments. | fukachan | |
| add missing loop label. | |||
| 2004-01-21 | fix/udpate comments. | fukachan | |
| clean up. | |||
| 2004-01-18 | overhaul: more comments. | fukachan | |
| 2004-01-02 | fix/update comments. | fukachan | |
| 2004-01-02 | fix copyright | fukachan | |
| 2004-01-02 | update comments | fukachan | |
