summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Command/User
AgeCommit message (Collapse)Author
2008-09-09show menu for an anonymous user by callingfukachan
FML::CGI::User->anonymous_cgi_menu();
2006-10-08white space cosmeticsfukachan
2006-10-08bug fix comments.fukachan
2006-07-09white space cosmeticsfukachan
2006-05-04fix typo: $use_admin_command_mail_fucntionfukachan
2006-05-04move "send welcome message" code to FML::Command::Admin::subscribe class.fukachan
2006-05-02modified to use $confirm_command_expire_limit which value is convertedfukachan
to the integer by as_second() method of FML::Config.
2006-04-16clean up variable name style.fukachan
2006-03-06define $use_admin_command_mail_fucntion ("no" by default).fukachan
2006-03-05duplicate FML::Context::Command object by object dup method not by myself.fukachan
2006-03-05changed to command_context object based.fukachan
2006-03-04$command_args -> $command_context (OBJ), method stylefukachan
2006-03-04command context information switched to use of FML::Context::Command object.fukachan
2006-01-09white space cosmetics.fukachan
fix copyright.
2006-01-08fix copyrightfukachan
2006-01-07Accoding to ${command}_command_operation_mode, it works differently.fukachan
1. XXX_command_operation_mode == automatic, fml8 do subscription et.al. automatically. 2. XXX_command_operation_mode == manual, notify "the request is confirmed" to $maintainer, who do actual subscription et.al.
2006-01-07move location of reseting compare_level.fukachan
rewritten to call FML::Command::Message->send_notification() not direct reply_message() calls in Command::User:: class. send_notification() works differently according to the value of $XXX_command_auth_type variable.
2005-12-18fix copyrightfukachan
2005-12-18pass _confirm_id information to called process.fukachan
support "moderate" command.
2005-12-16fix dup.fukachan
2005-11-30fix copyrightfukachan
2005-11-30use $curproc->credential();fukachan
2005-08-11FNFfukachan
command_specific_recipient -> command_line_cui_specific_recipient cui_command_specific_options -> command_line_cui_specific_options
2005-05-30fix copyrightfukachan
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-27fix comments (FNF)fukachan
2005-05-26$curproc->allow_reply_message() -> $curproc->is_allow_reply_message().fukachan
2004-12-05define logdebug() to disable log messages.fukachan
modified to use proper log$role(). bug fix log messages if needed.
2004-07-23white space cosmeticsfukachan
2004-07-06always ignore arguments of {subscribe,unsubscribe} command mail requestsfukachan
to ensure more correct confirmation.
2004-06-29overhaul:fukachan
o fix comments. o fix messages/error messages. o use //o if could. o specify initial value.
2004-06-27bug fix: implement verify_syntax().fukachan
2004-06-26overhaul: fix comments, messages and style.fukachan
2004-06-26fix comments.fukachan
bug fix reset of $command_args .
2004-04-30call command specific rewrite_prompt() if could.fukachan
2004-04-23fix copyrightfukachan
2004-04-23remove "use FML::Log;".fukachan
2004-04-22when unsubscribe command, stop the current process sincefukachan
no more processing is required. XXX ? hmm, wrong in some cases e.g. unsubscribe + guide. XXX but ignore it ;-)
2004-03-14fix comments (FNF).fukachan
renamed to _apply_{old,new}_admin_command_mail_restrictions().
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-13fml --allow-send-message allows makefml/fml sends reply messages.fukachan
currently user mode "subscribe" and "unsubcribe" support this style.
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-04merge new command mail framework [from command-reconstruct branch]fukachan
2004-02-24fix copyrightfukachan
2004-02-15white space cosmetics.fukachan
2004-02-04fix copyrightfukachan
2004-02-04vaildate address type variables.fukachan
2003-12-31fix copyrightfukachan
2003-12-31update comments.fukachan
use $curproc->{ credential } reset address comparison level after main routine runs.
2003-12-31update comments/messages.fukachan
use $curproc->{ credential }