summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Command
AgeCommit message (Collapse)Author
2003-09-13use $curproc->ui_message() instead of "print STDERR ...".fukachan
2003-09-13print STDERR ... if $debugfukachan
2003-09-12clarify error messages more.fukachan
2003-09-08fix copyrigtfukachan
2003-09-06use removed_ml_home_dir_path() method to determine the dir path usedfukachan
as the removed $ml_home_dir.
2003-09-04use $curproc->config()fukachan
2003-08-29use $curproc->config(), pcb() not { config }, { pcb } respectively.fukachan
2003-08-23define $curproc->log, logwarn, logerror and log_message() methods.fukachan
modified to use $curproc->log*() interface.
2003-08-23fix comments: =head2 function(...) formfukachan
2003-07-19fixed to co-work with udb well.fukachan
2003-06-29check the number of request in get commands.fukachan
2003-06-22add && enable functions: check_command_limit, check_line_length_limit.fukachan
2003-05-28list up summary for each algorithm defined in $error_analyzer_function_list.fukachan
2003-05-20move the status dump code from FML::Command::Admin:error to FML::Error.fukachan
2003-05-20disable lock since FML::Error locks itself if needed.fukachan
2003-05-12we should operate only $primary_*_map not $*_maps in deleting the userfukachan
address.
2003-04-29modify format to be more similar to usual mailq output.fukachan
2003-04-19fix virtual domain handling (fml-devel:417)fukachan
2003-04-18mkdir $ml_home_prefix if not foundfukachan
2003-03-28clean up (nuke \s*$)fukachan
2003-03-28s/article_id_max/article_max_id/gfukachan
2003-03-23FNF: fix commentsfukachan
2003-03-18modify chaddr algorithm: "del() and add()" -> "add() and del()".fukachan
# XXX WHICH STEP IS IT BETTER TO UPDATE LIST ? # [I] 1. remove the old address only if $new_address not included. # 2. add the newadderss # [II] 1. add the newadderss # 2. remove the old address only if $new_address not included. # # Plan [II] is better for authentication without reader lock. # Consider the case the process executing chaddr is preempted, and # another distributing process starts to run.
2003-03-18fix copyrightfukachan
2003-03-18remove giant lock and use fine granuality locks now.fukachan
2003-03-18not need lockfukachan
2003-03-17implement user_chaddr() and get_user_list().fukachan
2003-03-17implement change_password().fukachan
2003-03-17move the main code to FML::Command::Auth.fukachan
2003-03-17move the main code to FML::Command::UserControl.fukachan
modified to use FML::Command::UserControl.
2003-03-16fix copyrightfukachan
2003-03-16need no giant lock.fukachan
FML::Spool -> FML::Article::Spool fix argument handling.
2003-03-16use $curproc->article_id_max() to get the last article id.fukachan
2003-03-16remove fmlthread.fukachan
"fmlthread ..." -> "fml $ml thread ..."
2003-03-15remove fmlspoolfukachan
2003-03-14add todo.fukachan
FNF: fix comments.
2003-03-14fmlerror is obsolete.fukachan
2003-03-14summary functions, which is imported from fmlsummary core.fukachan
2003-03-14fix copyrightfukachan
2003-03-14fmlsuper is obsolete.fukachan
use "makefml mailq $ml" instead of fmlsuper to show outgoing mail queue.
2003-03-11update command list (merged with doc/ja/01_RFC_*)fukachan
2003-02-20cosmetics (\s*$)fukachan
2003-02-16update comments and nuke todo.fukachan
2003-02-16use language_*() method to determine $charsetfukachan
2003-02-15use FML::Restriction::Basefukachan
2003-02-14fix copyrightfukachan
2003-02-14nuke todo done alreadyfukachan
2003-02-13validate $ml_name existence firstly.fukachan
2003-02-13user{add,del}() checks input $address.fukachan
nuke the corresponding TODO.
2003-02-13fixed to use $config->get_as_array_ref().fukachan