summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Restriction
AgeCommit message (Collapse)Author
2004-11-14define $article_post_article_thread_lifetime anyway (hmm, valid?)fukachan
2004-10-28implement "check_article_thread" operation.fukachan
Itt allows post from someone who reffers articles within one weeks.
2004-07-23white space cosmeticsfukachan
2004-07-23fix comments (FNF)fukachan
2004-07-23fix comments.fukachan
2004-04-23remove "use FML::Log;".fukachan
2004-04-18remove regexp() method, which not used.fukachan
fix description.
2004-03-18FNF: fix commentsfukachan
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-14implement permit_user_command() and permit_anonymous_command() methods.fukachan
inherit methods from FML::Restriction::Post class if needed.
2004-03-14modified to use restriction_state_*().fukachan
move permit_anonymous_command_mail() to FML::Restriction::Command.
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-04prepare and use command mail specific definitions.fukachan
2004-03-04merge new command mail framework [from command-reconstruct branch]fukachan
2004-02-04comment on usagefukachan
2004-01-21define $number_regexp , $address_regexp.fukachan
modified to use it.
2004-01-21clean up.fukachan
cosmetics. more todo.
2004-01-02fix copyrightfukachan
2003-11-30system_accounts -> system_special_accounts.fukachan
XXX xxx_restrictions supports "reject_system_accounts" for backward XXX compatiblity.
2003-10-15space cosmeticsfukachan
2003-09-30define language regexpfukachan
2003-08-29use $curproc->config(), pcb() not { config }, { pcb } respectively.fukachan
2003-08-23modified to use $curproc->log*() methods.fukachan
2003-08-23fix comments: =head2 function(...) formfukachan
2003-08-03FNFfukachan
2003-08-01deny_reason not over writetmu
2003-04-29permit user+ext@domainfukachan
2003-03-28clean up (nuke \s*$)fukachan
2003-03-09FNF: fix commentsfukachan
2003-03-06moved main codes of _check_restrions() to methods defined in newfukachan
FML::Restriction::Post module. switched to use FML::Restriction::Post.
2003-03-06nuke is_valid_mail_address() which is not used.fukachan
2003-02-09cosmetics (white spaces)fukachan
2003-01-26define 'command_line_options' regexp.fukachan
2003-01-25implement FML::Restriction::Base::regexp_match() can handle specialfukachan
class "fullpath" not based on regexp. switch Calender::Lite to use this method for checking of fully path-ed directory.
2003-01-25implement FML::Restriction::Base::regexp_match() andfukachan
switched to use it.
2003-01-03implement regexp() method.fukachan
FNF-ify.
2002-12-15clean up comments.fukachan
define ${file,dir,command}_regexp. modified to use these regexp(s). enhance $command_regexp to include [0-9].
2002-12-15clean up commentsfukachan
2002-09-22add section on FNFfukachan
2002-09-11fml5 -> fml8fukachan
2002-07-18bug fix wrong command regexpfukachan
2002-07-18enhance command syntax regexpfukachan
2002-07-02clean up. fix commentsfukachan
2002-07-02clean up/fix comments, fix copyrightfukachan
2002-07-02clean up/fix commentsfukachan
2002-06-25define map as same as filefukachan
enhance file and dirctory regexp to include _
2002-06-22define navi_command as the same as commandfukachan
2002-04-23define $ml_name_specifiedfukachan
2002-04-07remove \s*$fukachan
2002-04-06clean upfukachan
$regexp/o if could