summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Process
AgeCommit message (Expand)Author
2003-08-23new FML::Mailer $curproc;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-23fix comments: =head2 function(...) formfukachan
2003-08-20define the detail of address masking against spammers.fukachan
2003-08-18support --quiet options for makefml and fml.fukachan
2003-08-16comments on threadfukachan
2003-08-16check whether $ml_home_dir not exists in _init_lock().fukachan
2003-08-14test html_archive_address_mask mask or nomasktmu
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
2003-07-21use our own Date: field when we use Mail::Message::Compose (MIME::Lite).fukachan
2003-07-20separete thread_db_args() routine prepares thread information.fukachan
2003-07-19fixed to co-work with udb well.fukachan
2003-05-14implement size limit filter for both article and command mail.fukachan
2003-05-13use "reject_notice_preamble" in filter rejection notice.fukachan
2003-05-13use $_arg_address not $_arg_senderfukachan
2003-05-03fix comments (FNF).fukachan
2003-05-02define $post_restrictions_reject_notice_data_type.fukachan
2003-05-01fix typo: maitainer->maintainerfukachan
2003-04-29permit use of reply_message() for libexec/errorfukachan
2003-04-29o define sender as $maintainer as a dummy sender to avoid unexpected error.fukachan
2003-04-16change attribute names of recipient used in filter rejection notice:fukachan
2003-04-04fix commentfukachan
2003-04-04reply_message_add_header_info() should pass $msg_args to reply_message().fukachan
2003-03-28cosmetic change: white spacesfukachan
2003-03-28clean up (nuke \s*$)fukachan
2003-03-28s/article_id_max/article_max_id/gfukachan
2003-03-18remove giant lock and use fine granuality locks now.fukachan
2003-03-18more logs around locks.fukachan
2003-03-18add comment on lock.fukachan
2003-03-17get_address_list() uses get_user_list() in FML::Command::UserControl.fukachan
2003-03-17use new lock channel article_spool_modify to exclusive lock for bothfukachan
2003-03-17log setrunnable() succeed.fukachan
2003-03-16article_id_max() is just a wrapper for FML::Article::id().fukachan
2003-03-16add comment on lock channelfukachan
2003-03-16clean up lock on error cache.fukachan
2003-03-16remove fmlthread.fukachan
2003-03-15fmlspool is obsolete.fukachan
2003-03-15specify the definition on $command_args HASH STRUCTURE.fukachan
2003-03-14fmlerror is obsolete.fukachan
2003-03-14fmlsummary is obsolete.fukachan
2003-03-14define finalize() at the last of flow.fukachan
2003-03-14dump $curproc structure.fukachan
2003-03-14imlement debug_level()fukachan
2003-03-14just show "this command is obsolete".fukachan
2003-03-14fmlsuper is obsolete.fukachan
2003-03-11read (/etc/fml/)defaults/$version/main.cf if exists and merge it withfukachan