summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Process
AgeCommit message (Expand)Author
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
2003-03-09FNF: fix commentsfukachan
2003-03-06implment new method convert_to_mail_address() and use itfukachan
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
2003-03-06remove hard-coded module specific configuraitons.fukachan
2003-03-06remove dummy modules: queue_in() and exits()fukachan
2003-03-06moved main codes of _check_restrions() to methods defined in newfukachan
2003-03-06switched to use FML::Sys::Userfukachan
2003-03-06validate From: syntax in credential updating.fukachan
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
2003-03-05return header for debug in errorfukachan
2003-03-05experimental implementation of rejection notice of filter.fukachan
2003-02-20cosmetics (\s*$)fukachan
2003-02-18use FML::Error->db_open() not FML::Error::Cache for cache db open.fukachan
2003-02-16oops ;) we should check syntax if the value is not emplty.fukachan
2003-02-16implemente the following methods:fukachan
2003-02-16use language_*() to determine $charset.fukachan
2003-02-16use language_*() method to determine $charsetfukachan
2003-02-15switched to use safe_cgi_action_name()fukachan
2003-02-15implement safe_cgi_action_name()fukachan
2003-02-11fix copyrightfukachan
2003-02-09cosmetics (white spaces)fukachan
2003-02-05add $command_run_{start,end}_hookfukachan