Commit Graph

167 Commits (f8a9943d178a2b4fe415c8b7e02477b6479a0f1a)

Author SHA1 Message Date
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 12 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
Kim Alvefur 32ce8884ba mod_admin_shell: Make 'Role' column dynamically sized 2 years ago
Matthew Wild f7323ed6e4 core, plugins: Split prosody:user role into prosody:{guest,registered,member} 3 years ago
Kim Alvefur 46781dc892 mod_admin_shell: Use new serialize preset to simplify default config 3 years ago
Kim Alvefur 9777b5158f mod_admin_shell: Warn when (un-)loading module would be undone by restart 3 years ago
Kim Alvefur 9480954e92 mod_admin_shell: Show internal URL where different from external 3 years ago
Kim Alvefur ba878e7230 mod_admin_shell: Show internal URL in addition to external in http:list 3 years ago
Kim Alvefur c71ab7f1ef mod_admin_shell: Allow logging HTTP events with debug:logevents("http") 3 years ago
Kim Alvefur f3ec84d5ef mod_admin_shell: Allow logging global events with debug:logevents("*") 3 years ago
Kim Alvefur 8a854d169b mod_admin_shell: Refactor 'cert' column 3 years ago
Kim Alvefur 2fc0c66f01 mod_admin_shell: Use same wildcard matching in other s2s command 3 years ago
Kim Alvefur f9f118178a mod_admin_shell: Factor apart wildcard matching into function for reuse 3 years ago
Kim Alvefur dbb0c688cb mod_admin_shell: Add config:set([host,] key, value) because why not 3 years ago
Kim Alvefur 9f691e9796 mod_admin_shell: Allow wildcard matches like s2s:show("*.example.com") 3 years ago
Kim Alvefur 2fa6a01018 mod_admin_shell: Allow "*" as substitute for 'nil' for easier CLI usage 3 years ago