summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Command/Admin
AgeCommit message (Collapse)Author
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-16use language_*() method to determine $charsetfukachan
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
2003-02-11fix copyrightfukachan
2003-02-09cosmetics (white spaces)fukachan
2003-02-02add utilities to change admin password: changepassword, chpass,fukachan
initpass and passwd. "initpass" and "passwd" are prepared for fml 4 compatibility.
2003-02-01memo on changepassword et.al.fukachan
2003-02-01remove address matched by IO::Adapter in the case of $old_addressfukachan
2003-02-01fix comments.fukachan
2003-02-01fix copyrightfukachan
2003-02-01try exact matching just before changing user.fukachan
2003-01-29use $config->get_as_array_ref() method.fukachan
2003-01-29in newml, we should check if $ml_name already exists as a user name or not.fukachan
2003-01-28add deladminfukachan
2003-01-27sync w/ deladmin codesfukachan
2003-01-27mv real codes from byeadmin to deladmin module.fukachan
now, byeadmin is a forwarder to deladmin.
2003-01-27FNF: we should not use $_fukachan
2003-01-27fix typofukachan
2003-01-26bug fix target maps to handle.fukachan
2003-01-26FNF: not use $_fukachan
2003-01-25FNF: fix commentsfukachan
2003-01-25implement FML::Restriction::Base::regexp_match() andfukachan
switched to use it.
2003-01-07fix copyrightfukachan
2003-01-03get_as_array_ref() to get $newml_command_mta_config_list values.fukachan
2003-01-03modified to use FML::Restriction::Base->regexp().fukachan
modify messages.
2002-12-24clean up: nuke \s*$fukachan
2002-12-24fix commentsfukachan
2002-12-20fix comments and error messages.fukachan
add defined() more.
2002-12-20fix comments.fukachan
fix typo. bug fix the usage of _show_log() method.
2002-12-15care for primary_admin_recipient_mapfukachan
XXX we should handle *_maps not primary_*_map.
2002-12-15fix comments.fukachan
not pass $du_args->{options} to FML::Command::DirUtils module.
2002-12-15print informational mesagefukachan
2002-12-15clean up commentsfukachan
2002-12-10white space cosmeticsfukachan
2002-11-24wrapper to digest off/onfukachan
2002-11-23basic_variables() -> basic_variable() for FML::Restriction::Basefukachan
2002-11-23clean upfukachan
2002-11-19init digest on off for admintmu
2002-11-10cosmetic changes: white spacesfukachan
2002-10-29handle both public and private directories in initialization phase.fukachan
create variables: $newml_command_init_public_dirs $newml_command_init_private_dirs changed newml codes to use them.
2002-10-29prinf "a b c" -> a, b, cfukachan
2002-09-28implemented edit,off,onfukachan
2002-09-28reconstructed to just a wrapper to fork $EDITOR $ml_home_dir/config.cffukachan
2002-09-24fml 5 -> 8fukachan