| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2006-05-04 | bug fix: pass recipient information to reply_message_nl(). | fukachan | |
| 2006-03-05 | fix copyright | fukachan | |
| 2006-03-05 | changed to command_context object based. | fukachan | |
| 2005-08-17 | FNF: adjust method naming convension. | fukachan | |
| langinfo_XXX() e.g. langinfo_get_charset()... | |||
| 2005-08-11 | FNF: article_max_id -> article_get_max_id | fukachan | |
| 2005-06-04 | fix copyright | fukachan | |
| 2005-06-04 | method naming fixed to $curproc->OBJ_METHOD() form (FNF). | fukachan | |
| get_article_id -> article_get_id set_article_id -> article_set_id config_files_append_to_list -> config_files_append append_to_config_files_list -> config_files_append_to_list get_config_files_list -> config_files_get_list load_config_files -> config_files_load set_config_files_list -> config_files_set_list verify_sender_credential -> credential_verify_sender get_current_process_ml_name -> current_process_get_ml_name set_current_process_ml_name -> current_process_set_ml_name fix_perl_include_path -> env_fix_perl_include_path parse_exception -> exception_parse parse_incoming_message -> incoming_message_parse clean_up_incoming_queue -> incoming_message_queue_clean_up get_cui_menu -> menu_get_cui_config_file_path get_gui_menu -> menu_get_gui_config_file_path resolve_ml_specific_variables -> ml_variables_resolve outgoing_message_open_channel -> outgoing_message_cache_open open_outgoing_message_channel -> outgoing_message_open_channel inform_reply_messages -> reply_message_inform prepare_file_to_return -> reply_message_prepare_template clean_up_tmpfiles -> tmp_files_clean_up reset_umask -> umask_reset set_umask_as_public -> umask_set_as_public | |||
| 2004-12-05 | define logdebug() to disable log messages. | fukachan | |
| modified to use proper log$role(). bug fix log messages if needed. | |||
| 2004-07-23 | fix comments (FNF) | fukachan | |
| 2004-04-23 | remove "use FML::Log;". | fukachan | |
| 2004-03-23 | allow 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-02-15 | white space cosmetics. | fukachan | |
| 2004-02-13 | remove todo, fix comments. | fukachan | |
| 2004-01-21 | fix copyright | fukachan | |
| 2004-01-18 | overhaul: more comments. | fukachan | |
| 2003-10-15 | messager/rfc822 part not need charset ;) | fukachan | |
| 2003-10-15 | space cosmetics | fukachan | |
| 2003-10-14 | implement get_charset() and set_charset(). modified to use it to | fukachan | |
| treat current charset changed dynamically on the fly. | |||
| 2003-08-29 | use $curproc->config(), pcb() not { config }, { pcb } respectively. | fukachan | |
| 2003-08-23 | define $curproc->log, logwarn, logerror and log_message() methods. | fukachan | |
| modified to use $curproc->log*() interface. | |||
| 2003-08-23 | fix comments: =head2 function(...) form | fukachan | |
| 2003-06-29 | check the number of request in get commands. | fukachan | |
| 2003-03-28 | s/article_id_max/article_max_id/g | fukachan | |
| 2003-03-16 | fix copyright | fukachan | |
| 2003-03-16 | use $curproc->article_id_max() to get the last article id. | fukachan | |
| 2002-12-23 | fix comments. | fukachan | |
| rename: _is_valid_argument() -> _get_valid_article_list(). sort. | |||
| 2002-09-22 | add section on FNF | fukachan | |
| 2002-09-11 | fml5 -> fml8 | fukachan | |
| 2002-08-19 | change message key: command.get.invalid.args -> command.get_invalid_args | fukachan | |
| 2002-08-19 | change hier: help.$mode.$key -> $mode.key | fukachan | |
| 2002-08-17 | more debug info. | fukachan | |
| send_user_xxx_message() set $command_args->{ _filename_to_send } before calling send_file(). | |||
| 2002-07-17 | use Mail::Message::MH | fukachan | |
| 2002-07-02 | fix comments | fukachan | |
| more defined() checks Log() -> LogError() | |||
| 2002-04-08 | fix/clean up documents | fukachan | |
| 2002-04-07 | admin_member_passwd_maps -> admin_member_password_maps | fukachan | |
| more friendly variable name syntax more comments, documents | |||
| 2002-03-30 | FML::Article::filepath() determines the article file path. | fukachan | |
| 2002-02-23 | fix filename= in mime header | fukachan | |
| 2002-02-17 | remove \s*$ | fukachan | |
| 2002-02-13 | remove import of ErrorStatus | fukachan | |
| 2002-02-11 | send back file file in $ml_home_dir if found. | fukachan | |
| return the default message if not found. "guide", "help", "objective" commands use this logic. | |||
| 2002-01-30 | use File::Spec | fukachan | |
| 2002-01-27 | clarify function acl, arguments more | fukachan | |
| 2002-01-20 | fixed to call up error to FML::Process::Command layer | fukachan | |
| 2001-12-23 | update documents, comments | fukachan | |
| 2001-12-22 | remove \s*$ | fukachan | |
| 2001-10-17 | support MH style arg: first, last, cur, first:\d+ and last:\d+ | fukachan | |
| 2001-10-14 | $optargs -> $command_args | fukachan | |
| 2001-10-13 | fix duplicatoin for $charset | fukachan | |
| 2001-10-13 | FML::Command::SendFile based. This module provides basic file sending functions | fukachan | |
