summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Process/Command.pm
AgeCommit message (Expand)Author
2005-11-30use $curproc->credential();fukachan
2005-08-10config_files_XXX() -> config_cf_files_XXX() to clarify the meaning.fukachan
2005-06-04method naming fixed to $curproc->OBJ_METHOD() form (FNF).fukachan
2005-05-27$use_command_mail_reply_preamble toggles off/on to show the preamblefukachan
2004-12-05define logdebug() to disable log messages.fukachan
2004-07-23white space cosmeticsfukachan
2004-07-23fix comments and error messages.fukachan
2004-05-29bug fix my() usage.fukachan
2004-05-25new FML::Filter $curproc;fukachan
2004-05-22add $command_mail_filter_{start,end}_hook hooks.fukachan
2004-04-28correct error messagefukachan
2004-04-23remove "use FML::Log;".fukachan
2004-04-22check $context if it is well defined. if ok, call command.fukachan
2004-03-14modify command analyze logic. currently, applyfukachan
2004-03-12variable renaming.fukachan
2004-03-04merge new command mail framework [from command-reconstruct branch]fukachan
2004-02-15white space cosmetics.fukachan
2004-01-31not use "$cf_list = $curproc->get_config_files_list();".fukachan
2004-01-24overhaul: clean up (FNF)fukachan
2004-01-02fix copyrightfukachan
2004-01-02remove/rename $argsfukachan
2004-01-02$curproc->resolve_ml_specific_variables( $args );fukachan
2004-01-01remove $args.fukachan
2003-11-30system_accounts -> system_special_accounts.fukachan
2003-11-29define $use_computer_output.fukachan
2003-10-17command_prompt -> command_mail_reply_promptfukachan
2003-08-29use $curproc->config(), pcb() not { config }, { pcb } respectively.fukachan
2003-08-23define $curproc->log, logwarn, logerror and log_message() methods.fukachan
2003-08-23fix comments: =head2 function(...) formfukachan
2003-05-14implement size limit filter for both article and command mail.fukachan
2003-03-15specify the definition on $command_args HASH STRUCTURE.fukachan
2003-03-05return header for debug in errorfukachan
2003-02-09cosmetics (white spaces)fukachan
2003-02-05add $command_run_{start,end}_hookfukachan
2003-02-03for hook, wrap main code by is_refused() condition such as:fukachan
2003-01-11fix comments.fukachan
2003-01-03modify log messages.fukachan
2002-12-25fix comments.fukachan
2002-12-24clean up: nuke \s*$fukachan
2002-12-24rename:fukachan
2002-09-22add section on FNFfukachan
2002-09-11fml5 -> fml8fukachan
2002-08-19enable process if $use_command_mail_program is defined.fukachan
2002-08-14apply fix_perl_include_path(); after load_config_files() runs to addfukachan
2002-08-08change arguments of credential functions to clarify the target address:fukachan
2002-08-03white spacesfukachan
2002-08-03scheduler_init()fukachan
2002-07-25improve error messagesfukachan
2002-07-19remove not used variablefukachan
2002-07-18check whether this command is allowed in this $levelfukachan