summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Process
AgeCommit message (Expand)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
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
2006-04-10define restriction_state_set_ignore_reason() andfukachan
2006-04-09define reply_message_delete() templatefukachan
2006-04-05modifieid to sync w/ Mail::Delivery::Queue changes.fukachan
2006-04-05modifieid to sync w/ Mail::Delivery::Queue changes.fukachan
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
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
2006-02-05add a new message-id to the outgoing message fml8 generates and cachefukachan
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
2006-02-04initialize context information when constructor runs.fukachan
2006-02-04use $curproc->{ml_name,ml_domain}() method.fukachan
2006-02-04address fault handlingfukachan
2006-02-04define several methods around $0 handling, address fault handling andfukachan
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
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-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
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
2005-08-23handle $fetchfml_pop_serversfukachan
2005-08-19FNF: XXX_clean_up() -> XXX_cleanup()fukachan