summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Process
AgeCommit message (Expand)Author
2004-04-27method-ify some module internal functions.fukachan
2004-04-27move quotemeta($regexp) from IO::Adapter to here.fukachan
2004-04-23remove "use FML::Log;".fukachan
2004-04-22command_context_init() returns empty HASH_REF where it includes validfukachan
2004-04-22check $context if it is well defined. if ok, call command.fukachan
2004-04-21bug fix mkdir(): str to octal handling bugfukachan
2004-04-18variable renaming:fukachan
2004-04-17run $curproc->log_rorate() lastlyfukachan
2004-04-17implement log_rorate()fukachan
2004-04-17preparation of context switch (preliminary. not yet implemented)fukachan
2004-04-17imported into FML::* once. File::CacheDir -> FML::Cache::Ringfukachan
2004-04-10IO::Adapter based lock systemfukachan
2004-04-10implement copy() and append() methods $curproc provides to removefukachan
2004-04-02fix reply_message() system to handle smtp_sender properly.fukachan
2004-04-02define fml_owner_address()fukachan
2004-03-31Mail::ThreadTrack is obsoleted. remove related codes.fukachan
2004-03-31move config.cgi specific methods run_*() fromfukachan
2004-03-28move details of thread manipulation to FML::Article::Thread as couldfukachan
2004-03-23allow CUI(fml,makefml) to send messages.fukachan
2004-03-23try to allow -O key=value command line options. Internally eachfukachan
2004-03-20remove not used variable ($pcb)fukachan
2004-03-17implement toggle of filter function by $use_article_filterfukachan
2004-03-14change some code to "... if $debug".fukachan
2004-03-14fix typofukachan
2004-03-14modify command analyze logic. currently, applyfukachan
2004-03-14use restriction_state_reply_reason() to shling code size.fukachan
2004-03-14implement the following methods:fukachan
2004-03-14remove permit_command().fukachan
2004-03-13fml --allow-send-message allows makefml/fml sends reply messages.fukachan
2004-03-13use $curproc->allow_reply_message() to check if we should send backfukachan
2004-03-13implement allow_reply_message() method.fukachan
2004-03-13prepare credential area more early stage (within constructor).fukachan
2004-03-12variable renaming.fukachan
2004-03-12variable renaming:fukachan
2004-03-11rename: $reply_message_* -> $report_mail_*fukachan
2004-03-04merge new command mail framework [from command-reconstruct branch]fukachan
2004-02-29fi typofukachan
2004-02-27select proper language for reply message based on Accept-Language,fukachan
2004-02-27define lang_to_charset().fukachan
2004-02-27define __convert_message_nl() and use it.fukachan
2004-02-27fix comments on reply_message() around.fukachan
2004-02-26change Mail::Message::Encode to Mail::Message::String in message handling.fukachan
2004-02-26implement set_language_hint(), get_language_hint().fukachan
2004-02-26get_charset: fix default charset handlingfukachan
2004-02-26more proper charset handling based on Content-Type: field.fukachan
2004-02-26new option -o key=value which overrider configurations.fukachan
2004-02-15ui_message() prefers $msg_args->{level} if specified.fukachan
2004-02-15white space cosmetics.fukachan
2004-01-31not use "$cf_list = $curproc->get_config_files_list();".fukachan
2004-01-24overhaul: clean up (FNF)fukachan