summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Process/Command.pm
AgeCommit message (Expand)Author
2002-03-30white space cosmetics: nuke \s*$fukachan
2002-03-23clean upfukachan
2002-03-22add prototype of admin command auth governed by $admin_command_restrictionsfukachan
2002-03-22clean up / clarify the logic:fukachan
2002-03-17nuke superflous \s*$fukachan
2002-02-23validate if the requested admin command is permited or not.fukachan
2002-02-17make "admin" command work.fukachan
2002-02-17make "admin" works though without authentication:) yet.fukachan
2002-02-17confirm_keyword -> confirm_command_prefixfukachan
2002-02-17implement several hooksfukachan
2002-02-13Each command determines each lock needsfukachan
2002-02-11move methods on restriction pattern against input data to FML::Restriction.fukachan
2002-01-20more comments, log.fukachan
2002-01-16update copyrightfukachan
2002-01-16change Mail::Message naming convention.fukachan
2001-12-22update comments, documentsfukachan
2001-12-22remove \s*$fukachan
2001-11-27nuke "#!/usr/local/bin/perl -w" in the headfukachan
2001-11-25fix, clean up help()fukachan
2001-11-25implement help() methodfukachan
2001-11-04my $myname = $curproc->myname();fukachan
2001-10-14relocate _parse_command_options()fukachan
2001-10-14make argument vector from $command, $optargs -> $command_argsfukachan
2001-10-13pass $comname in $optargsfukachan
2001-10-13use reply_message_nl()fukachan
2001-10-12add _pre_scan()fukachan
2001-10-11FML::Filter::Utils provides utility functionsfukachan
2001-10-10define prototype for reply_message_nl() for natural languagefukachan
2001-10-10make command get,mget,help workfukachan
2001-10-10bug fix: oops, method is command name not its linefukachan
2001-10-08catch up the modification in FML::Process::Distribute.ya-ticket-tag-basefukachan
2001-05-28clean up documentsfukachan
2001-04-06correct method name and internal variable names. now we use data andfukachan
2001-03-25rewritten to use the current FML::Command stylefukachan
2001-03-20use FML::Log qw(Log LogWarn LogError);error-message-statusfukachan
2001-03-11cleanupfukachan
2001-02-28prototype of dynamic loading FML::Command::$commandfukachan
2001-02-27define $available_commandsfukachan
2001-02-12clean up documentfukachan
2001-02-12add command prototypefukachan