summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Process/Distribute.pm
AgeCommit message (Expand)Author
2005-12-19change is_permit_post() retruns action string not number (0/1) tofukachan
2005-11-30use $curproc->credential();fukachan
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-17FNF: adjust method naming convension.fukachan
2005-08-10config_files_XXX() -> config_cf_files_XXX() to clarify the meaning.fukachan
2005-06-04method naming fixed to $curproc->OBJ_METHOD() form (FNF).fukachan
2005-05-27more strict error handling.fukachan
2004-12-05define logdebug() to disable log messages.fukachan
2004-11-03rename private method: _distribute -> _deliver_article_prepfukachan
2004-08-15warn "not queue flush due to MTA fatal error.".fukachan
2004-08-13temporal failure when external filter process timeouts.fukachan
2004-07-23white space cosmeticsfukachan
2004-06-30reduce error messagetmu
2004-06-29mark by stop_this_process() when submission denied.fukachan
2004-06-27queue system debug: trace number of bytes written.fukachan
2004-06-24preliminary support of build-in virus/spam checker.fukachan
2004-05-25exit(EX_TEMPFAIL) when we cannot update article sequence.fukachan
2004-05-22add $article_post_XXX_hook but $distribute_XXX_hook is available too.fukachan
2004-05-21shorten lock period in deliveryfukachan
2004-05-19not process _deliver_article() when error set by stop_this_process().fukachan
2004-05-18enable mail queue based deliveryfukachan
2004-05-18enable delivery fallbackfukachan
2004-04-23remove "use FML::Log;".fukachan
2004-03-31Mail::ThreadTrack is obsoleted. remove related codes.fukachan
2004-03-28move details of thread manipulation to FML::Article::Thread as couldfukachan
2004-03-17implement toggle of filter function by $use_article_filterfukachan
2004-03-14use restriction_state_reply_reason() to shling code size.fukachan
2004-03-12variable renaming.fukachan
2004-01-31not use "$cf_list = $curproc->get_config_files_list();".fukachan
2004-01-24overhaul: clean up (FNF)fukachan
2004-01-02fix copyrightfukachan
2004-01-02$curproc->resolve_ml_specific_variables( $args );fukachan
2004-01-01remove $args.fukachan
2003-12-25add log at htmlify article endtmu
2003-12-24remove the direct use of $args, use utility methods via $curprocfukachan
2003-11-30system_accounts -> system_special_accounts.fukachan
2003-11-29define $use_computer_output.fukachan
2003-10-15space cosmeticsfukachan
2003-10-06handle article subject specilly where the key in db is "article_subject".fukachan
2003-09-29disable _old_thread_checkfukachan
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-23fix comments: =head2 function() formfukachan
2003-08-23fix comments: =head2 function(...) formfukachan
2003-08-16comments on threadfukachan
2003-08-06clarify old/new thread engine routines.fukachan
2003-08-05rename htmlify() to _htmlify() to clarify it is private.fukachan
2003-08-03fix arguments used in the case of key "error.reject_notice_preamble"fukachan