| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2004-02-29 | fi typo | fukachan | |
| 2004-02-27 | select proper language for reply message based on Accept-Language, | fukachan | |
| Content-Type and language preference order. use plural languages if needed. | |||
| 2004-02-27 | define lang_to_charset(). | fukachan | |
| fix return value for some methods. use "print if $debug" in some cases. | |||
| 2004-02-27 | define __convert_message_nl() and use it. | fukachan | |
| allow loader program uses reply_message() method. | |||
| 2004-02-27 | fix comments on reply_message() around. | fukachan | |
| reply_message() handles request when the current process runs under MTA. fix regexp optimization. | |||
| 2004-02-26 | change Mail::Message::Encode to Mail::Message::String in message handling. | fukachan | |
| implement get_preferred_languages() method. | |||
| 2004-02-26 | implement set_language_hint(), get_language_hint(). | fukachan | |
| get_accept_language_list() returns [] not [*] when no data. | |||
| 2004-02-26 | get_charset: fix default charset handling | fukachan | |
| 2004-02-26 | more proper charset handling based on Content-Type: field. | fukachan | |
| 2004-02-26 | new option -o key=value which overrider configurations. | fukachan | |
| you can use duplicated -o options e.g. -o key1=value1 -o key2=value2. | |||
| 2004-02-15 | ui_message() prefers $msg_args->{level} if specified. | fukachan | |
| 2004-02-15 | white space cosmetics. | fukachan | |
| 2004-01-31 | not use "$cf_list = $curproc->get_config_files_list();". | fukachan | |
| $curproc->load_config_files($cf_list); -> $curproc->load_config_files(); | |||
| 2004-01-24 | overhaul: clean up (FNF) | fukachan | |
| 2004-01-21 | more todo comments. | fukachan | |
| remove 'use FML::Log' which is not used. | |||
| 2004-01-21 | clean up. | fukachan | |
| cosmetics. more todo. | |||
| 2004-01-18 | overhaul: more comments | fukachan | |
| 2004-01-14 | load_config_files() not need the argument. | fukachan | |
| load_config_files() do sanity checks for mta and cgi processes. | |||
| 2004-01-14 | bug fix handling of $args within $curproc for further reference. | fukachan | |
| 2004-01-04 | fix copyright | fukachan | |
| 2004-01-04 | update/fix comments | fukachan | |
| 2004-01-03 | fix comments (FNF) | fukachan | |
| 2004-01-02 | fix/update comments. | fukachan | |
| 2004-01-02 | more error checks. | fukachan | |
| fix comments. | |||
| 2004-01-02 | fix copyright | fukachan | |
| 2004-01-02 | fix copyright | fukachan | |
| 2004-01-02 | remove/rename $args | fukachan | |
| 2004-01-02 | remove $args from _cgi_resolve_ml_specific_variables(); | fukachan | |
| 2004-01-02 | $curproc->resolve_ml_specific_variables( $args ); | fukachan | |
| $curproc->load_config_files( $args->{ cf_list } ); => $curproc->resolve_ml_specific_variables(); my $cf_list = $curproc->get_config_files_list(); $curproc->load_config_files($cf_list); $curproc->parse_incoming_message($args); => $curproc->parse_incoming_message(); | |||
| 2004-01-02 | +set_config_files_list() | fukachan | |
| +append_to_config_files_list() +get_config_files_list() | |||
| 2004-01-01 | remove $args. | fukachan | |
| It is a top level parameter FML::Process::Switch provides. Almost functions should access the content via utility methods provided by FML::Process::Utils. | |||
| 2004-01-01 | FNF: fix copyright | fukachan | |
| 2004-01-01 | fix: cgi_var_cgi_mode() return null string by default. | fukachan | |
| 2004-01-01 | fix message | fukachan | |
| 2003-12-30 | experimental implementation done. | fukachan | |
| 2003-12-30 | bug fix initialization. | fukachan | |
| update comments. sort. clarify function role by renaming: ProcessSwitch() -> load_module() Process::Switch | |||
| 2003-12-30 | import $default_ml_home_prefix from main.cf name space. | fukachan | |
| 2003-12-30 | bug fix get_incoming_message_cache_file_path() | fukachan | |
| 2003-12-29 | save incoming_message cache file path on memory for later use. | fukachan | |
| 2003-12-29 | implement {get,set}_incoming_message_cache_file_path(). | fukachan | |
| 2003-12-28 | clean up class hierarchy. | fukachan | |
| o FML::HomeDir::Prefix -> FML::ML::HomePrefix; o FML::MTAControl -> FML::MTA::Control o move main codes in newml and rmml to FML::ML::Control class. | |||
| 2003-12-25 | add log at htmlify article end | tmu | |
| 2003-12-25 | bugfix default $use_address_mask and $address_mask_type in thread_db_args() | tmu | |
| 2003-12-24 | remove the direct use of $args, use utility methods via $curproc | fukachan | |
| 2003-12-24 | use is_need_ml_name() not $args->{ ... } | fukachan | |
| 2003-12-24 | implement is_need_ml_name() | fukachan | |
| 2003-12-24 | add and enable libexec/faker | fukachan | |
| 2003-12-06 | cosmetics: white space | fukachan | |
| 2003-11-30 | system_accounts -> system_special_accounts. | fukachan | |
| XXX xxx_restrictions supports "reject_system_accounts" for backward XXX compatiblity. | |||
| 2003-11-29 | defined() check of log_message_queue | fukachan | |
