| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2003-10-15 | comment on charset | fukachan | |
| 2003-10-15 | consider Accept-Language: (but not used yet now ;-). | fukachan | |
| 2003-10-15 | space cosmetics | fukachan | |
| 2003-10-14 | implement get_charset() and set_charset(). modified to use it to | fukachan | |
| treat current charset changed dynamically on the fly. | |||
| 2003-10-14 | if (defined $pcb) { ...} | fukachan | |
| 2003-09-27 | make message_nl() handle enable language translation | fukachan | |
| 2003-09-19 | new Header->add_message_id() | tmu | |
| change Header::MessageID->gen_id() Args change in Process::Kernel->_add_info_on_header() add add_message_id() | |||
| 2003-09-14 | Process::Flow and Process::Switch classes need to know $curproc | fukachan | |
| pointer each other. fix log message duplication mechanism. define global_tmp_dir_path(), be_quiet() in FML::Process::Kernel. | |||
| 2003-09-13 | implement STDERR redirection to log STDERR messages and avoid output | fukachan | |
| to /dev/console. The STDERR messages are logged onto $ml_home_dir/log if could. This function works under the following conditions: 1. -q or --quiete command line option specified. 2. *.cgi process (automatically on). 3. process run under MTA (automatically on). | |||
| 2003-09-13 | implement ui_message(). | fukachan | |
| change label of log() from ok to info. | |||
| 2003-09-05 | bug fix: we should not use $main_cf in this module. | fukachan | |
| clean up. more comments. | |||
| 2003-08-30 | bug fix config(),pcb() (over-converted ;) | fukachan | |
| add simple log message queue logic as a prototype. | |||
| 2003-08-29 | use $curproc->config(), pcb() not { config }, { pcb } respectively. | fukachan | |
| 2003-08-23 | define $curproc->log, logwarn, logerror and log_message() methods. | fukachan | |
| modified to use $curproc->log*() interface. | |||
| 2003-08-23 | sort function definitions. | fukachan | |
| 2003-08-23 | fix comments: =head2 function(...) form | fukachan | |
| 2003-08-18 | support --quiet options for makefml and fml. | fukachan | |
| It closes STDERR before the main routine begins. define close_stderr_channel_if_quiet_option_specified(). | |||
| 2003-08-16 | check whether $ml_home_dir not exists in _init_lock(). | fukachan | |
| 2003-07-21 | use our own Date: field when we use Mail::Message::Compose (MIME::Lite). | fukachan | |
| 2003-04-29 | permit use of reply_message() for libexec/error | fukachan | |
| 2003-04-04 | reply_message_add_header_info() should pass $msg_args to reply_message(). | fukachan | |
| 2003-03-28 | clean up (nuke \s*$) | fukachan | |
| 2003-03-18 | more logs around locks. | fukachan | |
| add deadlock warning. reuse lock object if could. | |||
| 2003-03-17 | log setrunnable() succeed. | fukachan | |
| 2003-03-14 | define finalize() at the last of flow. | fukachan | |
| finalize() is only used for debug now. | |||
| 2003-03-06 | moved main codes of _check_restrions() to methods defined in new | fukachan | |
| FML::Restriction::Post module. switched to use FML::Restriction::Post. | |||
| 2003-03-06 | validate From: syntax in credential updating. | fukachan | |
| FNF: use get_as_array_ref() | |||
| 2003-03-05 | fix commenets (FNF) | fukachan | |
| 2003-03-05 | disable reply_message() in _check_restrictions(). | fukachan | |
| implement reply_message_add_header_info(). add "$curproc->caller_info($msg, caller) if $debug;" at a few places. implement caller_info(). | |||
| 2003-02-09 | cosmetics (white spaces) | fukachan | |
| 2003-02-03 | check From: contents more. | fukachan | |
| o permit plural addresses From: contains. In this case, we use the first one as the sender. o deny if From: has no address. | |||
| 2003-02-01 | FNF: not use $_ | fukachan | |
| 2003-02-01 | unique recipient array before queuing. | fukachan | |
| implement another strategy of recipient based ququeing (for test). | |||
| 2003-01-25 | FNF: fix comments | fukachan | |
| 2003-01-25 | FNF: fix comments | fukachan | |
| 2003-01-25 | implement FML::Restriction::Base::regexp_match() and | fukachan | |
| switched to use it. | |||
| 2003-01-07 | fix copyright | fukachan | |
| 2003-01-05 | prepare "fml" command for convenience. | fukachan | |
| It is same as makefml except for the argument order. 1. fml $ml $command options 2. makefml $command $ml options | |||
| 2002-12-26 | FNF-ify | fukachan | |
| 2002-12-25 | fix comments | fukachan | |
| 2002-12-24 | clean up: nuke \s*$ | fukachan | |
| 2002-12-24 | fix comments. cosmetic changes. | fukachan | |
| 2002-12-23 | clean up. | fukachan | |
| fix comments. fix label name. check address pattern by FML::Restriction. //o if could. | |||
| 2002-12-10 | white space cosmetics | fukachan | |
| 2002-11-26 | more defined() check | fukachan | |
| 2002-11-26 | enable fmlsummary $command $ml_name ... | fukachan | |
| 2002-11-19 | bug fix queue identifier generation | fukachan | |
| 2002-11-18 | digest routine can customizes header. XXX preliminary support. needs overhaul? | fukachan | |
| 2002-11-17 | enabled passing of recipient_maps (ARRAY_REF) into mail queue. | fukachan | |
| By this, we can now pass $digest_recipient_maps as digest recipients to mail queue system. | |||
| 2002-10-22 | handle fmlthread $argv same as makefml one | fukachan | |
