summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Command/DataCheck.pm
AgeCommit message (Collapse)Author
2006-10-22clean up. fix comments.fukachan
2006-07-03fix copyrightfukachan
2006-06-25validate if find_first_plaintext_message() returns object.fukachan
2005-08-19FNF: XXX_clean_up() -> XXX_cleanup()fukachan
2005-05-27fix comments (FNF)fukachan
2004-06-26overhaul: fix comments, messages and style.fukachan
2004-04-23remove "use FML::Log;".fukachan
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-01-21fix/udpate comments.fukachan
clean up.
2004-01-02fix copyrightfukachan
2003-09-08fix copyrigtfukachan
2003-08-29use $curproc->config(), pcb() not { config }, { pcb } respectively.fukachan
2002-12-25fix commentsfukachan
2002-12-24clean up: nuke \s*$fukachan
2002-12-18clean up commentsfukachan
2002-09-22add section on FNFfukachan
2002-09-11fml5 -> fml8fukachan
2002-07-15define the following access methods:fukachan
config() pcb() incoming_message_header() incoming_message_body() incoming_message() article_header() article_body() article_message() modified to use incoming_message_header() incoming_message_body() incoming_message() article_header() article_body() article_message().
2002-05-19fix parse_command_arguments() argumentsfukachan
2002-04-26permit_commands_for_stranger worksfukachan
2002-04-26prototype to use FML::Command::DataCheck to share codesfukachan