summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Restriction/Command.pm
AgeCommit message (Collapse)Author
2006-05-02changed that permit_forward_to_moderator() returns ("matched", "ignore").fukachan
2006-04-10define ignore() and ignore_invalid_request() methods.fukachan
assert
2006-03-04command context information switched to use of FML::Context::Command object.fukachan
2006-01-09white space cosmetics.fukachan
fix copyright.
2005-12-18implement permit_forward_to_moderator.fukachan
2005-11-30use $curproc->credential();fukachan
2005-05-31fix naming convension (FNF).fukachan
set_incoming_message_cache_file_path -> incoming_message_set_cache_file_path get_incoming_message_cache_file_path -> incoming_message_get_cache_file_path
2005-05-30${admin,}command_mail_restrictions support "check_pgp_signature" rule.fukachan
Both restrictions uses same rule name but which needs different keyring directories. So, we need to handle carefully the context of two restrictions.
2005-05-27croak() -> logerror().fukachan
fix comments.
2004-12-05define logdebug() to disable log messages.fukachan
modified to use proper log$role(). bug fix log messages if needed.
2004-07-23fix comments (FNF)fukachan
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-04prepare and use command mail specific definitions.fukachan
2004-03-04merge new command mail framework [from command-reconstruct branch]fukachan
2003-03-06nuke is_valid_mail_address() which is not used.fukachan
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-04-06clean upfukachan
$regexp/o if could
2002-02-11move methods on restriction pattern against input data to FML::Restriction.fukachan
FML::Filter::Utils::is_secure_command_string() -> FML::Restriction::Command::is_secure_command_string()