summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Command
AgeCommit message (Collapse)Author
2004-06-24clean up.fukachan
handle CUI case (ok?)
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-19flush mail queuefukachan
2004-05-16remove is_cgi related codes.fukachan
2004-05-16fix copyrightfukachan
2004-05-02implemented for conveniencefukachan
2004-05-01asymmetric user controlfukachan
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-27bug fix search logic.fukachan
move quotemeta() from IO::Adapter to here.
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-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-20-O algorithm= optionfukachan
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/;
2004-03-31Mail::ThreadTrack is obsoleted. remove related codes.fukachan
2004-03-29list sub command do not run print_one_line_summary().fukachan
fix typo.
2004-03-28re-implemented. currently FML::Article::Thread based one.fukachan
2004-03-24fix copyrightfukachan
2004-03-23modified for "--allow-send-message --send-to=ADDRESS" option.fukachan
2004-03-23allow 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-23try to allow -O key=value command line options. Internally eachfukachan
function uses cui_command_specific_options() to get the command specific options.
2004-03-18rename merge -> mergemlfukachan
2004-03-17enable config.cf translatorfukachan
2004-03-17disable_include_files() -> disable_old_include_files()fukachan
2004-03-16top level dispather to merge fml8 and fml4.fukachan
2004-03-16implement {set,get}_force_mode().fukachan
modified to use it.
2004-03-14fix comments (FNF).fukachan
renamed to _apply_{old,new}_admin_command_mail_restrictions().
2004-03-14implement permit_admin_member_maps and check_admin_member_password infukachan
FML::Restriction::Command class. modify $admin_command_mail_restrictions to switch to use them.
2004-03-13fml --allow-send-message allows makefml/fml sends reply messages.fukachan
currently user mode "subscribe" and "unsubcribe" support this style.
2004-03-12variable 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-04merge new command mail framework [from command-reconstruct branch]fukachan
2004-02-24fix copyrightfukachan
2004-02-15white space cosmetics.fukachan
2004-02-13remove todo, fix comments.fukachan
2004-02-04fix copyrightfukachan
2004-02-04vaildate address type variables.fukachan
2004-02-01new 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-01validate input address by FML::Restriction::Base.fukachan
2004-02-01use $log_command_tail_starting_location.fukachan
fix comments.
2004-01-21fix copyrightfukachan
2004-01-21fix comments.fukachan
add missing loop label.
2004-01-21fix/udpate comments.fukachan
clean up.
2004-01-18overhaul: more comments.fukachan
2004-01-02fix/update comments.fukachan
2004-01-02fix copyrightfukachan
2004-01-02update commentsfukachan