| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
$command_args->{ adddress } => $command_args->{ command_data }
|
|
if either old or new addresses in chaddr arguments is an ML member,
try to confirm this request irrespective of "From:" address.
|
|
|
|
we can handle output styles for message queue input properly now.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
define $available_commands_for_privileged_user
rename $available_commands -> $available_commands_for_user
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
remove FML::Command::Utils and ErroStatus
|
|
remove FML::Command::Utils and ErroStatus
|
|
|
|
fix "confirm" to re-work.
|
|
|
|
|
|
not use ErrorStatus.
check $command_args->{ override_need_no_lock } to control lock.
|
|
|
|
define new()
call User::Command::XXX without lock since already locked now.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$config->is_hook_defined( 'START_HOOK' );
$config->get_hook( 'START_HOOK' );
|
|
|
|
|
|
|
|
each command module determins whether it needs lock or not.
|
|
|