summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Process/Command.pm
AgeCommit message (Expand)Author
2002-09-11fml5 -> fml8fukachan
2002-08-19enable process if $use_command_mail_program is defined.fukachan
2002-08-14apply fix_perl_include_path(); after load_config_files() runs to addfukachan
2002-08-08change arguments of credential functions to clarify the target address:fukachan
2002-08-03white spacesfukachan
2002-08-03scheduler_init()fukachan
2002-07-25improve error messagesfukachan
2002-07-19remove not used variablefukachan
2002-07-18check whether this command is allowed in this $levelfukachan
2002-07-15define the following access methods:fukachan
2002-07-14copy message and send it to $maintainer toofukachan
2002-07-02clean up/fix commentsfukachan
2002-06-27major overhaul: delayed loading of *.cf files. The loading is donefukachan
2002-06-01nuke white spaces \s*$fukachan
2002-06-01FNF-ifyfukachan
2002-05-27rearrange admin command authentication to sync w/ new variable namings.fukachan
2002-05-19better error messagefukachan
2002-05-19fix building logic of $command_args and $options to make admin commandfukachan
2002-05-19rearrange structurefukachan
2002-05-19send back statistics and original messagefukachan
2002-05-19clarify the current context is under confirmation or not.fukachan
2002-05-18reconstruct command check logic (1)fukachan
2002-04-26permit_commands_for_stranger worksfukachan
2002-04-26prototype to use FML::Command::DataCheck to share codesfukachan
2002-04-25rename variable: available_commands_for_xxx -> commands_for_xxxfukachan
2002-04-13reply_message( OBJ(Mail::Message) ) when the message is rejected byfukachan
2002-04-13select the error message by the $xxx_restrictions error reasonfukachan
2002-04-12check by permit_command() before command execution ;)fukachan
2002-04-11accept commands, e.g. subscribe, allowed for not membersfukachan
2002-04-08fix/clean up documentsfukachan
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