summaryrefslogtreecommitdiff
path: root/fml/lib/FML
AgeCommit message (Collapse)Author
2004-11-14define $article_post_article_thread_lifetime anyway (hmm, valid?)fukachan
2004-11-03rename private method: _distribute -> _deliver_article_prepfukachan
2004-10-31sort, clean up.fukachan
2004-10-28bug fix and enhance reference extranction logic.fukachan
2004-10-28update article message-id cache if article is saved successfully.fukachan
2004-10-28implement "check_article_thread" operation.fukachan
Itt allows post from someone who reffers articles within one weeks.
2004-10-09yet another skin (old fashion)fukachan
2004-10-09implement plural GUI skins.fukachan
create FML::CGI::Skin::* class. remove FML::CGI::Menu. FML::CGI::Menu -> FML::CGI::Skin::Base and create sub classes inheriting Base.
2004-10-09show "back to top" menu in old fashion skin case.fukachan
2004-10-09fix comments (FNF)fukachan
2004-10-06modify configuration error check:fukachan
o validate the value of $maintainer and $ml_address variables. o disable checks for *.cgi processes.
2004-10-03fix owner and group of created file/dirfukachan
2004-10-03implement chown() method for convenience.fukachan
2004-09-29set up $group_writable_config_dir.fukachan
2004-09-28vaflidate if $pcb defined or notfukachan
2004-09-06fix typofukachan
2004-09-06launch warning on site_init.ph and site_force.ph if needed.fukachan
2004-09-06replace "/tmp/default_config.ph" withfukachan
speculate_default_config_ph_path() method.
2004-09-04targets cleanup() operatites are non active queues.fukachan
2004-09-04print only valid queuefukachan
2004-09-03fix message: remove too old queue ...fukachan
2004-09-03set log function for qmgr.fukachan
reset queue list fter rescheduling. pull up $max_count to 100. resolve lock confliction in queue manipulation.
2004-09-03implement is_process_time_limit() method to warn that end of processfukachan
life time comes soon.
2004-09-03show all entries not only within active queue.fukachan
2004-08-15bug fix condition that empty queue or notfukachan
2004-08-15implement voluntary sleep/wakeup queue mode switching.fukachan
o implement queue management utilities. o move queue from active to deferred if delivery failed. o rename *_strategy to *_policy o overhaul/clean up internal style.
2004-08-15warn "not queue flush due to MTA fatal error.".fukachan
2004-08-14specify queue strategy to get proper queue list.fukachan
currently we use "fair-queue".
2004-08-14log more info in failing over.fukachan
2004-08-14process 2 requests in one process (temporary solution).fukachan
XXX-TODO: enhance qmgr more cleverly.
2004-08-14ensure initial value to be defined.fukachan
2004-08-14show number of requests if requests > 0fukachan
2004-08-13temporal failure when external filter process timeouts.fukachan
if external filter process timeouts, notify it to $curproc layer, and distribution process exit(75) for temporal failure. implement filter_state_{set,get}_tempfail_request().
2004-08-13change cleanup() logic:fukachan
get all queue id list and remove too old invalid queue.
2004-08-13change arguemnts for new() and send().fukachan
implement template of cleanup() method.
2004-08-13clean up mail queue periodically.fukachan
2004-08-12define default subject used if unspecifiedfukachan
2004-07-27log error message: exit(EX_TEMPFAIL) to retry later.fukachan
2004-07-27implement message_nl() and modified to use it.fukachan
2004-07-26thread_db_args() returns htmlifier parameters with subject tag hints.fukachan
2004-07-26rewritten to use $curproc->thread_db_args() method for code sharing.fukachan
2004-07-26fix copyright.fukachan
2004-07-23white space cosmeticsfukachan
2004-07-23change constructor argument (but not used yet).fukachan
fix error messages. fix comments.
2004-07-23fix comments, style and add loop label, ... (FNF).fukachan
ensure initial value.
2004-07-23fix typo.fukachan
show nl error message if could.
2004-07-23fix comments (FNF)fukachan
2004-07-23fix typofukachan
2004-07-23fix error messages.fukachan
ensure initial value.
2004-07-23fix comments.fukachan