summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Command
AgeCommit message (Collapse)Author
2005-12-16fix dup.fukachan
2005-11-30fix copyrightfukachan
2005-11-30use $curproc->credential();fukachan
2005-08-23implement reviveml command to revive a removed MLfukachan
2005-08-19FNF: XXX_clean_up() -> XXX_cleanup()fukachan
2005-08-19$curproc->output_{set,get}_print_style().fukachan
2005-08-17fix copyrightfukachan
2005-08-17FNF: adjust methond naming convension.fukachan
follow changes of FML::User::Control: userXXX() -> user_XXX()
2005-08-17FNF: adjust method naming convension.fukachan
langinfo_XXX() e.g. langinfo_get_charset()...
2005-08-17FNF: adjust method naming convension.fukachan
$curproc->thread_db_args(); -> $curproc->article_thread_init();
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-06-04fix copyrightfukachan
2005-06-04method 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
2005-05-30fix copyrightfukachan
2005-05-30${admin,}command_mail_restrictions support "check_pgp_signature" rule.fukachan
Both restrictions uses same rule name but which needs different keyring directories. So, we need to handle carefully the context of two restrictions.
2005-05-27fix comments (FNF)fukachan
2005-05-26$curproc->allow_reply_message() -> $curproc->is_allow_reply_message().fukachan
2005-05-26not use str.strfukachan
2005-05-26log errors more.fukachan
2004-12-19fix copyrightfukachan
2004-12-05define logdebug() to disable log messages.fukachan
modified to use proper log$role(). bug fix log messages if needed.
2004-11-25clean up around set_target_system()fukachan
2004-11-24generate merge() method by separeting codes.fukachan
2004-11-21basic support of CUI configuration menu.fukachan
2004-09-06launch warning on site_init.ph and site_force.ph if needed.fukachan
2004-09-04print only valid queuefukachan
2004-09-03show all entries not only within active queue.fukachan
2004-08-14show number of requests if requests > 0fukachan
2004-07-26rewritten to use $curproc->thread_db_args() method for code sharing.fukachan
2004-07-26fix copyright.fukachan
2004-07-23white space cosmeticsfukachan
2004-07-23fix comments (FNF)fukachan
2004-07-23fix error messagesfukachan
2004-07-23fix comments.fukachan
use //o if could.
2004-07-23fix comments (FNF).fukachan
ensure initial value.
2004-07-23fix typo of error messages.fukachan
2004-07-11fix commentsfukachan
2004-07-06always ignore arguments of {subscribe,unsubscribe} command mail requestsfukachan
to ensure more correct confirmation.
2004-06-30overhaul: fix comments and messages. validate initial value.fukachan
2004-06-29overhaul:fukachan
o fix comments. o fix messages/error messages. o use //o if could. o specify initial value.
2004-06-27bug fix: implement verify_syntax().fukachan
2004-06-26overhaul: fix comments, messages and style.fukachan
2004-06-26fix comments.fukachan
change default: tail -100 by default.
2004-06-26fix comments.fukachan
bug fix reset of $command_args .
2004-06-26fix comments.fukachan
change private method name. modify sanity check a little.
2004-06-26fix comments.fukachan
bug fix reset of $command_args values.
2004-06-26fix comments.fukachan
warn() -> ui_message().
2004-06-26fix comments.fukachan
my (@var) = ... style.
2004-06-26fix comments.fukachan
quotemeta search key.