summaryrefslogtreecommitdiff
path: root/fml/lib/FML
AgeCommit message (Expand)Author
2003-08-30simple queue manipulation toolfukachan
2003-08-30bug fix config(),pcb() (over-converted ;)fukachan
2003-08-29over-converted ;) back againfukachan
2003-08-29use $curproc->config(), pcb() not { config }, { pcb } respectively.fukachan
2003-08-25FNF: fix commentsfukachan
2003-08-24save $@ via logwarn() not print STDERR ..fukachan
2003-08-24remove debugfukachan
2003-08-24print STDERR ... -> carp(...)fukachan
2003-08-23fix copyrightfukachan
2003-08-23modified to use $curproc->log*() methods.fukachan
2003-08-23new FML::Mailer $curproc;fukachan
2003-08-23define $curproc->log, logwarn, logerror and log_message() methods.fukachan
2003-08-23sort function definitions.fukachan
2003-08-23fix comments: =head2 function() formfukachan
2003-08-23fix comments: =head2 function(...) formfukachan
2003-08-20define the detail of address masking against spammers.fukachan
2003-08-18support --quiet options for makefml and fml.fukachan
2003-08-16$| = 1 if debugfukachan
2003-08-16comments on threadfukachan
2003-08-16check whether $ml_home_dir not exists in _init_lock().fukachan
2003-08-14test html_archive_address_mask mask or nomasktmu
2003-08-06clarify old/new thread engine routines.fukachan
2003-08-05rename htmlify() to _htmlify() to clarify it is private.fukachan
2003-08-03FNFfukachan
2003-08-03fix arguments used in the case of key "error.reject_notice_preamble"fukachan
2003-08-01deny_reason not over writetmu
2003-07-21use our own Date: field when we use Mail::Message::Compose (MIME::Lite).fukachan
2003-07-21method-ify cut_off_reply_tag()fukachan
2003-07-21method-ify date_to_unixtime() of Mail::Message::Date.fukachan
2003-07-21removed once.fukachan
2003-07-21FNFfukachan
2003-07-20separete thread_db_args() routine prepares thread information.fukachan
2003-07-19fixed to co-work with udb well.fukachan
2003-07-18add comment(todo): we need swtich to forward whether header or header+body ?fukachan
2003-06-29check the number of request in get commands.fukachan
2003-06-25add $debug for debug message to Log at only debug-modetmu
2003-06-22add && enable functions: check_command_limit, check_line_length_limit.fukachan
2003-06-11add check_date() for missing date fieldtmu
2003-05-28list up summary for each algorithm defined in $error_analyzer_function_list.fukachan
2003-05-28move main part of print() to FML::Error::Analyzer::* modules.fukachan
2003-05-28FMF: fix ocmmentsfukachan
2003-05-28restructuring under FML::Error class to be more extensible.fukachan
2003-05-20FNF: fix commentsfukachan
2003-05-20move the status dump code from FML::Command::Admin:error to FML::Error.fukachan
2003-05-20disable lock since FML::Error locks itself if needed.fukachan
2003-05-15cgi support digeston and digestofffukachan
2003-05-14implement size limit filter for both article and command mail.fukachan
2003-05-13check the existence of path_* programsfukachan
2003-05-13use "reject_notice_preamble" in filter rejection notice.fukachan
2003-05-13use $_arg_address not $_arg_senderfukachan