summaryrefslogtreecommitdiff
path: root/fml/lib/FML
AgeCommit message (Collapse)Author
2006-05-05fix copyrightfukachan
2006-05-04fix typo: $use_admin_command_mail_fucntionfukachan
2006-05-04bug fix: pass recipient information to reply_message_nl().fukachan
2006-05-04move "send welcome message" code to FML::Command::Admin::subscribe class.fukachan
2006-05-04send back welcome file in subscription when running under CGI/MTA process.fukachan
2006-05-04expire too old submitted queue after $moderate_queue_expire_limit.fukachan
2006-05-04expire article summary (remove content, corresponding with expiredfukachan
articles, in summary).
2006-05-04expand % format in $log_file by strftime(3).fukachan
2006-05-04change default message subject to "message from $ml_name ML $myname system".fukachan
call $queue->expire() in incoming_message_cleanup_queue().
2006-05-04expire article under lockedfukachan
2006-05-04define incoming_message(), which returns undef as a dummy.fukachan
2006-05-03try to expire articles once per day if enabled.fukachan
2006-05-03modify log messagesfukachan
2006-05-03implement expire(), which function expires too old articles.fukachan
2006-05-02changed that permit_forward_to_moderator() returns ("matched", "ignore").fukachan
2006-05-02modified to use $confirm_command_expire_limit which value is convertedfukachan
to the integer by as_second() method of FML::Config.
2006-05-02implement as_second($key), which returns the value as seconds such asfukachan
86400 for '1d'.
2006-04-30support for LOGFILE_NEWSYSLOG_LIMIT and XMLNAMEfukachan
2006-04-30regen: 83 % checked.fukachan
2006-04-3083 % checked.fukachan
2006-04-28fix copyrightfukachan
2006-04-22runs operation on log files (currently log rotation).fukachan
2006-04-22message modified (unified among modules)fukachan
2006-04-22FML::File::Rotate overhaul-ed. access method changed.fukachan
2006-04-20log as status=deferred not status=fail when the delivery fails.fukachan
2006-04-18fix copyrightfukachan
2006-04-17logging system enabled by defaultfukachan
2006-04-17$Counter -> $global_counter, easily identified as a global variable.fukachan
base address is ( $article_post_address || $maintainer ). fix style.
2006-04-17define logdebug()fukachan
2006-04-17define 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-16fix variable names:fukachan
num_file -> num_files num_dir -> num_dirs
2006-04-16clean up variable name style.fukachan
2006-04-15nuke 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-11temporarily disable logging system before calling is_permit_post() atfukachan
filter check.
2006-04-11define log_{enable,disable}() to enable/disable logging system.fukachan
2006-04-11apply filter system to avoid useless work if distribution is allowed.fukachan
2006-04-10enhance restriction checks for invalid contents to determine thefukachan
action against such content.
2006-04-10define restriction_state_set_ignore_reason() andfukachan
restriction_state_get_ignore_reason() methods.
2006-04-10define ignore() and ignore_invalid_request() methods.fukachan
assert
2006-04-10define ignore() and ignore_invalid_request() methods.fukachan
2006-04-09define reply_message_delete() templatefukachan
2006-04-05modifieid to sync w/ Mail::Delivery::Queue changes.fukachan
pass log function pointer to Mail::Delivery system.
2006-04-05modifieid 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-05modifieid 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-05queue_flush() takes no argumentfukachan
2006-04-04queue validation logic modified.fukachan
2006-04-03enable fallbackfukachan
2006-04-02fix copyrightfukachan
2006-04-02clean up input buffer (nuke \s+$)fukachan
2006-04-01fix copyrightfukachan