Commit Graph

181 Commits (master)

Author SHA1 Message Date
Kim Alvefur 1db909804b mod_admin_shell: Fix matching logic in s2s:close (Thanks Menel) 8 months ago
Matthew Wild d45bf0a820 mod_admin_shell: Add role:list() and role:show() commands 9 months ago
Matthew Wild db3735d974 mod_admin_shell: Visual tweaks to the output of debug:cert_index() 9 months ago
Matthew Wild e23d50de10 mod_admin_shell: Add debug:cert_index() command 9 months ago
Matthew Wild f0042849ba mod_admin_shell, prosodyctl shell: Report command failure when no password entered (fixes #1907) 9 months ago
Matthew Wild 57d168dd5e prosodyctl shell: More reliable detection of REPL/interactive mode (fixes #1895) 10 months ago
Matthew Wild 384e3dbea2 mod_admin_shell: Remove outdated help text (fixes #1898) 10 months ago
Matthew Wild 6855f5c8c3 mod_admin_shell: Improve help listing in non-REPL mode 10 months ago
Matthew Wild 75b8824b00 mod_admin_shell: Fix simple command execution (e.g. help) 10 months ago
Matthew Wild efc31d66ef mod_admin_shell: Set flag on session when in REPL mode 10 months ago
Matthew Wild c8cf32b614 mod_admin_shell: Improved error handling for shell-invoked commands 10 months ago
Matthew Wild 79381510cf mod_admin_shell, util.prosodyctl.shell: Process command-line args on server-side, with argparse support 10 months ago
Matthew Wild df63482b96 mod_admin_shell: Remove duplicated line 11 months ago
Matthew Wild 56dc05885e mod_admin_shell: Rename user:setrole to user:set_roles 11 months ago
Matthew Wild f8a9943d17 mod_admin_shell: Hide secondary role commands, focus on primary roles 11 months ago
Matthew Wild 009996c9e8 mod_admin_shell: Support for hiding certain commands from default help listing 11 months ago
Matthew Wild b07c1436e7 mod_admin_shell: Fix result handling of user addrole/delrole commands 11 months ago
Kim Alvefur 56c7957a56 mod_admin_shell: Fix column alignment in 'help roles' 11 months ago
Kim Alvefur 084774ae50 mod_admin_shell: Fix help forgetting arguments 11 months ago
Matthew Wild 76f00fc2e3 mod_admin_shell: Remove log statement intended for development only 11 months ago
Kim Alvefur 7ed9729e52 mod_admin_shell: Remove redundant 'mod_' prefix from debug message 12 months ago
Kim Alvefur 63690dd4a0 mod_admin_shell: Fix reporting origin module for commands 12 months ago
Matthew Wild 6ff135c812 mod_admin_shell: user:password(): Support prompting for password if none given 12 months ago
Matthew Wild 54de66e7b0 mod_admin_shell: user:create(): Reject promise with error message on failure 12 months ago
Matthew Wild f40e997879 mod_admin_shell: Mark event as handled when requested input is submitted 12 months ago
Matthew Wild 54718fffe0 mod_admin_shell: user:create(): request password via prompt if none given 12 months ago
Matthew Wild 7a9bc06049 mod_admin_shell: Add session method to request (password) input from shell client 12 months ago
Matthew Wild 957c69461f mod_admin_shell: Don't pause async thread while waiting for promise result 12 months ago
Matthew Wild f45d88d614 mod_admin_shell: stats:show(): Friendlier error message when statistics disabled 1 year ago
Kim Alvefur 7b8f6e3c3e mod_admin_shell: Report when a module is already loaded 1 year ago
Kim Alvefur 53edd95324 mod_admin_shell: Refactor end of module:load 1 year ago
Kim Alvefur ad83ddfb78 mod_admin_shell: Reject attempt to add or remove roles for unrelated hosts 1 year ago
Kim Alvefur 577e6d8370 mod_admin_shell: Allow assigning roles to arbitrary JIDs when supported 1 year ago
Kim Alvefur ad41d2b5d8 mod_admin_shell: Prevent traceback due to type error 1 year ago
aidan 5550be6381 mod_admin_shell: Add connection created time 2 years ago
Kim Alvefur f3b1b57a70 mod_admin_shell: Allow matching on host or bare JID in c2s:show 3 years ago
Kim Alvefur 506ee45da2 mod_admin_shell: Fix display of remote cert status when expired etc 3 years ago
Kim Alvefur 67ea0ee50e mod_admin_socket: Return error on unhandled input to prevent apparent freeze 3 years ago
Kim Alvefur 20532df525 mod_admin_shell: Ensure available connection for column 'secure' 3 years ago
Kim Alvefur c51152432a mod_admin_shell: Ensure connection exists to get port from (fixes #1777) 3 years ago
Kim Alvefur ee21d9480a mod_admin_shell: Switch names for user role management commands 3 years ago
Kim Alvefur dc79c92cbc mod_admin_shell: Tighten up type checks to fix #1754 (thanks clouded) 4 years ago
Kim Alvefur 0e6391e736 mod_admin_shell: Use a table to show help sections 4 years ago
Matthew Wild fb240ee25c mod_admin_shell: Fix linter issues 2 years ago
Matthew Wild 44aea8f4f5 mod_admin_shell: Remove verbose logging 2 years ago
Matthew Wild a31ee8c429 mod_admin_shell: Remove timer:info() (it's been debug:timers() for some time) 2 years ago
Matthew Wild 0391039177 mod_admin_shell: Support for 'shell-command' items (global and per-host) 2 years ago
Matthew Wild 34cdcb5532 mod_admin_shell: Refactor help to data structures for extensibility 2 years ago
Kim Alvefur b94a30ddcc mod_admin_shell: Fix lint [luacheck] 2 years ago
Matthew Wild f66f6ba60b mod_admin_shell: Add debug:async() command to show blocked async runners 2 years ago