summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-02-01fix comments, messages. fix initialization by adding default value.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-01regen:fukachan
$log_command_tail_starting_location added. $article_non_mime_filter_rules updated.
2004-02-01validate input address by FML::Restriction::Base.fukachan
2004-02-01use $log_command_tail_starting_location.fukachan
fix comments.
2004-02-01$sequence_file -> $article_sequence_filefukachan
use //o if could.
2004-02-01fix copyrightfukachan
2004-02-01regenfukachan
2004-02-01$article_non_mime_filter_rules = reject_empty_content_type permitfukachan
2004-02-01add $log_command_tail_starting_locationfukachan
2004-02-01fix checking code of defined value.fukachan
2004-01-31validate input address.fukachan
2004-01-31fix commentsfukachan
2004-01-31abstraction layer to manipulate general string.fukachan
2004-01-31abstraction layer to manipulate address string.fukachan
2004-01-31print() -> print_as_html()fukachan
2004-01-31not use "$cf_list = $curproc->get_config_files_list();".fukachan
$curproc->load_config_files($cf_list); -> $curproc->load_config_files();
2004-01-24more todo picked up in the overhaul processfukachan
2004-01-24overhaul: clean up (FNF)fukachan
2004-01-24fix comments.fukachan
more proper variable names.
2004-01-24overhaul from FNF point view.fukachan
o fix comments. o fix loop label name. o more correct initialization if could. o use //o;
2004-01-24fix comments.fukachan
2004-01-23fix copyrightfukachan
2004-01-22fix comments.fukachan
white space cosmetics. use //o if could.
2004-01-22FNF: cosmetics. fix comments.fukachan
2004-01-22fix $fh->close() usage.fukachan
fix comments. cosmetics.
2004-01-22fix comments.fukachan
define $default_lock_channel and modified to use it.
2004-01-22fix comments.fukachan
2004-01-21fix comments.fukachan
close output channel before exits from within loop.
2004-01-21define $recursive_max_level in file scope.fukachan
fix comments. cosmtics: sort initialization order, location. =~ "" -> =~ //
2004-01-21fix comments.fukachan
check input data type. cosmetics. FNF.
2004-01-21fix copyrightfukachan
2004-01-21fix comments.fukachan
add missing loop label.
2004-01-21cosmetics: spaces, unroll one line to plural ones.fukachan
2004-01-21cosmeticsfukachan
2004-01-21fix/udpate comments.fukachan
clean up.
2004-01-21check input data type.fukachan
more todo comments. white space cometics.
2004-01-21more todo comments.fukachan
remove 'use FML::Log' which is not used.
2004-01-21define $number_regexp , $address_regexp.fukachan
modified to use it.
2004-01-21clean up.fukachan
cosmetics. more todo.
2004-01-18fix comments.fukachan
change variable name: $mode -> $op in some cases. change argument order of __update_config().
2004-01-18fix comments.fukachan
use //o if could.
2004-01-18add comments.fukachan
FNF: clean up style.
2004-01-18fix/update comments.fukachan
fix loop label.
2004-01-18overhaul:fukachan
update comments. clean up. if (defined $db) { ...->open/close ... }
2004-01-18overhaul: more commentsfukachan
2004-01-18more comments.fukachan
2004-01-18overhaul: more comments.fukachan
2004-01-17fix copyrightfukachan
2004-01-14load_config_files() not need the argument.fukachan
load_config_files() do sanity checks for mta and cgi processes.