summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Process
AgeCommit message (Collapse)Author
2003-01-05add fmlerror, fix fmlsuper getoptfukachan
2003-01-05add fmlerror prototypefukachan
2003-01-03fix help message.fukachan
nuke not used variables.
2003-01-03modify log messages.fukachan
hide messages for debug mode.
2003-01-02fix descriptionfukachan
2003-01-02enable fmlsuper using FML::Process::Superfukachan
2002-12-26FNF-ifyfukachan
2002-12-25not use smtp_log_handle to avoid duplication in var/mail/outgoing/fukachan
2002-12-25fix comments.fukachan
rename: _allow_command() -> _config_allow_command()
2002-12-25fix commentsfukachan
2002-12-24clean up: nuke \s*$fukachan
2002-12-24rename:fukachan
o _is_valid_command() -> _config_permit_command() o _is_valid_syntax() -> _is_safe_syntax() o _auth_admin() -> _try_admin_auth() fix changes. more log of level exceptions.
2002-12-24fix comments. cosmetic changes.fukachan
2002-12-23clean up.fukachan
fix comments. fix label name. check address pattern by FML::Restriction. //o if could.
2002-12-23clean up.fukachan
fix comments.
2002-12-22fix commentsfukachan
2002-12-21add commentfukachan
2002-12-18fix comments, more error messagsefukachan
2002-12-18fix comments.fukachan
//o
2002-12-18clean up comments.fukachan
$fh->close()
2002-12-10white space cosmeticsfukachan
2002-12-01bug fix article object handling:fukachan
we should not initialize article object under libexec/distribute runs. pass $article object to $summary object by append($article, $id).
2002-11-26update summary file by calling $summary->append($id)fukachan
2002-11-26fix help and conditions to show helpfukachan
2002-11-26more defined() checkfukachan
2002-11-26implement $summary->rebuild() to enable "fmlsummary rebuild $ml_name".fukachan
2002-11-26enable fmlsummary $command $ml_name ...fukachan
2002-11-26main process of fmlsummaryfukachan
2002-11-26enable fmlsummaryfukachan
2002-11-23enable to handle digest_recipient in which_map_nl().fukachan
2002-11-19bug fix queue identifier generationfukachan
2002-11-18more debug infofukachan
2002-11-18digest routine can customizes header. XXX preliminary support. needs overhaul?fukachan
2002-11-18correct start id calculationfukachan
enable queue flush to send digest.
2002-11-17enabled passing of recipient_maps (ARRAY_REF) into mail queue.fukachan
By this, we can now pass $digest_recipient_maps as digest recipients to mail queue system.
2002-11-17implement _digest(), which is the real function to process digestfukachan
message creation. XXX mail queue operation is not yet implemented.
2002-11-16prototype of digest deliveryfukachan
2002-11-16enable libexec/digestfukachan
2002-11-10cosmetic changes: white spacesfukachan
2002-11-07implement fmladdr command, which shows all users and aliases.fukachan
2002-10-29ensure umask escape in _mkpath_*()fukachan
2002-10-29fix escape of Log(...) in eval q{}fukachan
2002-10-28fix db_update cannot get last_id from _speculate_last_id() use seqfiletmu
2002-10-22handle fmlthread $argv same as makefml onefukachan
2002-10-05FNF-ifyfukachan
2002-10-03enabled to handle order in index.html by $html_archive_index_order_type.fukachan
Mail::Message::ToHTML o htmlify_{file,dir}() is changted to normal methods for passing arguments.
2002-09-29sync w/ FML::Filter reconstruction. rename function namefukachan
2002-09-29"fmlconf $ml $varname" shows "$varname = $value".fukachan
unless $varname specified, dump all variables.
2002-09-22remove superfluous white spacesfukachan
2002-09-22add section on FNFfukachan