summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Process/Kernel.pm
AgeCommit message (Expand)Author
2008-09-09import $fml_owner and $fml_group into $config name space from main.cf.fukachan
2008-08-24fix copyrightfukachan
2008-08-24rearrange isolated mails to under $isolated_queue_dir/YYYY/MM/DD dir.fukachan
2006-07-09white space cosmeticsfukachan
2006-05-13enable body based loop checkfukachan
2006-05-12loop check restructured.fukachan
2006-05-04change default message subject to "message from $ml_name ML $myname system".fukachan
2006-04-22runs operation on log files (currently log rotation).fukachan
2006-04-17logging system enabled by defaultfukachan
2006-04-11define log_{enable,disable}() to enable/disable logging system.fukachan
2006-04-09define reply_message_delete() templatefukachan
2006-04-05queue_flush() takes no argumentfukachan
2006-03-12pass {mode => default} parameters to FML::Header object by default.fukachan
2006-02-15fix method name: remove -> deletefukachan
2006-02-05add a new message-id to the outgoing message fml8 generates and cachefukachan
2006-02-04initialize context information when constructor runs.fukachan
2006-01-09white space cosmetics.fukachan
2005-12-19change is_permit_post() retruns action string not number (0/1) tofukachan
2005-12-18workaround: unlock() call lock object via IO::Adapter if saved objectfukachan
2005-11-30use $curproc->credential();fukachan
2005-08-19FNF: XXX_clean_up() -> XXX_cleanup()fukachan
2005-08-19set_print_style() -> output_set_print_style()fukachan
2005-08-17follow changes of FML::Cache::Ring.fukachan
2005-08-11get_preferred_XXX() -> _get_preferred_XXX() due to internal use.fukachan
2005-08-10config_files_XXX() -> config_cf_files_XXX() to clarify the meaning.fukachan
2005-08-10s/incoming_message_queue_clean_up/incoming_message_cleanup_queue/g;fukachan
2005-08-10FNF:fukachan
2005-08-08FNF: if (defined $queue) { $queue->open( ... );}fukachan
2005-07-01garbage collection runs only when valid ml_home_dir found.fukachan
2005-06-04method naming fixed to $curproc->OBJ_METHOD() form (FNF).fukachan
2005-06-04$curproc->OBJ_METHOD() form (FNF):fukachan
2005-06-03incoming queue system revised.fukachan
2005-05-31fix naming convension (FNF).fukachan
2005-05-31"my $path = $obj->cache_file_path();" is wrong. old implementationfukachan
2005-05-27fml-devel YYYYMMDD -> fml $version (7.9x.y-YYYYMMDD)fukachan
2005-01-23FNF: fix copyrightfukachan
2005-01-01enhanced general reply message system.fukachan
2004-12-29verify config.{cf,ph} existencefukachan
2004-12-19$debug_module_regexp_list restricts debug regions.fukachan
2004-12-18$debug -> $use_debugfukachan
2004-12-18logdebug() works if debug = yes defined.fukachan
2004-12-15remove too old files in tmp/ and var/mail/queue/incoming/ directories.fukachan
2004-12-09run fallback to generate config.cf when config.ph is newer than config.cffukachan
2004-12-05define logdebug() to disable log messages.fukachan
2004-11-30temp_file_path() automatically push the returned value (file path)fukachan
2004-11-25implement fallback function in resolve_ml_specific_variables().fukachan
2004-11-23fix white space cosmetics.fukachan
2004-11-21import default_{cui,gui}_menu from main.cf name space.fukachan
2004-10-06modify configuration error check:fukachan
2004-09-03implement is_process_time_limit() method to warn that end of processfukachan