summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Process/Kernel.pm
AgeCommit message (Expand)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
2003-10-14if (defined $pcb) { ...}fukachan
2003-09-27make message_nl() handle enable language translationfukachan
2003-09-19new Header->add_message_id()tmu
2003-09-14Process::Flow and Process::Switch classes need to know $curprocfukachan
2003-09-13implement STDERR redirection to log STDERR messages and avoid outputfukachan
2003-09-13implement ui_message().fukachan
2003-09-05bug fix: we should not use $main_cf in this module.fukachan
2003-08-30bug fix config(),pcb() (over-converted ;)fukachan
2003-08-29use $curproc->config(), pcb() not { config }, { pcb } respectively.fukachan
2003-08-23define $curproc->log, logwarn, logerror and log_message() methods.fukachan
2003-08-23sort function definitions.fukachan
2003-08-23fix comments: =head2 function(...) formfukachan
2003-08-18support --quiet options for makefml and fml.fukachan
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
2003-03-17log setrunnable() succeed.fukachan
2003-03-14define finalize() at the last of flow.fukachan
2003-03-06moved main codes of _check_restrions() to methods defined in newfukachan
2003-03-06validate From: syntax in credential updating.fukachan
2003-03-05fix commenets (FNF)fukachan
2003-03-05disable reply_message() in _check_restrictions().fukachan
2003-02-09cosmetics (white spaces)fukachan
2003-02-03check From: contents more.fukachan
2003-02-01FNF: not use $_fukachan
2003-02-01unique recipient array before queuing.fukachan
2003-01-25FNF: fix commentsfukachan
2003-01-25FNF: fix commentsfukachan
2003-01-25implement FML::Restriction::Base::regexp_match() andfukachan
2003-01-07fix copyrightfukachan
2003-01-05prepare "fml" command for convenience.fukachan
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
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
2002-10-22handle fmlthread $argv same as makefml onefukachan