summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Command/User
AgeCommit message (Collapse)Author
2003-06-29check the number of request in get commands.fukachan
2003-03-18fix copyrightfukachan
2003-03-18remove giant lock and use fine granuality locks now.fukachan
2003-03-18not need lockfukachan
2003-02-16update comments and nuke todo.fukachan
2003-02-09cosmetics (white spaces)fukachan
2003-02-01fix copyrightfukachan
2003-02-01try exact matching just before changing user.fukachan
2003-01-25FNF: fix commentsfukachan
2003-01-03dummy module to implement rewrite_prompt() for the case of auth fail.fukachan
2002-12-24clean up: nuke \s*$fukachan
2002-12-23fix comments.fukachan
clean up (sort) codes.
2002-12-18clean up comments and messagesfukachan
2002-12-15clean up commentsfukachan
2002-11-20init digest mode change for usertmu
2002-09-22add section on FNFfukachan
2002-09-11fml5 -> fml8fukachan
2002-08-17send back welcome file in subscribe casefukachan
2002-08-08change arguments of credential functions to clarify the target address:fukachan
e.g. is_member($curproc, $args) -> is_member(addr) modified functions: o is_member() o is_privileged_member() o is_recipient() o match_system_accounts()
2002-08-03white spacesfukachan
2002-07-22prototype on and off mode for recipient maptmu
2002-07-17add more error messagesfukachan
2002-07-14copy message and send it to $maintainer toofukachan
use reply_message*() with $msg_args to copy the message if needed where $msg_args = { always_cc => $maintainer } or $msg_args = { recipient => $maintinaer } pertinently.
2002-07-02check the existence of summary_filefukachan
send back the error message
2002-04-13use FML::Confirm not via eval{ use ..}fukachan
2002-04-11add use Logtmu
2002-04-07_file_to -> _filepath_to_fukachan
2002-04-07remove \s*$fukachan
2002-04-06clean up, more logfukachan
2002-04-06clean upfukachan
log more delayed loading by eval { use .. }
2002-04-06clean up. fix descriptionsfukachan
2002-04-03clean up doc & codes, FNF-ifyfukachan
2002-04-01cosmetics: white spacesfukachan
2002-03-30update todofukachan
idea on a new "command subcommand" style
2002-03-19we can use admin command alreadyfukachan
2002-03-17nuke superflous \s*$fukachan
2002-03-17implemneted chaddr command.fukachan
2002-03-17change $command_args argument:fukachan
$command_args->{ adddress } => $command_args->{ command_data }
2002-03-17works again!fukachan
if either old or new addresses in chaddr arguments is an ML member, try to confirm this request irrespective of "From:" address.
2002-02-23update todofukachan
2002-02-20fix command work againfukachan
2002-02-18we should not inherit anything as could as possible.fukachan
remove FML::Command::Utils and ErroStatus
2002-02-17remove ErrorStatus, FML::Command::Utils;fukachan
define new() call User::Command::XXX without lock since already locked now.
2002-02-17confirm_keyword -> confirm_command_prefixfukachan
2002-02-13define access method need_lock().fukachan
each command module determins whether it needs lock or not.
2002-02-13fix white spacefukachan
2002-02-11objective, deny are implemented.fukachan
2002-02-11send back file file in $ml_home_dir if found.fukachan
return the default message if not found. "guide", "help", "objective" commands use this logic.
2002-02-11send help in $DIR for backward compatibility if it is found.fukachan
if not, send the defaulte message.
2002-01-27clarify function arguments morefukachan