summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Process/Utils.pm
AgeCommit message (Collapse)Author
2018-09-08article_thread_init() modified to use Mail::Message::Subject.Ken'ichi Fukamachi
2008-09-14define ml_name_list(), which returns the list of valid ml in thefukachan
specified domain. fix documents and todo.
2008-09-09fix how to search main_cf information.fukachan
define set_allow_reply_message() and get_allow_reply_message(). We can enable or disable reply_message*() functions dynamically.
2008-07-20define incoming_message_dup_content() andfukachan
incoming_message_isolate_content().
2006-07-09white space cosmeticsfukachan
2006-05-13enable body based loop checkfukachan
2006-04-22FML::File::Rotate overhaul-ed. access method changed.fukachan
2006-02-15fix method name: remove -> deletefukachan
2006-02-04define several methods around $0 handling, address fault handling andfukachan
context switching. +set_process_title() +get_process_title() +set_address_fault() +get_address_fault() +is_address_fault() +set_address_fault_list() +get_address_fault_list() +context_switch_get_context() +context_switch_set_context()
2006-01-15implement policy_ignore_this_message(), policy_reject_this_message().fukachan
2006-01-13is_config_cf_exist() evals the statements.fukachan
implement is_fml8_managed_address() which checks the given address is either of fml8 managed ml addresses.
2006-01-09white space cosmetics.fukachan
fix copyright.
2005-12-18comment on incomplete dup_command_argsfukachan
2005-12-17implement dup_curproc_args() templatefukachan
2005-11-30use $curproc->credential()fukachan
2005-11-30define credential() methodfukachan
2005-08-31langinfo_get_charset() uses Content-Type: information as a hintfukachan
when Accept-Language: is not specified.
2005-08-19which_map -> map_to_termfukachan
which_map_nl -> map_to_term_nl convert_to_mail_address -> address_resolve set_print_style -> output_set_print_style get_print_style -> output_get_print_style
2005-08-18change ml_home_dir_removed_path() andfukachan
ml_home_dir_find_latest_removed_path() argument order: e.g. ml_home_dir_removed_path($curproc, $ml_home_prefix, $ml_name); removed_path format is changed to $ml_name.YYYYMMDD.COUNT style.
2005-08-17removed_ml_home_dir_path -> ml_home_dir_removed_pathfukachan
find_latest_removed_ml_home_dir -> ml_home_dir_find_latest_removed_path template_files_dir_for_newml -> newml_command_template_files_dir set_language_hint -> langinfo_set_language_hint get_language_hint -> langinfo_get_language_hint set_charset -> langinfo_set_charset get_charset -> langinfo_get_charset set_accept_language_list -> langinfo_set_accept_language_list get_accept_language_list -> langinfo_get_accept_language_list thread_db_args -> article_thread_init changed to internal use. language_of_html_file -> _language_of_html_file move lang_to_charset() and remove_too_old_files_in_dir() to FML::Process::Kernel.
2005-08-11FNF: article_max_id -> article_get_max_idfukachan
2005-08-11FNFfukachan
command_specific_recipient -> command_line_cui_specific_recipient cui_command_specific_options -> command_line_cui_specific_options
2005-08-10config_files_XXX() -> config_cf_files_XXX() to clarify the meaning.fukachan
2005-06-04fix naming convension of method to $curproc->OBJ_METHOD() form (FNF).fukachan
o set_config_files_list -> config_files_set_list o get_config_files_list -> config_files_get_list o append_to_config_files_list -> config_files_append o get_cui_menu -> menu_get_cui_config_file_path o get_gui_menu -> menu_get_gui_config_file_path remove get_ml_home_prefix_maps() definition, which is not used. move definitions to proper module: get_ml_list(), get_address_list() and get_debug_level().
2005-06-03implement helper functions for incoming cache/queue system.fukachan
o incoming_message_set_current_queue() o incoming_message_get_current_queue() o incoming_message_stack_queue_for_removal() o incoming_message_remove_queue() shared memory for IPC between parent and child $curproc processes. o shared_hash_get()
2005-05-31fix naming convension (FNF).fukachan
set_incoming_message_cache_file_path -> incoming_message_set_cache_file_path get_incoming_message_cache_file_path -> incoming_message_get_cache_file_path
2005-05-26fix comments (FNF).fukachan
remove is_safe_syntax(), which is not used. rename allow_reply_message() to is_allow_reply_message().
2004-12-15implement remove_too_old_files_in_dir() method.fukachan
2004-12-05define logdebug() to disable log messages.fukachan
modified to use proper log$role(). bug fix log messages if needed.
2004-11-25o mkdir(): bug fix defined check for specified mode.fukachan
o implement default_config_cf_filepath() method.
2004-11-21implement get_{cui,gui}_menu() methods.fukachan
2004-10-09fix comments (FNF)fukachan
2004-10-03implement chown() method for convenience.fukachan
2004-07-26thread_db_args() returns htmlifier parameters with subject tag hints.fukachan
2004-07-23white space cosmeticsfukachan
2004-07-23fix comments, style and add loop label, ... (FNF).fukachan
ensure initial value.
2004-06-27re-implement which_map()fukachan
2004-05-02remove language_default().fukachan
language_of_html_file() return $html_archive_default_charset.
2004-04-28make which_map_nl() translate map name to Japanese.fukachan
2004-04-27method-ify some module internal functions.fukachan
bug fix search logic of ml_home_prefix. move quotemeta() from IO::Adapter to here.
2004-04-23remove "use FML::Log;".fukachan
2004-04-21bug fix mkdir(): str to octal handling bugfukachan
2004-04-17implement log_rorate()fukachan
2004-04-10implement copy() and append() methods $curproc provides to removefukachan
File::Utils class.
2004-04-02define fml_owner_address()fukachan
2004-03-23allow CUI(fml,makefml) to send messages.fukachan
this function disabled by default. fml and makefml can use --allow-send-message --send-to=ADDRESS option for it.
2004-03-23try to allow -O key=value command line options. Internally eachfukachan
function uses cui_command_specific_options() to get the command specific options.
2004-03-13implement allow_reply_message() method.fukachan
2004-02-27define lang_to_charset().fukachan
fix return value for some methods. use "print if $debug" in some cases.
2004-02-26implement set_language_hint(), get_language_hint().fukachan
get_accept_language_list() returns [] not [*] when no data.