| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2002-03-30 | white space cosmetics: nuke \s*$ | fukachan | |
| 2002-03-23 | clean up | fukachan | |
| use rewrite_prompt() by FML::Command to hide admin password. | |||
| 2002-03-22 | add prototype of admin command auth governed by $admin_command_restrictions | fukachan | |
| 2002-03-22 | clean up / clarify the logic: | fukachan | |
| o valid command syntax o command mode for a user, admin and stranger | |||
| 2002-03-17 | nuke superflous \s*$ | fukachan | |
| 2002-02-23 | validate if the requested admin command is permited or not. | fukachan | |
| define $available_commands_for_privileged_user rename $available_commands -> $available_commands_for_user | |||
| 2002-02-17 | make "admin" command work. | fukachan | |
| fix "confirm" to re-work. | |||
| 2002-02-17 | make "admin" works though without authentication:) yet. | fukachan | |
| 2002-02-17 | confirm_keyword -> confirm_command_prefix | fukachan | |
| 2002-02-17 | implement several hooks | fukachan | |
| 2002-02-13 | Each command determines each lock needs | fukachan | |
| 2002-02-11 | move 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() | |||
| 2002-01-20 | more comments, log. | fukachan | |
| fix message handling to use object to get command string returned by find_first_plaintext_message(). | |||
| 2002-01-16 | update copyright | fukachan | |
| 2002-01-16 | change Mail::Message naming convention. | fukachan | |
| public -> private: o head_message o last_message o next_message o prev_message prefix change: o rfc822_message_ -> whole_message_ o get_first_plaintext_message() -> find_first_plaintext_message() o get_encoding_mechanism() -> encoding_mechanism() o get_data_type() -> data_type() o get_data_type_list() -> data_type_list() renamed: o get_offset() - >offset_pair() o header_in_body_part() -> message_fields() o data_in_body_part() -> message_text() where we use RFC822 flabour naming convention. rfc822 says "message = fields + text" and rfc2047 says "message" as defined in RFC 822, with all header fields optional. | |||
| 2001-12-22 | update comments, documents | fukachan | |
| 2001-12-22 | remove \s*$ | fukachan | |
| 2001-11-27 | nuke "#!/usr/local/bin/perl -w" in the head | fukachan | |
| 2001-11-25 | fix, clean up help() | fukachan | |
| 2001-11-25 | implement help() method | fukachan | |
| 2001-11-04 | my $myname = $curproc->myname(); | fukachan | |
| my $argv = $curproc->command_line_argv(); | |||
| 2001-10-14 | relocate _parse_command_options() | fukachan | |
| implemt _get_command_name() clean up fix typo | |||
| 2001-10-14 | make argument vector from $command, $optargs -> $command_args | fukachan | |
| 2001-10-13 | pass $comname in $optargs | fukachan | |
| 2001-10-13 | use reply_message_nl() | fukachan | |
| remove exception mechanism by $obj->error_nl(); | |||
| 2001-10-12 | add _pre_scan() | fukachan | |
| even not member need to use $confirm_keyword. for example, 'guide', 'subscribe', 'confirm' add _can_accpet_command() 1. simple command syntax check 2. use of this command is allowed in FML::Config or not ? 3. Even new comer need to use commands [ guide, subscirbe, confirm ]. | |||
| 2001-10-11 | FML::Filter::Utils provides utility functions | fukachan | |
| is_secure_command_string(), is_valid_mail_address() FML::Process::Command checks input by FML::Filter::Utils::is_secure_command_string() | |||
| 2001-10-10 | define prototype for reply_message_nl() for natural language | fukachan | |
| modified to use it | |||
| 2001-10-10 | make command get,mget,help work | fukachan | |
| 2001-10-10 | bug fix: oops, method is command name not its line | fukachan | |
| 2001-10-08 | catch up the modification in FML::Process::Distribute.ya-ticket-tag-base | fukachan | |
| make command function work with replying request mail. disable lock()/unlock() since each command module lock/unlock by itself. | |||
| 2001-05-28 | clean up documents | fukachan | |
| 2001-04-06 | correct method name and internal variable names. now we use data and | fukachan | |
| data_type mainly by default not content_*. | |||
| 2001-03-25 | rewritten to use the current FML::Command style | fukachan | |
| 2001-03-20 | use FML::Log qw(Log LogWarn LogError);error-message-status | fukachan | |
| 2001-03-11 | cleanup | fukachan | |
| 2001-02-28 | prototype of dynamic loading FML::Command::$command | fukachan | |
| 2001-02-27 | define $available_commands | fukachan | |
| $config->has_attribute(variable, attribute) | |||
| 2001-02-12 | clean up document | fukachan | |
| 2001-02-12 | add command prototype | fukachan | |
