summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Error.pm
AgeCommit message (Collapse)Author
2006-11-12fix commentsfukachan
ensure variable initialization. define $mname and use it in log messages.
2006-03-05changed to command_context object based.fukachan
2006-02-15fix method name: remove -> deletefukachan
2005-11-30use $curproc->credential();fukachan
2005-08-20deluser() -> remove_address()fukachan
2005-08-17fix copyrightfukachan
2005-08-10FNF:fukachan
module internal variables are changed. renamed: o summary() -> get_summary() o removal_address() -> get_address_to_be_removed()
2004-12-05define logdebug() to disable log messages.fukachan
modified to use proper log$role(). bug fix log messages if needed.
2004-07-23fix comments (FNF).fukachan
clarify error messages.
2004-05-22rename variable: $error_* -> $error_mail_*fukachan
error_analyzer_day_limit->error_mail_analyzer_day_limit error_analyzer_cache_dir->error_mail_analyzer_cache_dir error_analyzer_cache_type->error_mail_analyzer_cache_type error_analyzer_cache_mode->error_mail_analyzer_cache_mode error_analyzer_cache_size->error_mail_analyzer_cache_size error_analyzer_function_select_list->error_mail_analyzer_function_select_list error_analyzer_function->error_mail_analyzer_function error_analyzer_simple_count_limit->error_mail_analyzer_simple_count_limit
2004-04-23remove "use FML::Log;".fukachan
2004-02-01fix copyrightfukachan
2004-01-31fix commentsfukachan
2003-12-31update comments.fukachan
clean up. use methods not direct editing of $self as could as possible. use $curproc->{ credential } reset address comparison level after main routine.
2003-10-15space cosmeticsfukachan
2003-08-29use $curproc->config(), pcb() not { config }, { pcb } respectively.fukachan
2003-08-23modified to use $curproc->log*() methods.fukachan
2003-05-28move main part of print() to FML::Error::Analyzer::* modules.fukachan
So, print() format depends on FML::Error::Analyzer::* class.
2003-05-28restructuring under FML::Error class to be more extensible.fukachan
2003-05-20FNF: fix commentsfukachan
2003-05-20move the status dump code from FML::Command::Admin:error to FML::Error.fukachan
2003-04-19we should handle addresses used by fml such as elena@fml.org,fukachan
elena-ctl@fml.org et.al. exceptionally in handling errors.
2003-03-28clean up (nuke \s*$)fukachan
2003-03-16fix commenet on lock channelfukachan
2003-03-16lock channel name =~ s/_dir//fukachan
2003-03-16clean up lock on error cache.fukachan
move lock mechanism into only FML::Error module. XXX lock channel name is changed but hard-coded yet now.
2003-02-18use FML::Error->db_open() not FML::Error::Cache for cache db open.fukachan
2003-02-09cosmetics (white spaces)fukachan
2003-01-25implement FML::Restriction::Base::regexp_match() andfukachan
switched to use it.
2003-01-05implement get_data_detail()fukachan
2003-01-03modified use FML::Restriction::Base->regexp().fukachan
2003-01-03FNF-ify. fix comments.fukachan
2002-12-18fix commentsfukachan
2002-09-22add section on FNFfukachan
2002-09-11fml5 -> fml8fukachan
2002-08-16move analyzer function() to FML::Error::Analyzefukachan
2002-08-15count up address with status=5*fukachan
2002-08-09validate syntax for target address to removefukachan
check if the target address is a ML member before deluser() runs
2002-08-08enable real deluser()credential2fukachan
2002-08-07enable automatic user removing (prototype)fukachan