Commit Graph

153 Commits (91776f57efa0fa62db8ace714b0997dca3ea823c)

Author SHA1 Message Date
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
Kim Alvefur f937942519 mod_admin_shell: Make IP column thinner if IPv6 is disabled 3 years ago
Kim Alvefur c490579025 mod_admin_shell: Make default column width 1 part 3 years ago
Kim Alvefur 65dffa88a8 mod_admin_shell: Fix attempt to compare number with string 3 years ago
Kim Alvefur 44689ccfd4 mod_admin_shell: Dynamically size JIDs and hosts 3 years ago
Kim Alvefur ab15502d8b mod_admin_shell: More dynamic widths calculations 3 years ago
Kim Alvefur 31427da24f mod_admin_shell: Calculate widths of columns from example values 3 years ago
Kim Alvefur 56cfc08952 mod_admin_shell: Strip 'prosody:' prefix to allow narrower Role column 3 years ago
Kim Alvefur 13084baa38 mod_admin_shell: Allow matching on host or bare JID in c2s:show 3 years ago
Kim Alvefur e53ef27a1c core.usermanager: Correct formatting of not implemented error 3 years ago
Kim Alvefur 8720067f24 mod_admin_shell: Enable user after creation with role 3 years ago
Kim Alvefur 1d6989afb1 mod_admin_shell: Simplify user creation when no role given 3 years ago
Kim Alvefur 98922d54b1 plugins: Prefix module imports with prosody namespace 3 years ago
Kim Alvefur c425da3c6a mod_admin_shell: Limit module dependency listings to loaded on current host 3 years ago
Kim Alvefur 283322543e mod_admin_shell: Show reverse dependencies in module:info() 3 years ago