Commit Graph

79 Commits (0.12)

Author SHA1 Message Date
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
Kim Alvefur f9478ab242 mod_admin_shell: Squeeze some characters out of the Certificate column 4 years ago
Kim Alvefur 89c2a5ac30 mod_admin_shell: Fix description of muc:room() (thanks Link Mauve) 4 years ago
Kim Alvefur fd5a0f6a06 mod_admin_shell: Track connected events instead of created 4 years ago
Kim Alvefur 0bff4f57cc mod_admin_shell: Fix typo in comment [codespell] 4 years ago
Kim Alvefur 8fbf286e64 mod_admin_shell: Add descriptions of each column to 'help columns' 4 years ago
Kim Alvefur b5a87898ee mod_admin_shell: Use exact match instead of Lua patterns in c2s,s2s:show 4 years ago
Kim Alvefur 46ad556ca0 mod_admin_shell: Fix traceback on rendering graph of stats without extra labels 4 years ago
Kim Alvefur d9f7b26328 mod_admin_shell: Add help section about stats 4 years ago
Kim Alvefur 09d7e131d0 mod_admin_shell: Add help section about customizing table columns 4 years ago
Kim Alvefur 7a706aecec mod_admin_shell: Add command to show current user roles 4 years ago
Kim Alvefur 1809c0460f mod_admin_shell: Add help section about roles 4 years ago
Kim Alvefur 28bd099515 mod_admin_shell: Log creation of incoming s2s connections during ping 4 years ago
Kim Alvefur 257f52d826 mod_admin_shell: Print s2s related events while waiting for ping 4 years ago
Kim Alvefur 6e0bbc2af5 mod_smacks: Limit queue memory consumption using new util 4 years ago
Kim Alvefur 1ffb6f0b3d mod_admin_shell: Add port as a c2s/s2s:show column definition 4 years ago
Kim Alvefur 9f2249b3db mod_admin_shell: Handle global roles (pass host=*) 4 years ago
Kim Alvefur a45484c131 mod_admin_shell: Only check that local users exist locally 4 years ago
Kim Alvefur cf137f9902 mod_admin_shell: Support setting roles on hosts other than the users' 4 years ago
Kim Alvefur efa1f442ae mod_admin_shell: Add command for updating roles user:roles(jid, roles) 4 years ago
Kim Alvefur 95fae62ac5 mod_admin_shell: Allow setting roles when creating user 4 years ago
Kim Alvefur 2f274d8026 mod_admin_shell: List periodic tasks in module:info 4 years ago
Kim Alvefur 3f4a73c66b mod_admin_shell: Remove now redundant promise awaiting in dns:lookup() 4 years ago
Kim Alvefur 769a3ed263 mod_admin_shell: Remove now redundant promise awaiting in xmpp:ping() 4 years ago
Kim Alvefur bdc838bf11 mod_admin_shell: Fix indentation 4 years ago
Kim Alvefur aac203f0d9 mod_admin_shell: Wait for promises 4 years ago
Kim Alvefur 51c1c97fe2 mod_admin_shell: Reduce width of 'Status' column 4 years ago
Kim Alvefur 2ec4d4a83d mod_admin_shell: Reduce width of 'Security' column (thanks Link Mauve) 4 years ago
Kim Alvefur fe93f28b16 mod_admin_shell: Fix showing default HTTP path in module:info 4 years ago
Kim Alvefur 6e91f0ad43 mod_admin_shell: Factor out simple function in module:info for reuse 4 years ago
Kim Alvefur 1ac4aed7cd mod_admin_shell: List collected metrics in module:info 4 years ago
Kim Alvefur 2388b800b2 mod_admin_shell: List net providers in module:info 4 years ago
Kim Alvefur ce8107379d mod_admin_shell: Return counts of shown vs total from new table views 4 years ago
Kim Alvefur 38c7c944ca mod_admin_shell: Handle absence of connection in security column (thanks arcseconds) 4 years ago
Kim Alvefur c9479cbb69 util.human.io: Pass nil to cell mapper to signal missing value 4 years ago
Kim Alvefur 35589d345e mod_admin_shell: Respect metatables in output serialization 4 years ago
Kim Alvefur fd09aa9659 mod_admin_shell: Specify a width for cert column 4 years ago
Kim Alvefur 7f68cacb79 mod_admin_shell: Indicate bi-directional s2s connections 4 years ago
Kim Alvefur 5f93ef8119 mod_admin_shell: Allow passing columns as a string for convenience 4 years ago
Kim Alvefur aef0454598 mod_admin_shell: Optionally group session listings by host when not included as column 4 years ago
Kim Alvefur 29535c322a mod_admin_shell: New table based implementation of c2s and s2s:show() 4 years ago
Kim Alvefur e1d1be0068 mod_admin_shell: Show HTTP base-URLs in module:info() 4 years ago
Kim Alvefur 3d4ee088ae mod_admin_shell: Allow passing an exit code to server:shutdown() 4 years ago