summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Process
AgeCommit message (Expand)Author
2003-09-19fixed to avoid uninitialized ...fukachan
2003-09-19implement _filespec_splitdir() which split filename to @filepath butfukachan
2003-09-14Process::Flow and Process::Switch classes need to know $curprocfukachan
2003-09-13implement STDERR redirection to log STDERR messages and avoid outputfukachan
2003-09-13implement is_cgi_process(), is_under_mta_process().fukachan
2003-09-13remove close_stderr_channel_if_quiet_option_specified().fukachan
2003-09-13implement ui_message().fukachan
2003-09-13use $curproc->config_cf_filepath().fukachan
2003-09-13comment on STDERR usagefukachan
2003-09-13fix $0 handling for *.cgi:fukachan
2003-09-13extension: compare $0 against entry etc/modules by considering subdir.fukachan
2003-09-06use removed_ml_home_dir_path() method to determine the dir path usedfukachan
2003-09-05bug fix: we should not use $main_cf in this module.fukachan
2003-09-05escape $curproc in evalfukachan
2003-09-02bug fix wrong lvaluefukachan
2003-08-30bug fix config(),pcb() (over-converted ;)fukachan
2003-08-29over-converted ;) back againfukachan
2003-08-29use $curproc->config(), pcb() not { config }, { pcb } respectively.fukachan
2003-08-25FNF: fix commentsfukachan
2003-08-24save $@ via logwarn() not print STDERR ..fukachan
2003-08-24remove debugfukachan
2003-08-23fix copyrightfukachan
2003-08-23modified to use $curproc->log*() methods.fukachan
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