summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Process
AgeCommit message (Collapse)Author
2003-05-14implement size limit filter for both article and command mail.fukachan
2003-05-13use "reject_notice_preamble" in filter rejection notice.fukachan
it describes: o the reason why we do not use mime/multipart. o this message is not from you but somebody forged.
2003-05-13use $_arg_address not $_arg_senderfukachan
2003-05-03fix comments (FNF).fukachan
2003-05-02define $post_restrictions_reject_notice_data_type.fukachan
enable choice of ways how to notify rejection as string or multipart in denial of post?
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
o if $maintainer_recipient_maps defined, forward error message to it.
2003-04-16change attribute names of recipient used in filter rejection notice:fukachan
admin -> maintainer
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
add deadlock warning. reuse lock object if could.
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
sequence updating and spool writing. In addition, locks at channel article_sequence and article_spool are also done in each critical section.
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
move lock mechanism into only FML::Error module. XXX lock channel name is changed but hard-coded yet now.
2003-03-16remove fmlthread.fukachan
"fmlthread ..." -> "fml $ml thread ..."
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
finalize() is only used for debug now.
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
use "makefml mailq $ml" instead of fmlsuper to show outgoing mail queue.
2003-03-11read (/etc/fml/)defaults/$version/main.cf if exists and merge it withfukachan
main.cf (/etc/fml/main.cf). we use FML::Config::Tiny, which just reads and parses the file. It is a tiny version of FML::Config module.
2003-03-09FNF: fix commentsfukachan
2003-03-06implment new method convert_to_mail_address() and use itfukachan
to expand {admin, sender, ...} to the corresponding mail address.
2003-03-06enable switch by $use_article_filter_reject_noticefukachan
2003-03-06nuke todo (remove hard-coded)fukachan
2003-03-06use etc/command_line_options to resolve getopts() parameters.fukachan
default_module_maps -> default_module_config.
2003-03-06remove hard-coded module specific configuraitons.fukachan
resolve module name and the options based on etc/modules.
2003-03-06remove dummy modules: queue_in() and exits()fukachan
2003-03-06moved main codes of _check_restrions() to methods defined in newfukachan
FML::Restriction::Post module. switched to use FML::Restriction::Post.
2003-03-06switched to use FML::Sys::Userfukachan
2003-03-06validate From: syntax in credential updating.fukachan
FNF: use get_as_array_ref()
2003-03-06FNF: use get_as_array_ref()fukachan
2003-03-06nuke todo (done)fukachan
2003-03-05fix commenets (FNF)fukachan
2003-03-05disable reply_message() in _check_restrictions().fukachan
implement reply_message_add_header_info(). add "$curproc->caller_info($msg, caller) if $debug;" at a few places. implement caller_info().
2003-03-05return header for debug in errorfukachan
2003-03-05experimental implementation of rejection notice of filter.fukachan