| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2003-03-09 | FNF: fix comments | fukachan | |
| 2003-03-06 | implment new method convert_to_mail_address() and use it | fukachan | |
| to expand {admin, sender, ...} to the corresponding mail address. | |||
| 2003-03-06 | enable switch by $use_article_filter_reject_notice | fukachan | |
| 2003-03-06 | nuke todo (remove hard-coded) | fukachan | |
| 2003-03-06 | use etc/command_line_options to resolve getopts() parameters. | fukachan | |
| default_module_maps -> default_module_config. | |||
| 2003-03-06 | remove hard-coded module specific configuraitons. | fukachan | |
| resolve module name and the options based on etc/modules. | |||
| 2003-03-06 | remove dummy modules: queue_in() and exits() | fukachan | |
| 2003-03-06 | moved main codes of _check_restrions() to methods defined in new | fukachan | |
| FML::Restriction::Post module. switched to use FML::Restriction::Post. | |||
| 2003-03-06 | switched to use FML::Sys::User | fukachan | |
| 2003-03-06 | validate From: syntax in credential updating. | fukachan | |
| FNF: use get_as_array_ref() | |||
| 2003-03-06 | FNF: use get_as_array_ref() | fukachan | |
| 2003-03-06 | nuke todo (done) | fukachan | |
| 2003-03-05 | fix commenets (FNF) | fukachan | |
| 2003-03-05 | disable 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-05 | return header for debug in error | fukachan | |
| 2003-03-05 | experimental implementation of rejection notice of filter. | fukachan | |
| 2003-02-20 | cosmetics (\s*$) | fukachan | |
| 2003-02-18 | use FML::Error->db_open() not FML::Error::Cache for cache db open. | fukachan | |
| 2003-02-16 | oops ;) we should check syntax if the value is not emplty. | fukachan | |
| 2003-02-16 | implemente the following methods: | fukachan | |
| is_safe_syntax() language_default() language_of_cgi_message() language_of_reply_message() language_of_html_file() | |||
| 2003-02-16 | use language_*() to determine $charset. | fukachan | |
| remove hard-coded. we ensure cgi_try_*() returns safe value. | |||
| 2003-02-16 | use language_*() method to determine $charset | fukachan | |
| 2003-02-15 | switched to use safe_cgi_action_name() | fukachan | |
| 2003-02-15 | implement safe_cgi_action_name() | fukachan | |
| 2003-02-11 | fix copyright | fukachan | |
| 2003-02-09 | cosmetics (white spaces) | fukachan | |
| 2003-02-05 | add $command_run_{start,end}_hook | fukachan | |
| 2003-02-03 | check 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-03 | for hook, wrap main code by is_refused() condition such as: | fukachan | |
| unless ($curproc->is_refused()) { main code ...; } | |||
| 2003-02-01 | FNF: not use $_ | fukachan | |
| 2003-02-01 | unique recipient array before queuing. | fukachan | |
| implement another strategy of recipient based ququeing (for test). | |||
| 2003-02-01 | implement unique() | fukachan | |
| 2003-01-31 | rename Calender -> Calendar | fukachan | |
| 2003-01-31 | fix typo: Calender -> Calendar | fukachan | |
| 2003-01-29 | FNF: not use $_ | fukachan | |
| 2003-01-29 | implement cat() method for convenience | fukachan | |
| 2003-01-29 | prepare() loads default configuration to use $path_* info. | fukachan | |
| w3m -> $path_w3m cat -> $curproc->cat() method (XXX temporary use). | |||
| 2003-01-26 | FNF: style (space and \n) | fukachan | |
| 2003-01-26 | FNF: not use $_ | fukachan | |
| 2003-01-25 | FNF: fix comments | fukachan | |
| 2003-01-25 | FNF: fix comments | fukachan | |
| 2003-01-25 | FNF: not use of $_ | fukachan | |
| 2003-01-25 | implement FML::Restriction::Base::regexp_match() and | fukachan | |
| switched to use it. | |||
| 2003-01-25 | get_ml_list() checks arguments matched with regxp provided by | fukachan | |
| FML::Restriction::Base. | |||
| 2003-01-11 | fix comments (FNF). | fukachan | |
| 2003-01-11 | fix comments. | fukachan | |
| 2003-01-07 | fmlsuper prototype | fukachan | |
| 2003-01-07 | change argument style | fukachan | |
| 2003-01-07 | fix copyright | fukachan | |
| 2003-01-05 | prepare "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 | |||
