summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-04-27fix commentsmail-fallback-basefukachan
2004-04-27use $regexp as itself, not quotemeta()-ify.fukachan
2004-04-27move quotemeta() from IO::Adapter to here.fukachan
2004-04-27method-ify some module internal functions.fukachan
bug fix search logic of ml_home_prefix. move quotemeta() from IO::Adapter to here.
2004-04-27implement is_same_domain().fukachan
move quotemeta() from IO::Adapter to here.
2004-04-27bug fix search logic.fukachan
move quotemeta() from IO::Adapter to here.
2004-04-27move quotemeta($regexp) from IO::Adapter to here.fukachan
compare domains case insensitively.
2004-04-24sort, update todofukachan
2004-04-23bug fix: passwd-admin file initializationfukachan
2004-04-23bug fix: we need to touch etc/passwd-admin file firstly.fukachan
2004-04-23fix copyrightfukachan
2004-04-23remove "use FML::Log;".fukachan
2004-04-23comment on RFC2142fukachan
2004-04-22more quiet reply of command mailfukachan
2004-04-22command -> command_mailfukachan
2004-04-22command_context_init() returns empty HASH_REF where it includes validfukachan
command as the first valid argument. define command_context_set_normal_stop(), command_context_get_normal_stop().
2004-04-22check $context if it is well defined. if ok, call command.fukachan
check value by command_context_get_normal_stop() to stop this process.
2004-04-22bug fix: need open() before getline()fukachan
2004-04-22when unsubscribe command, stop the current process sincefukachan
no more processing is required. XXX ? hmm, wrong in some cases e.g. unsubscribe + guide. XXX but ignore it ;-)
2004-04-21bug fixes.fukachan
2004-04-21fix xref linkfukachan
2004-04-21bug fix mkdir(): str to octal handling bugfukachan
2004-04-21& -> &fukachan
2004-04-20white space cosmeticsfukachan
2004-04-20clean upfukachan
2004-04-20fix typofukachan
2004-04-20comment on FML::Filter and FML::*::Filter classesfukachan
2004-04-20white space cosmeticsfukachan
2004-04-20-O algorithm= optionfukachan
2004-04-20white space cosmeticsfukachan
2004-04-18remove regexp() method, which not used.fukachan
fix description.
2004-04-18regen: *_list -> *_select_listfukachan
2004-04-18variable renaming:fukachan
s/cgi_language_list/cgi_language_select_list/; s/cgi_menu_address_map_list/cgi_menu_address_map_select_list/; s/error_analyzer_function_list/error_analyzer_function_select_list/; s/template_file_charset_list/template_file_charset_select_list/;
2004-04-18catch up latest datafukachan
2004-04-18update supported plathome.fukachan
update todo. fix variable names to catch up variable renaming.
2004-04-18fix comment (FNF)fukachan
2004-04-17implement log rotation.fukachan
move lock and sequence operation to IO::Adapter class. remove File::* classes. minor bug fixes.
2004-04-17run $curproc->log_rorate() lastlyfukachan
2004-04-17implement log_rorate()fukachan
2004-04-17modified to current fml8 style.fukachan
2004-04-17regen: log_roratefukachan
2004-04-17regen: log_rotatefukachan
2004-04-17define $log_ratate variablesfukachan
2004-04-17preparation of context switch (preliminary. not yet implemented)fukachan
2004-04-17use queue on memory by default.fukachan
2004-04-17imported into FML::* once. File::CacheDir -> FML::Cache::Ringfukachan
2004-04-17rename File::Rotate to FML::File::Rotatefukachan
2004-04-15not used, so removed.fukachan
2004-04-15IO::Adapter based sequence operation.fukachan
2004-04-15Content-Type case-insensitive in _data_type()tmu