command/Other: move some functions to ClientCommands.cxx
handle_tagtypes() is also being moved to ClientCommands.cxx, because that command will be extended to access client-specific settings.
This commit is contained in:
@@ -32,15 +32,9 @@ handle_urlhandlers(Client &client, Request request, Response &response);
|
||||
CommandResult
|
||||
handle_decoders(Client &client, Request request, Response &response);
|
||||
|
||||
CommandResult
|
||||
handle_tagtypes(Client &client, Request request, Response &response);
|
||||
|
||||
CommandResult
|
||||
handle_kill(Client &client, Request request, Response &response);
|
||||
|
||||
CommandResult
|
||||
handle_close(Client &client, Request request, Response &response);
|
||||
|
||||
CommandResult
|
||||
handle_listfiles(Client &client, Request request, Response &response);
|
||||
|
||||
@@ -62,12 +56,6 @@ handle_volume(Client &client, Request request, Response &response);
|
||||
CommandResult
|
||||
handle_stats(Client &client, Request request, Response &response);
|
||||
|
||||
CommandResult
|
||||
handle_ping(Client &client, Request request, Response &response);
|
||||
|
||||
CommandResult
|
||||
handle_password(Client &client, Request request, Response &response);
|
||||
|
||||
CommandResult
|
||||
handle_config(Client &client, Request request, Response &response);
|
||||
|
||||
|
Reference in New Issue
Block a user