summaryrefslogtreecommitdiff
path: root/fml/lib/FML
AgeCommit message (Collapse)Author
2006-02-03context switch safefukachan
2006-02-03define {set,get}_context() method.context-switch-safe-basefukachan
2006-02-01fmlproj, yet another demofukachan
2006-01-15implement policy_ignore_this_message(), policy_reject_this_message().fukachan
2006-01-13is_config_cf_exist() evals the statements.fukachan
implement is_fml8_managed_address() which checks the given address is either of fml8 managed ml addresses.
2006-01-12on the format of files in ~/.schedule/ directory.fukachan
2006-01-09fix copyrightfukachan
2006-01-09white space cosmetics.fukachan
fix copyright.
2006-01-09add rewrite_subject_tag() equal to rewrite_article_subject_tag().fukachan
rewrite_reply_to_enforce_article_post_address() fix comments.
2006-01-08add prototype to translate PERMIT*_FROM and REJECT_*_HANDER combinationsfukachan
2006-01-08fix copyrightfukachan
2006-01-07use reply_message() in chaddr operations to send back log.fukachan
2006-01-07Accoding to ${command}_command_operation_mode, it works differently.fukachan
1. XXX_command_operation_mode == automatic, fml8 do subscription et.al. automatically. 2. XXX_command_operation_mode == manual, notify "the request is confirmed" to $maintainer, who do actual subscription et.al.
2006-01-07move location of reseting compare_level.fukachan
rewritten to call FML::Command::Message->send_notification() not direct reply_message() calls in Command::User:: class. send_notification() works differently according to the value of $XXX_command_auth_type variable.
2006-01-04regen: converter fixed.fukachan
2006-01-04change diff() return value to ($config, $diff), ARRAY of HASH_REF's.fukachan
add debug codes.
2006-01-02regenfukachan
2006-01-02new keyword system.fukachan
fix some rules.
2006-01-02fix comments (FNF).fukachan
fix copyright.
2006-01-01pass $config to translation*() methods.fukachan
support MODERATOR_MEMBER_LIST, ADMIN_LOG_DEFAULT_LINE_LIMIT. implement translate_not_yet_implemented(). clean up. modify comments.
2005-12-19implement permit_moderator_member_maps().fukachan
2005-12-19implement is_moderator_member()fukachan
2005-12-19permit_forward_to_moderator() returns (matched, ignore)fukachan
2005-12-19remove moderation queue if distribution succeded.fukachan
2005-12-19change is_permit_post() retruns action string not number (0/1) tofukachan
support 3 permit/ignore/deny states.
2005-12-18implement id(), set(), get()fukachan
2005-12-18o fix comments.fukachan
o if (defined ) { .. open .. }
2005-12-18fix copyrightfukachan
2005-12-18workaround: unlock() call lock object via IO::Adapter if saved objectfukachan
undefined. bug fix loop check functions to check enabler variable definition.
2005-12-18implement fundamental functions:fukachan
o forward_to_moderator o distribute_article
2005-12-18clean upfukachan
2005-12-18support fundamental functions:fukachan
o extract queue_id from confirmaion database. o distribute article.
2005-12-18pass _confirm_id information to called process.fukachan
support "moderate" command.
2005-12-18implement permit_forward_to_moderator.fukachan
2005-12-18comment on incomplete dup_command_argsfukachan
2005-12-18NewProcess() takes hints as args to overload configuration in a new process.fukachan
2005-12-18add more debug codesfukachan
2005-12-17implement dup_curproc_args() templatefukachan
2005-12-17not need to pass $args to FML::Process::Switch::NewProcess() whichfukachan
fake $args by $curproc->dup_curproc_args().
2005-12-16fix dup.fukachan
2005-12-11pass hints to IO::Adapter to return matched address.fukachan
2005-11-30use $curproc->credential()fukachan
2005-11-30use $address_compare_function_domain_matching_levelfukachan
2005-11-30fix copyrightfukachan
2005-11-30use $curproc->credential();fukachan
2005-11-30define credential() methodfukachan
2005-09-17check method existence before calling.fukachan
rename method names.
2005-09-17eval use ..fukachan
2005-09-16is_signature() and is_citation() switched to Mail::Message::String based.fukachan
2005-09-14changed to FML::Article->add_outline($tdb_args) style.fukachan