summaryrefslogtreecommitdiff
path: root/fml/lib
AgeCommit message (Collapse)Author
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-18enhanced dup_conent() to take two arguments.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-12-10update comments: add pcre, update status.fukachan
2005-12-08pcre: supportfukachan
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
2005-09-11move thread outline generator to FML::Article::Outlinefukachan
2005-09-11move thread outline generator codes to Mail::Message::Outline.fukachan
correct error messages (Mail::Message).
2005-09-11fix commentsfukachan
2005-09-11define DESTROY()fukachan
2005-09-06rename: *_overview -> *_outlinefukachan
2005-09-02append/prepend() checks charset info case-insensitively.fukachan
2005-09-01article_thread_overview support.fukachan
2005-09-01remove obsolete codes.fukachan
private-ify: psw_*() -> _psw_*(). use article_summary cache as coudl as possible. To clean up around the codes, some codes are separeted to _generate_summary(). fix comments and documents. strict check of $status code. implement get_overview($id, $thread_args). It returns string holding article short summaries of a thread for this article $id.
2005-09-01fix copyrightfukachan
2005-08-31fix dupfukachan
2005-08-31langinfo_get_charset() uses Content-Type: information as a hintfukachan
when Accept-Language: is not specified.
2005-08-31implement new method prepend(), append() and whole_message_body_tail().fukachan
fix charset() logic to handle plural header field lines.
2005-08-31implement append() and prepend() methods.fukachan
2005-08-31implement find_head_key().fukachan
add() updates article_summary database, too.