| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2003-06-29 | check the number of request in get commands. | fukachan | |
| 2003-03-18 | fix copyright | fukachan | |
| 2003-03-18 | remove giant lock and use fine granuality locks now. | fukachan | |
| 2003-03-18 | not need lock | fukachan | |
| 2003-02-16 | update comments and nuke todo. | fukachan | |
| 2003-02-09 | cosmetics (white spaces) | fukachan | |
| 2003-02-01 | fix copyright | fukachan | |
| 2003-02-01 | try exact matching just before changing user. | fukachan | |
| 2003-01-25 | FNF: fix comments | fukachan | |
| 2003-01-03 | dummy module to implement rewrite_prompt() for the case of auth fail. | fukachan | |
| 2002-12-24 | clean up: nuke \s*$ | fukachan | |
| 2002-12-23 | fix comments. | fukachan | |
| clean up (sort) codes. | |||
| 2002-12-18 | clean up comments and messages | fukachan | |
| 2002-12-15 | clean up comments | fukachan | |
| 2002-11-20 | init digest mode change for user | tmu | |
| 2002-09-22 | add section on FNF | fukachan | |
| 2002-09-11 | fml5 -> fml8 | fukachan | |
| 2002-08-17 | send back welcome file in subscribe case | fukachan | |
| 2002-08-08 | change 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-03 | white spaces | fukachan | |
| 2002-07-22 | prototype on and off mode for recipient map | tmu | |
| 2002-07-17 | add more error messages | fukachan | |
| 2002-07-14 | copy message and send it to $maintainer too | fukachan | |
| 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-02 | check the existence of summary_file | fukachan | |
| send back the error message | |||
| 2002-04-13 | use FML::Confirm not via eval{ use ..} | fukachan | |
| 2002-04-11 | add use Log | tmu | |
| 2002-04-07 | _file_to -> _filepath_to_ | fukachan | |
| 2002-04-07 | remove \s*$ | fukachan | |
| 2002-04-06 | clean up, more log | fukachan | |
| 2002-04-06 | clean up | fukachan | |
| log more delayed loading by eval { use .. } | |||
| 2002-04-06 | clean up. fix descriptions | fukachan | |
| 2002-04-03 | clean up doc & codes, FNF-ify | fukachan | |
| 2002-04-01 | cosmetics: white spaces | fukachan | |
| 2002-03-30 | update todo | fukachan | |
| idea on a new "command subcommand" style | |||
| 2002-03-19 | we can use admin command already | fukachan | |
| 2002-03-17 | nuke superflous \s*$ | fukachan | |
| 2002-03-17 | implemneted chaddr command. | fukachan | |
| 2002-03-17 | change $command_args argument: | fukachan | |
| $command_args->{ adddress } => $command_args->{ command_data } | |||
| 2002-03-17 | works 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-23 | update todo | fukachan | |
| 2002-02-20 | fix command work again | fukachan | |
| 2002-02-18 | we should not inherit anything as could as possible. | fukachan | |
| remove FML::Command::Utils and ErroStatus | |||
| 2002-02-17 | remove ErrorStatus, FML::Command::Utils; | fukachan | |
| define new() call User::Command::XXX without lock since already locked now. | |||
| 2002-02-17 | confirm_keyword -> confirm_command_prefix | fukachan | |
| 2002-02-13 | define access method need_lock(). | fukachan | |
| each command module determins whether it needs lock or not. | |||
| 2002-02-13 | fix white space | fukachan | |
| 2002-02-11 | objective, deny are implemented. | fukachan | |
| 2002-02-11 | send 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-11 | send help in $DIR for backward compatibility if it is found. | fukachan | |
| if not, send the defaulte message. | |||
| 2002-01-27 | clarify function arguments more | fukachan | |
