summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Process/Kernel.pm
AgeCommit message (Collapse)Author
2003-10-15comment on charsetfukachan
2003-10-15consider Accept-Language: (but not used yet now ;-).fukachan
2003-10-15space cosmeticsfukachan
2003-10-14implement get_charset() and set_charset(). modified to use it tofukachan
treat current charset changed dynamically on the fly.
2003-10-14if (defined $pcb) { ...}fukachan
2003-09-27make message_nl() handle enable language translationfukachan
2003-09-19new 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-14Process::Flow and Process::Switch classes need to know $curprocfukachan
pointer each other. fix log message duplication mechanism. define global_tmp_dir_path(), be_quiet() in FML::Process::Kernel.
2003-09-13implement STDERR redirection to log STDERR messages and avoid outputfukachan
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-13implement ui_message().fukachan
change label of log() from ok to info.
2003-09-05bug fix: we should not use $main_cf in this module.fukachan
clean up. more comments.
2003-08-30bug fix config(),pcb() (over-converted ;)fukachan
add simple log message queue logic as a prototype.
2003-08-29use $curproc->config(), pcb() not { config }, { pcb } respectively.fukachan
2003-08-23define $curproc->log, logwarn, logerror and log_message() methods.fukachan
modified to use $curproc->log*() interface.
2003-08-23sort function definitions.fukachan
2003-08-23fix comments: =head2 function(...) formfukachan
2003-08-18support --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-16check whether $ml_home_dir not exists in _init_lock().fukachan
2003-07-21use our own Date: field when we use Mail::Message::Compose (MIME::Lite).fukachan
2003-04-29permit use of reply_message() for libexec/errorfukachan
2003-04-04reply_message_add_header_info() should pass $msg_args to reply_message().fukachan
2003-03-28clean up (nuke \s*$)fukachan
2003-03-18more logs around locks.fukachan
add deadlock warning. reuse lock object if could.
2003-03-17log setrunnable() succeed.fukachan
2003-03-14define finalize() at the last of flow.fukachan
finalize() is only used for debug now.
2003-03-06moved main codes of _check_restrions() to methods defined in newfukachan
FML::Restriction::Post module. switched to use FML::Restriction::Post.
2003-03-06validate From: syntax in credential updating.fukachan
FNF: use get_as_array_ref()
2003-03-05fix commenets (FNF)fukachan
2003-03-05disable 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-09cosmetics (white spaces)fukachan
2003-02-03check 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-01FNF: not use $_fukachan
2003-02-01unique recipient array before queuing.fukachan
implement another strategy of recipient based ququeing (for test).
2003-01-25FNF: fix commentsfukachan
2003-01-25FNF: fix commentsfukachan
2003-01-25implement FML::Restriction::Base::regexp_match() andfukachan
switched to use it.
2003-01-07fix copyrightfukachan
2003-01-05prepare "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-26FNF-ifyfukachan
2002-12-25fix commentsfukachan
2002-12-24clean up: nuke \s*$fukachan
2002-12-24fix comments. cosmetic changes.fukachan
2002-12-23clean up.fukachan
fix comments. fix label name. check address pattern by FML::Restriction. //o if could.
2002-12-10white space cosmeticsfukachan
2002-11-26more defined() checkfukachan
2002-11-26enable fmlsummary $command $ml_name ...fukachan
2002-11-19bug fix queue identifier generationfukachan
2002-11-18digest routine can customizes header. XXX preliminary support. needs overhaul?fukachan
2002-11-17enabled 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-22handle fmlthread $argv same as makefml onefukachan