summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Digest.pm
AgeCommit message (Collapse)Author
2005-08-17fix copyrightfukachan
2005-08-11FNF: article_max_id -> article_get_max_idfukachan
2004-12-05define logdebug() to disable log messages.fukachan
modified to use proper log$role(). bug fix log messages if needed.
2004-07-23fix comments (FNF)fukachan
2004-04-23remove "use FML::Log;".fukachan
2004-04-11switch File::Sequence to IO::Adapter based sequence operationfukachan
2004-03-12variable renaming:fukachan
s/use_digest_program/use_article_digest_function/g; s/use_distribute_program/use_article_post_function/g;
2004-02-15white space cosmetics.fukachan
2004-01-02fix lock algorithm.fukachan
clean up. fix comments.
2003-10-15messager/rfc822 part not need charset ;)fukachan
2003-10-14implement get_charset() and set_charset(). modified to use it tofukachan
treat current charset changed dynamically on the fly.
2003-08-29use $curproc->config(), pcb() not { config }, { pcb } respectively.fukachan
2003-08-23modified to use $curproc->log*() methods.fukachan
2003-08-23fix comments: =head2 function(...) formfukachan
2003-03-28s/article_id_max/article_max_id/gfukachan
2003-03-16define lock channel for digest_sequence_*.fukachan
use $curproc->article_id_max() if could. clean up handling of digest_sequenc_file.
2003-01-11fix comments (FNF).fukachan
2002-12-24clean up: nuke \s*$fukachan
2002-12-22fix commentsfukachan
2002-12-10white space cosmeticsfukachan
2002-11-18digest routine can customizes header. XXX preliminary support. needs overhaul?fukachan
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-17utility functions for digest message creationfukachan