summaryrefslogtreecommitdiff
path: root/fml/lib/FML
AgeCommit message (Expand)Author
2001-02-06real library for libexec/fmlconffukachan
2001-02-06mode ||= defaultfukachan
2001-02-06define %_default_fml_config which has default values.fukachan
2001-02-06status is one of 'closed', 'going', 'open'.fukachan
2001-02-06update documentsfukachan
2001-02-06change operation target from article to incoming_message if appropriatefukachan
2001-02-06actually require( Ticket::Model::$config->{ ticket_model } )fukachan
2001-02-05follow $config->{log_message_format}fukachan
2001-02-05define $config->{pid} in initialize phasefukachan
2001-02-05more debugfukachan
2001-02-04define get_content_header(),fukachan
2001-02-03fix content_type() bugfukachan
2001-02-03call MailingList::Message->new() with boundary and content_typefukachan
2001-02-03define method: content_type() and mime_boundary()fukachan
2001-02-03clean up documentsfukachan
2001-02-01FML::Utils::copy() is a wrapper, which uses IO::File::Atomic.fukachan
2001-02-01save mail body without \rfukachan
2001-02-01add stardate()fukachan
2001-01-31clena up documentsfukachan
2001-01-31add program emulation function not by MD5.pmfukachan
2001-01-31add search_program() which searches executable.fukachan
2001-01-31md5 checksumfukachan
2001-01-30change ticket system tag definition to use $ml_namefukachan
2001-01-30expand variables in variables when it matches ^[a-z0-9]+[a-z0-9]$fukachan
2001-01-30change $subject_tag uses $ml_name and %d style.fukachan
2001-01-29change hierarchy of routines. The current flow is as follows:fukachan
2001-01-29s/fmlwrapper/loader/ in libexec/fukachan
2001-01-28s/incoming_mail/incoming_message/fukachan
2001-01-27nuke socket_timeout => 2 (debug)fukachan
2001-01-27clean document campaign (2001/01 end)fukachan
2001-01-27define verify_request() methon in Process::*fukachan
2001-01-27record sender informationfukachan
2001-01-27fix address handling to nuke gecosfukachan
2001-01-27add sender information in each log messagefukachan
2001-01-27define sender() and DESTROY() methodsfukachan
2001-01-27define YYYYxMMxDD() method in FML::Date class.fukachan
2001-01-27add list-{help,subscribe,unsubscribe} following rfc2369fukachan
2001-01-26create $date->{YYYY/MM/DD} valuefukachan
2001-01-26add_fml_traditional_article_id, s/address_for_post/ml_name/fukachan
2001-01-26fix $status checkfukachan
2001-01-26check defined() before replacingfukachan
2001-01-26nuke "usr lib .." for debugfukachan
2001-01-26clean up varialbes. show date in ticket listfukachan
2001-01-26change ticket system constructor argumentfukachan
2001-01-26oops, add miggin _close_db()fukachan
2001-01-26split _update_db() to _open_db, _update_db, _close_db()fukachan
2001-01-26clarify difference between _ticke_id and _ticket_subject_tagfukachan
2001-01-26clean up ticket system codesfukachan
2001-01-26prototype of TicketSystemfukachan
2001-01-26define get_ticket_list()fukachan