summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Process
AgeCommit message (Collapse)Author
2002-09-15switched to use of $curproc->mkdir() if couldfukachan
2002-09-15implement mkdir($dir, [$mode]) where available modes can be defined by ↵fukachan
FML::Config
2002-09-11fml5 -> fml8fukachan
2002-09-06log more error messagesfukachan
2002-09-02s/article_header/article_message_header/fukachan
s/article_body/article_message_body/
2002-08-28proper handling of "$program /var/spool/ml/elena" casefukachan
2002-08-26bug fix my ml_name (+ ml_domain) detection code:fukachan
[back ground detail] "fmlconf -n elena@fml.org" works but "fmlconf -n elena" not works since we ignore the latter case. Regaredless of poorman's strategy but we pick up the first non /^-/ string as a $ml_name and set $ml_domain to the default domain.
2002-08-19modify error messagefukachan
2002-08-19enable process if $use_distribute_program is defined.fukachan
2002-08-19enable process if $use_command_mail_program is defined.fukachan
2002-08-19rename: $use_error_analyzer -> $use_error_analyzer_programfukachan
use default $log_format_type now, remove $config->{ log_format_type } = ...
2002-08-16switch FML::Language to Mail::Message::Encodefukachan
2002-08-15s/is_timeout/is_event_timeout/g;fukachan
s/get_timeout/get_event_timeout/g; s/set_timeout/set_event_timeout/g; s/_init_timeout/_init_event_timeout/g;
2002-08-15check if $maintainer differs $ml_addressfukachan
2002-08-14define do_nothing($reason), same as stop_this_process() but for 4.0 memoryfukachan
2002-08-14s/refuse_further_processing/stop_this_process/fukachan
2002-08-14use $config->get_as_array_ref( 'header_loop_check_rules' ) to get list.fukachan
2002-08-14enable ml local message template handlingfukachan
2002-08-14apply fix_perl_include_path(); after load_config_files() runs to addfukachan
ml local library path to @INC. This is used for ml specific extention e.g. command extension.
2002-08-09change lock granualityfukachan
2002-08-08change arguments of credential functions to clarify the target address:fukachan
e.g. is_member($curproc, $args) -> is_member(addr) modified functions: o is_member() o is_privileged_member() o is_recipient() o match_system_accounts()
2002-08-07enable automatic user removing (prototype)fukachan
2002-08-07lock() and unlock() accepts channel as the argument if needed.fukachan
implemented o is_timeout( $channel ) o get_timeout( $channel ) o set_timeout( $channel, $time )
2002-08-07$scheduler_queue_dir -> $event_queue_dirfukachan
2002-08-07create FML::Error:: with separate clesses for cache manipulation andfukachan
analyzer. modified to FML::Error::Cache for cache writing.
2002-08-07define $curproc->{ scheduler } not _schedulerfukachan
define access method scheduler(). please use it e.g. $curproc->scheduler().
2002-08-03white spacesfukachan
2002-08-03scheduler_init()fukachan
2002-07-31use LogError() if appropriatefukachan
2002-07-31disable some debug messagesfukachan
2002-07-30move error analyzer core functions to FML::ErrorAnalyzefukachan
2002-07-30libexec/error not need reply_message()fukachan
2002-07-29bug fix: resolve_ml_specific_variables() and load_config_files()fukachan
add a few function prototypes
2002-07-25improve log messagesfukachan
2002-07-25improve error messagesfukachan
2002-07-23FNFfukachan
2002-07-23reconstruct SQL functions in IO::Adapterfukachan
new IO::Adapter $map, $config;
2002-07-19cgi_execute_command() checks the command is allowed infukachan
commands_for_admin_cgi. XXX "commands_for_admin_cgi" is hard-coded. XXX we should enhance this for ml-admin/*.cgi et.al.
2002-07-19repyl_message() handles makefml and *.cgi as special cases.fukachan
2002-07-19remove not used variablefukachan
2002-07-18check whether this command is allowed in this $levelfukachan
2002-07-17define printing style format such as 'text', 'html', ...fukachan
you can control it by the following access methods, get_print_style() and set_print_style(mode)
2002-07-15define the following access methods:fukachan
config() pcb() incoming_message_header() incoming_message_body() incoming_message() article_header() article_body() article_message() modified to use incoming_message_header() incoming_message_body() incoming_message() article_header() article_body() article_message().
2002-07-14copy message and send it to $maintainer toofukachan
use reply_message*() with $msg_args to copy the message if needed where $msg_args = { always_cc => $maintainer } or $msg_args = { recipient => $maintinaer } pertinently.
2002-07-14implement which_message_nl()fukachan
2002-07-14disabled makefml NOT TO USE reply_message() nowfukachan
2002-07-13check defined($ml_name) in ml_* variable handlingsfukachan
2002-07-02remove not-used functions:fukachan
- mail_aliases() - rewrite_config_if_needed()
2002-07-02remove obsolete commentsfukachan
2002-07-02fix commentsfukachan
trap -h disable some debug codes remove load_module(), which is not used