summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Process
AgeCommit message (Expand)Author
2002-05-19rearrange structurefukachan
2002-05-19send back statistics and original messagefukachan
2002-05-19clarify the current context is under confirmation or not.fukachan
2002-05-18reconstruct command check logic (1)fukachan
2002-05-17check whether $use_incoming_message_cache is yesfukachan
2002-05-17save incoming message at $ml_home_dir/var/mincoming/fukachan
2002-05-16pick up address_selected not addressfukachan
2002-05-13implementfukachan
2002-04-28validate by defined() morefukachan
2002-04-28check $curproc->is_refused() more before action at each stepfukachan
2002-04-27disable debug messagefukachan
2002-04-27kern.not_member -> error.not_memberfukachan
2002-04-27convert message to natual language if couldfukachan
2002-04-27convert exception syntax into the new style. See FNFfukachan
2002-04-27implement parse_exception()fukachan
2002-04-27clean up white spacesfukachan
2002-04-27modified to not using FileHandle::pipe()fukachan
2002-04-27run clean_up_tmpfiles() finallyfukachan
2002-04-26permit_commands_for_stranger worksfukachan
2002-04-26prototype to use FML::Command::DataCheck to share codesfukachan
2002-04-26fix typofukachan
2002-04-25new utility: fmlalias e.g. shows not only fml but all alias entriesfukachan
2002-04-25rename variable: available_commands_for_xxx -> commands_for_xxxfukachan
2002-04-23fix errro message and enable the rejected message forwardingfukachan
2002-04-23define cgi_try_get_ml_name()fukachan
2002-04-22sort ml listfukachan
2002-04-20log raw error messagefukachan
2002-04-20use FML::Command::HTMLify to share htmlify code between fmlhtmlify andfukachan
2002-04-20bug fix subdir checkingfukachan
2002-04-19stop $ml_home_dir search when we can get it.fukachan
2002-04-19check argument and show help if invalidfukachan
2002-04-19cosmetics: white spacesfukachan
2002-04-18eval htmlify_file() to avoid unknown error ;)fukachan
2002-04-18eval filteringfukachan
2002-04-16fix conversion algorithmfukachan
2002-04-16fmlspool --srcdir not --dstdirfukachan
2002-04-15prototype module of fmlspool utilityfukachan
2002-04-15enable fmlspoolfukachan
2002-04-15implement ml_home_dir()fukachan
2002-04-15consider spool/ may has subdir(s)fukachan
2002-04-15umask and permission control for html archivesfukachan
2002-04-15implement set_umask_as_public(), reset_umask() for umask control.fukachan
2002-04-13o reply_message() can handle OBJ(Mail::Message).fukachan
2002-04-13reply_message( OBJ(Mail::Message) ) when the message is rejected byfukachan
2002-04-13select the error message by the $xxx_restrictions error reasonfukachan
2002-04-12check by permit_command() before command execution ;)fukachan
2002-04-12send back mesg "we deny requests from system accounts"fukachan
2002-04-11accept commands, e.g. subscribe, allowed for not membersfukachan
2002-04-10whitespace nichefukachan
2002-04-10fix/clean up documents, commentsfukachan