| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2002-08-07 | enable automatic user removing (prototype) | fukachan | |
| 2002-08-07 | lock() 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_dir | fukachan | |
| 2002-08-07 | create FML::Error:: with separate clesses for cache manipulation and | fukachan | |
| analyzer. modified to FML::Error::Cache for cache writing. | |||
| 2002-08-07 | define $curproc->{ scheduler } not _scheduler | fukachan | |
| define access method scheduler(). please use it e.g. $curproc->scheduler(). | |||
| 2002-08-03 | white spaces | fukachan | |
| 2002-08-03 | scheduler_init() | fukachan | |
| 2002-07-31 | use LogError() if appropriate | fukachan | |
| 2002-07-31 | disable some debug messages | fukachan | |
| 2002-07-30 | move error analyzer core functions to FML::ErrorAnalyze | fukachan | |
| 2002-07-30 | libexec/error not need reply_message() | fukachan | |
| 2002-07-29 | bug fix: resolve_ml_specific_variables() and load_config_files() | fukachan | |
| add a few function prototypes | |||
| 2002-07-25 | improve log messages | fukachan | |
| 2002-07-25 | improve error messages | fukachan | |
| 2002-07-23 | FNF | fukachan | |
| 2002-07-23 | reconstruct SQL functions in IO::Adapter | fukachan | |
| new IO::Adapter $map, $config; | |||
| 2002-07-19 | cgi_execute_command() checks the command is allowed in | fukachan | |
| 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-19 | repyl_message() handles makefml and *.cgi as special cases. | fukachan | |
| 2002-07-19 | remove not used variable | fukachan | |
| 2002-07-18 | check whether this command is allowed in this $level | fukachan | |
| 2002-07-17 | define 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-15 | define 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-14 | copy message and send it to $maintainer too | fukachan | |
| 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-14 | implement which_message_nl() | fukachan | |
| 2002-07-14 | disabled makefml NOT TO USE reply_message() now | fukachan | |
| 2002-07-13 | check defined($ml_name) in ml_* variable handlings | fukachan | |
| 2002-07-02 | remove not-used functions: | fukachan | |
| - mail_aliases() - rewrite_config_if_needed() | |||
| 2002-07-02 | remove obsolete comments | fukachan | |
| 2002-07-02 | fix comments | fukachan | |
| trap -h disable some debug codes remove load_module(), which is not used | |||
| 2002-07-02 | fix comments | fukachan | |
| remove rewrite_config_if_needed() bug $ml_name handling | |||
| 2002-07-02 | fix comments | fukachan | |
| 2002-07-02 | remove obsolete line | fukachan | |
| 2002-07-02 | clean up/fix comments, fix copyright | fukachan | |
| 2002-07-02 | clean up/fix comments | fukachan | |
| 2002-06-30 | clean up: nuke \s*$ | fukachan | |
| 2002-06-30 | $self -> $curproc | fukachan | |
| 2002-06-30 | fix the condition to show help | fukachan | |
| 2002-06-30 | fix ISA for ->speculate_max_id() | fukachan | |
| 2002-06-28 | separate execution of the command and the menu pop up. | fukachan | |
| Firstly execute run_cgi_main() and show tables after that. | |||
| 2002-06-27 | major overhaul: delayed loading of *.cf files. The loading is done | fukachan | |
| within prepare() method now to handle virtual domains properly. | |||
| 2002-06-25 | change locations for command_help() and options() | fukachan | |
| 2002-06-25 | get_recipient_list() -> get_address_list( $map ) | fukachan | |
| 2002-06-25 | beautify cgi interface | fukachan | |
| 2002-06-24 | bug fix ml_home_prefix() search algorithm | fukachan | |
| 2002-06-24 | clean up menu, bug fix run_cgi_menu() args | fukachan | |
| 2002-06-24 | more defined() checks and sanity check if could | fukachan | |
| 2002-06-24 | bug fix ml_home_prefix() args, more defined() checks | fukachan | |
| 2002-06-24 | get_ml_list(): check $ml_home_prefix, bug fix default domain handling | fukachan | |
| 2002-06-22 | define ml_name() method | fukachan | |
| ml_domain() returns the current process's domain not default one. ml_home_prefix() and get_ml_list() behave more properly to reflect the current situation. fix ml_domain handling of rewrite_config_if_needed(). | |||
| 2002-06-22 | align (white spaces) | fukachan | |
