summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Process
AgeCommit message (Collapse)Author
2006-04-17logging system enabled by defaultfukachan
2006-04-17define logdebug()fukachan
2006-04-11temporarily disable logging system before calling is_permit_post() atfukachan
filter check.
2006-04-11define log_{enable,disable}() to enable/disable logging system.fukachan
2006-04-11apply filter system to avoid useless work if distribution is allowed.fukachan
2006-04-10enhance restriction checks for invalid contents to determine thefukachan
action against such content.
2006-04-10define restriction_state_set_ignore_reason() andfukachan
restriction_state_get_ignore_reason() methods.
2006-04-09define reply_message_delete() templatefukachan
2006-04-05modifieid to sync w/ Mail::Delivery::Queue changes.fukachan
pass log function pointer to Mail::Delivery system.
2006-04-05modifieid to sync w/ Mail::Delivery::Queue changes.fukachan
+ more fast lock + pass log function pointers. + pass queue object to Mail::Delivery system. + check if delivery is DONE or not by get_not_done().
2006-04-05queue_flush() takes no argumentfukachan
2006-04-04queue validation logic modified.fukachan
2006-04-01fix copyrightfukachan
2006-03-26use $curproc->log() as log_info and $curproc->logdebug() as log_debugfukachan
in Mail::Delivery, by passing log_debug function pointer to Mail::Delivery class.
2006-03-25rewritten to use access methods to sync w/ Mail::Delivery overhaul.fukachan
2006-03-21validate format of recipient within smtp transaction.fukachan
2006-03-19$use_smtp_log enable/disable smtp transaction logging.fukachan
2006-03-12pass {mode => default} parameters to FML::Header object by default.fukachan
2006-03-05changed to command_context object based.fukachan
2006-03-04fix copyrightfukachan
2006-03-04command context information switched to use of FML::Context::Command object.fukachan
2006-02-15fix method name: remove -> deletefukachan
2006-02-05comments on _is_ml_address() logic: if you create xxx-ctl or xxx-adminfukachan
ML, it should be allowed.
2006-02-05add a new message-id to the outgoing message fml8 generates and cachefukachan
it in our message-id database for further loop check.
2006-02-05ignore *-ctl and *-admin addresses as a ML one.fukachan
2006-02-04add basic CREATE-ON-POST support.fukachan
2006-02-04prefer $hints if specified for argv, ARGV and options.fukachan
support context switching in executing new (child) process.
2006-02-04initialize context information when constructor runs.fukachan
2006-02-04use $curproc->{ml_name,ml_domain}() method.fukachan
$command_args includes ml_domain info.
2006-02-04address fault handlingfukachan
2006-02-04define several methods around $0 handling, address fault handling andfukachan
context switching. +set_process_title() +get_process_title() +set_address_fault() +get_address_fault() +is_address_fault() +set_address_fault_list() +get_address_fault_list() +context_switch_get_context() +context_switch_set_context()
2006-02-01fmlproj, yet another demofukachan
2006-01-15implement policy_ignore_this_message(), policy_reject_this_message().fukachan
2006-01-13is_config_cf_exist() evals the statements.fukachan
implement is_fml8_managed_address() which checks the given address is either of fml8 managed ml addresses.
2006-01-09white space cosmetics.fukachan
fix copyright.
2005-12-19change is_permit_post() retruns action string not number (0/1) tofukachan
support 3 permit/ignore/deny states.
2005-12-18workaround: unlock() call lock object via IO::Adapter if saved objectfukachan
undefined. bug fix loop check functions to check enabler variable definition.
2005-12-18comment on incomplete dup_command_argsfukachan
2005-12-18NewProcess() takes hints as args to overload configuration in a new process.fukachan
2005-12-17implement dup_curproc_args() templatefukachan
2005-12-17not need to pass $args to FML::Process::Switch::NewProcess() whichfukachan
fake $args by $curproc->dup_curproc_args().
2005-11-30use $curproc->credential()fukachan
2005-11-30use $curproc->credential();fukachan
2005-11-30define credential() methodfukachan
2005-09-14changed to FML::Article->add_outline($tdb_args) style.fukachan
2005-09-11move thread outline generator to FML::Article::Outlinefukachan
2005-09-01article_thread_overview support.fukachan
2005-08-31langinfo_get_charset() uses Content-Type: information as a hintfukachan
when Accept-Language: is not specified.
2005-08-23handle $fetchfml_pop_serversfukachan
2005-08-19FNF: XXX_clean_up() -> XXX_cleanup()fukachan