summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Process
AgeCommit message (Collapse)Author
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
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
is_safe_syntax() language_default() language_of_cgi_message() language_of_reply_message() language_of_html_file()
2003-02-16use language_*() to determine $charset.fukachan
remove hard-coded. we ensure cgi_try_*() returns safe value.
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
2003-02-03check From: contents more.fukachan
o permit plural addresses From: contains. In this case, we use the first one as the sender. o deny if From: has no address.
2003-02-03for hook, wrap main code by is_refused() condition such as:fukachan
unless ($curproc->is_refused()) { main code ...; }
2003-02-01FNF: not use $_fukachan
2003-02-01unique recipient array before queuing.fukachan
implement another strategy of recipient based ququeing (for test).
2003-02-01implement unique()fukachan
2003-01-31rename Calender -> Calendarfukachan
2003-01-31fix typo: Calender -> Calendarfukachan
2003-01-29FNF: not use $_fukachan
2003-01-29implement cat() method for conveniencefukachan
2003-01-29prepare() loads default configuration to use $path_* info.fukachan
w3m -> $path_w3m cat -> $curproc->cat() method (XXX temporary use).
2003-01-26FNF: style (space and \n)fukachan
2003-01-26FNF: not use $_fukachan
2003-01-25FNF: fix commentsfukachan
2003-01-25FNF: fix commentsfukachan
2003-01-25FNF: not use of $_fukachan
2003-01-25implement FML::Restriction::Base::regexp_match() andfukachan
switched to use it.
2003-01-25get_ml_list() checks arguments matched with regxp provided byfukachan
FML::Restriction::Base.
2003-01-11fix comments (FNF).fukachan
2003-01-11fix comments.fukachan
2003-01-07fmlsuper prototypefukachan
2003-01-07change argument stylefukachan
2003-01-07fix copyrightfukachan
2003-01-05prepare "fml" command for convenience.fukachan
It is same as makefml except for the argument order. 1. fml $ml $command options 2. makefml $command $ml options