| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2002-09-11 | fml5 -> fml8 | fukachan | |
| 2002-08-19 | enable process if $use_command_mail_program is defined. | fukachan | |
| 2002-08-14 | apply fix_perl_include_path(); after load_config_files() runs to add | fukachan | |
| ml local library path to @INC. This is used for ml specific extention e.g. command extension. | |||
| 2002-08-08 | change arguments of credential functions to clarify the target address: | fukachan | |
| e.g. is_member($curproc, $args) -> is_member(addr) modified functions: o is_member() o is_privileged_member() o is_recipient() o match_system_accounts() | |||
| 2002-08-03 | white spaces | fukachan | |
| 2002-08-03 | scheduler_init() | fukachan | |
| 2002-07-25 | improve error messages | fukachan | |
| 2002-07-19 | remove not used variable | fukachan | |
| 2002-07-18 | check whether this command is allowed in this $level | fukachan | |
| 2002-07-15 | define the following access methods: | fukachan | |
| config() pcb() incoming_message_header() incoming_message_body() incoming_message() article_header() article_body() article_message() modified to use incoming_message_header() incoming_message_body() incoming_message() article_header() article_body() article_message(). | |||
| 2002-07-14 | copy message and send it to $maintainer too | fukachan | |
| use reply_message*() with $msg_args to copy the message if needed where $msg_args = { always_cc => $maintainer } or $msg_args = { recipient => $maintinaer } pertinently. | |||
| 2002-07-02 | clean up/fix comments | fukachan | |
| 2002-06-27 | major overhaul: delayed loading of *.cf files. The loading is done | fukachan | |
| within prepare() method now to handle virtual domains properly. | |||
| 2002-06-01 | nuke white spaces \s*$ | fukachan | |
| 2002-06-01 | FNF-ify | fukachan | |
| 2002-05-27 | rearrange admin command authentication to sync w/ new variable namings. | fukachan | |
| 2002-05-19 | better error message | fukachan | |
| 2002-05-19 | fix building logic of $command_args and $options to make admin command | fukachan | |
| work again. fix $admin_prefix trap | |||
| 2002-05-19 | rearrange structure | fukachan | |
| FNF-ify | |||
| 2002-05-19 | send back statistics and original message | fukachan | |
| 2002-05-19 | clarify the current context is under confirmation or not. | fukachan | |
| ignorance of commands are dependent on this context. nuke mode=special which is not used. | |||
| 2002-05-18 | reconstruct command check logic (1) | fukachan | |
| 2002-04-26 | permit_commands_for_stranger works | fukachan | |
| 2002-04-26 | prototype to use FML::Command::DataCheck to share codes | fukachan | |
| 2002-04-25 | rename variable: available_commands_for_xxx -> commands_for_xxx | fukachan | |
| 2002-04-13 | reply_message( OBJ(Mail::Message) ) when the message is rejected by | fukachan | |
| $command_restrictions. | |||
| 2002-04-13 | select the error message by the $xxx_restrictions error reason | fukachan | |
| 2002-04-12 | check by permit_command() before command execution ;) | fukachan | |
| send back mesg "we deny requests from system accounts" | |||
| 2002-04-11 | accept commands, e.g. subscribe, allowed for not members | fukachan | |
| 2002-04-08 | fix/clean up documents | fukachan | |
| 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 | |
