| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2008-09-09 | show menu for an anonymous user by calling | fukachan | |
| FML::CGI::User->anonymous_cgi_menu(); | |||
| 2006-10-08 | white space cosmetics | fukachan | |
| 2006-10-08 | bug fix comments. | fukachan | |
| 2006-07-09 | white space cosmetics | fukachan | |
| 2006-05-04 | fix typo: $use_admin_command_mail_fucntion | fukachan | |
| 2006-05-04 | move "send welcome message" code to FML::Command::Admin::subscribe class. | fukachan | |
| 2006-05-02 | modified to use $confirm_command_expire_limit which value is converted | fukachan | |
| to the integer by as_second() method of FML::Config. | |||
| 2006-04-16 | clean up variable name style. | fukachan | |
| 2006-03-06 | define $use_admin_command_mail_fucntion ("no" by default). | fukachan | |
| 2006-03-05 | duplicate FML::Context::Command object by object dup method not by myself. | fukachan | |
| 2006-03-05 | changed to command_context object based. | fukachan | |
| 2006-03-04 | $command_args -> $command_context (OBJ), method style | fukachan | |
| 2006-03-04 | command context information switched to use of FML::Context::Command object. | fukachan | |
| 2006-01-09 | white space cosmetics. | fukachan | |
| fix copyright. | |||
| 2006-01-08 | fix copyright | fukachan | |
| 2006-01-07 | Accoding 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-07 | move 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-18 | fix copyright | fukachan | |
| 2005-12-18 | pass _confirm_id information to called process. | fukachan | |
| support "moderate" command. | |||
| 2005-12-16 | fix dup. | fukachan | |
| 2005-11-30 | fix copyright | fukachan | |
| 2005-11-30 | use $curproc->credential(); | fukachan | |
| 2005-08-11 | FNF | fukachan | |
| command_specific_recipient -> command_line_cui_specific_recipient cui_command_specific_options -> command_line_cui_specific_options | |||
| 2005-05-30 | fix copyright | fukachan | |
| 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-27 | fix comments (FNF) | fukachan | |
| 2005-05-26 | $curproc->allow_reply_message() -> $curproc->is_allow_reply_message(). | fukachan | |
| 2004-12-05 | define logdebug() to disable log messages. | fukachan | |
| modified to use proper log$role(). bug fix log messages if needed. | |||
| 2004-07-23 | white space cosmetics | fukachan | |
| 2004-07-06 | always ignore arguments of {subscribe,unsubscribe} command mail requests | fukachan | |
| to ensure more correct confirmation. | |||
| 2004-06-29 | overhaul: | fukachan | |
| o fix comments. o fix messages/error messages. o use //o if could. o specify initial value. | |||
| 2004-06-27 | bug fix: implement verify_syntax(). | fukachan | |
| 2004-06-26 | overhaul: fix comments, messages and style. | fukachan | |
| 2004-06-26 | fix comments. | fukachan | |
| bug fix reset of $command_args . | |||
| 2004-04-30 | call command specific rewrite_prompt() if could. | fukachan | |
| 2004-04-23 | fix copyright | fukachan | |
| 2004-04-23 | remove "use FML::Log;". | fukachan | |
| 2004-04-22 | when unsubscribe command, stop the current process since | fukachan | |
| no more processing is required. XXX ? hmm, wrong in some cases e.g. unsubscribe + guide. XXX but ignore it ;-) | |||
| 2004-03-14 | fix comments (FNF). | fukachan | |
| renamed to _apply_{old,new}_admin_command_mail_restrictions(). | |||
| 2004-03-14 | implement permit_admin_member_maps and check_admin_member_password in | fukachan | |
| FML::Restriction::Command class. modify $admin_command_mail_restrictions to switch to use them. | |||
| 2004-03-13 | fml --allow-send-message allows makefml/fml sends reply messages. | fukachan | |
| currently user mode "subscribe" and "unsubcribe" support this style. | |||
| 2004-03-12 | variable 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-04 | merge new command mail framework [from command-reconstruct branch] | fukachan | |
| 2004-02-24 | fix copyright | fukachan | |
| 2004-02-15 | white space cosmetics. | fukachan | |
| 2004-02-04 | fix copyright | fukachan | |
| 2004-02-04 | vaildate address type variables. | fukachan | |
| 2003-12-31 | fix copyright | fukachan | |
| 2003-12-31 | update comments. | fukachan | |
| use $curproc->{ credential } reset address comparison level after main routine runs. | |||
| 2003-12-31 | update comments/messages. | fukachan | |
| use $curproc->{ credential } | |||
