summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Command/User
AgeCommit message (Collapse)Author
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
2001-12-23update documents, commentsfukachan
2001-12-22update documents, commentsfukachan
2001-12-22update documents, commentsfukachan
2001-12-22remove \s*$fukachan
2001-10-17summarize todofukachan
2001-10-17alias of guide commandfukachan
2001-10-17fix typofukachan
2001-10-14$optargs -> $command_argsfukachan
2001-10-13implement guide and summary commandsfukachan
2001-10-13FML::Command::SendFile based. This module provides basic file sending functionsfukachan
2001-10-13list up commands and the descriptionfukachan
2001-10-13alais of get commandfukachan
2001-10-13confirm wrapper versionfukachan
2001-10-13confirm versionfukachan
2001-10-13use reply_message_nl()fukachan
2001-10-12clean upfukachan
expand_variables_in_file() -> prepare_file_to_return()
2001-10-11try confirmationfukachan
2001-10-11enable confirmation using FML::Confirm module.fukachan
FML::Confirm provides basic functions needed for confirmation
2001-10-10prototypefukachan