summaryrefslogtreecommitdiff
path: root/fml
AgeCommit message (Collapse)Author
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-07+moderatefukachan
+udb
2006-01-07+revivemlfukachan
2006-01-07regen: *_command_operation_modefukachan
2006-01-07regen: *_command_operation_modefukachan
2006-01-07+chaddr_command_operation_mode = automaticfukachan
+subscribe_command_operation_mode = automatic +unsubscribe_command_operation_mode = automatic
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-04update todofukachan
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-19regen: moderate class et.al.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-18enhanced dup_conent() to take two arguments.fukachan
2005-12-18add more debug codesfukachan
2005-12-18regen: fetchfml, moderator, ACLfukachan
2005-12-18add comment on check_pgp_signature, permit_forward_to_moderatorfukachan
2005-12-18define moderation definition: enable, queue_dirfukachan
2005-12-18fetchfml_queue_dir = $var_dir/mail/queue-fetchfmlfukachan
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-15fix typofukachan
2005-12-15add link to faq, same as recipes thoughfukachan
2005-12-15change title according to LANG_HIT env var.fukachan
change output style <setc1> <setc2> <itemizedlist> ...
2005-12-15What functions are proper used in config.cf file ?fukachan
2005-12-15*command_mail_restrictions supports pgp/gpg authfukachan
2005-12-15pass LANG_HINT to make environmentfukachan
2005-12-14more proper templatefukachan
2005-12-14fix typo: post_restrictions -> article_post_restrictionsfukachan
2005-12-14recipe-ifyfukachan
2005-12-13regen: command_mail_restrictions supports check_pgp_signaturefukachan