summaryrefslogtreecommitdiff
path: root/fml/etc
AgeCommit message (Collapse)Author
2004-11-14+article_post_article_thread_lifetime = 86400fukachan
2004-11-03add dummy configuration for convenience: AuthUserFile "/dev/null"fukachan
2004-10-27regen: check_article_threadfukachan
2004-10-27add check_article_threadfukachan
2004-10-27+article_message_id_cache_dirfukachan
2004-10-09Menu -> MenuOld for */menu.cgifukachan
2004-09-29define new variable $group_writable_config_dir. make configurefukachan
controll $group_writable_config_dir and $primary_ml_home_prefix_map.
2004-07-26fix hook extractionfukachan
2004-05-25regen: article_{virus,spam}_filterfukachan
2004-05-25define variables around article_spam_filter and article_virus_filter.fukachan
2004-05-22regen: variable name and hook renaming.fukachan
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 spam filterfukachan
2004-05-19regen: *article_delivery*fukachan
2004-05-19move $use_article_delivery from spool.cf to article.cffukachan
define at article.cf: $use_article_delivery = yes $article_delivery_transport = smtp
2004-05-01regen: update path_*fukachan
2004-05-01+path_bogofilter = @BOGOFILTER@fukachan
+path_clamscan = @CLAMSCAN@
2004-05-01regen: html_archive_*charset*fukachan
2004-05-01+html_archive_default_charsetfukachan
+html_archive_charset_ja +html_archive_charset_en
2004-04-27regen: $etc_dirfukachan
2004-04-27define $etc_dir and fixed to use it.fukachan
newml command creates $etc_dir.
2004-04-23comment on RFC2142fukachan
2004-04-20white space cosmeticsfukachan
2004-04-20fix typofukachan
2004-04-20white space cosmeticsfukachan
2004-04-20white space cosmeticsfukachan
2004-04-18regen: *_list -> *_select_listfukachan
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-04-17regen: log_rotatefukachan
2004-04-17define $log_ratate variablesfukachan
2004-03-31switch to FML::CGI::Thread (purge old thread module)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-21regenfukachan
2004-03-21sync .ja w/ .enfukachan
2004-03-17regen: update commentsfukachan
2004-03-17fix commentsfukachan
2004-03-16fix comments.fukachan
2004-03-14regen: $command_mail_restrictionsfukachan
2004-03-14fix $command_mail_restrictions by using new rules:fukachan
permit_anonymous_command, permit_user_command rules.
2004-03-14fix typofukachan
2004-03-14fml --allow-send-message --mode=userfukachan
makefml --allow-send-message --mode=user
2004-03-12regen.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-12[*_program -> *_function]fukachan
$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-12regen: variable renaming address_for_*fukachan
2004-03-12variable name renaming but define the following rule for compatibility.fukachan
article_post_address = $address_for_post command_mail_address = $address_for_command
2004-03-12variable renaming:fukachan
s/use_digest_program/use_article_digest_function/g; s/use_distribute_program/use_article_post_function/g;
2004-03-11change $log_command_tail_starting_location default value.fukachan
rename $reply_message_ -> $report_mail_
2004-03-11rename: $reply_message_* -> $report_mail_*fukachan
2004-03-11$log_command_tail_starting_location = 100 by default to sync w/ fml4.fukachan