| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2006-05-03 | try to expire articles once per day if enabled. | fukachan | |
| 2006-05-03 | modify log messages | fukachan | |
| 2006-05-03 | implement expire(), which function expires too old articles. | fukachan | |
| 2006-05-02 | changed that permit_forward_to_moderator() returns ("matched", "ignore"). | fukachan | |
| 2006-05-02 | modified to use $confirm_command_expire_limit which value is converted | fukachan | |
| to the integer by as_second() method of FML::Config. | |||
| 2006-05-02 | implement as_second($key), which returns the value as seconds such as | fukachan | |
| 86400 for '1d'. | |||
| 2006-05-02 | regen: $confirm_command_expire_limit | fukachan | |
| 2006-05-02 | define $confirm_command_expire_limit (= 14d by default). | fukachan | |
| 2006-04-30 | support for LOGFILE_NEWSYSLOG_LIMIT and XMLNAME | fukachan | |
| 2006-04-30 | regen: 83 % checked. | fukachan | |
| 2006-04-30 | 83 % checked. | fukachan | |
| 2006-04-28 | fix copyright | fukachan | |
| 2006-04-28 | fix open() mode: r -> < | fukachan | |
| 2006-04-22 | runs operation on log files (currently log rotation). | fukachan | |
| 2006-04-22 | message modified (unified among modules) | fukachan | |
| 2006-04-22 | regen: log_rotate_* | fukachan | |
| 2006-04-22 | regen | fukachan | |
| 2006-04-22 | variable name changed due tu overhaul of FML::File::Rotate. | fukachan | |
| $log_rotate_size_limit $log_rotate_archive_file_total | |||
| 2006-04-22 | FML::File::Rotate overhaul-ed. access method changed. | fukachan | |
| 2006-04-20 | log as status=deferred not status=fail when the delivery fails. | fukachan | |
| 2006-04-20 | fix error reset timing. | fukachan | |
| show more useful info in log message. | |||
| 2006-04-20 | try to connect(2) $mta by IPv6 if (1) we can use Socket6 and (2) mta | fukachan | |
| is not pure IPv4 syntax (Iv6 syntax or hostname). IPv6 module, which should be fully rewritten in the future, exports parse_mta6() and is_pure_ipv4_syntax(). rewritten to use them. | |||
| 2006-04-18 | fix copyright | fukachan | |
| 2006-04-17 | logging system enabled by default | fukachan | |
| 2006-04-17 | $Counter -> $global_counter, easily identified as a global variable. | fukachan | |
| base address is ( $article_post_address || $maintainer ). fix style. | |||
| 2006-04-17 | define logdebug() | fukachan | |
| 2006-04-17 | define dummy rewrite_message_id() method and the rewrite rule. | fukachan | |
| this method does nothing by default (pass the original message id as itself). | |||
| 2006-04-16 | fix variable names: | fukachan | |
| num_file -> num_files num_dir -> num_dirs | |||
| 2006-04-16 | fix variable name: num_rcpt -> rcpt_total | fukachan | |
| 2006-04-16 | fix variable name syntax: _num_attachment -> _num_attachments | fukachan | |
| 2006-04-16 | clean up variable name style. | fukachan | |
| 2006-04-15 | nuke ambiguous method and variable name. | fukachan | |
| num_paragraph() -> paragraph_total() (XXX see "Code Complete"). each variable holding this return value is fixed to $total. | |||
| 2006-04-11 | temporarily disable logging system before calling is_permit_post() at | fukachan | |
| filter check. | |||
| 2006-04-11 | define log_{enable,disable}() to enable/disable logging system. | fukachan | |
| 2006-04-11 | apply filter system to avoid useless work if distribution is allowed. | fukachan | |
| 2006-04-11 | {article_post,command_mail}_restrictions support | fukachan | |
| {ignore,ignore_invalid_request}. | |||
| 2006-04-10 | enhance restriction checks for invalid contents to determine the | fukachan | |
| action against such content. | |||
| 2006-04-10 | define restriction_state_set_ignore_reason() and | fukachan | |
| restriction_state_get_ignore_reason() methods. | |||
| 2006-04-10 | define ignore() and ignore_invalid_request() methods. | fukachan | |
| assert | |||
| 2006-04-10 | define ignore() and ignore_invalid_request() methods. | fukachan | |
| 2006-04-09 | define reply_message_delete() template | fukachan | |
| 2006-04-09 | modify debug message | fukachan | |
| 2006-04-05 | mask some debug messages | fukachan | |
| 2006-04-05 | modifieid to sync w/ Mail::Delivery::Queue changes. | fukachan | |
| pass log function pointer to Mail::Delivery system. | |||
| 2006-04-05 | modifieid to sync w/ Mail::Delivery::Queue changes. | fukachan | |
| + more fast lock + pass log function pointers. + pass queue object to Mail::Delivery system. + check if delivery is DONE or not by get_not_done(). | |||
| 2006-04-05 | modifieid to sync w/ Mail::Delivery::Queue changes. | fukachan | |
| + use recipient_maps as an argument to Mail::Delivery system. + pass queue object to Mail::Delivery system. + check if delivery is DONE or not by get_not_done(). | |||
| 2006-04-05 | trylock() test | fukachan | |
| 2006-04-05 | fix fallback algorithm: we need not do fallback for the queue already | fukachan | |
| on the queue. bug fix loop check counting. bug fix queue_directry info handling. prepare several acess methods: _is_map_in_queue(), _set_queue_directory(), _get_queue_directory(), set_not_done(), get_not_done(). | |||
| 2006-04-05 | fix usage of logging. | fukachan | |
| trylock() is available, too. validate stat() object before using it. | |||
| 2006-04-05 | queue_flush() takes no argument | fukachan | |
