Commit Graph

45 Commits (2ec4d4a83db9aca9fc0fabf4a243db8aa3e20071)

Author SHA1 Message Date
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
Kim Alvefur d6122ce3a5 mod_admin_shell: Keep unrestricted environment for session lifetime 4 years ago
Kim Alvefur df48c1e867 mod_admin_shell: module:info: List 'items' that can be formatted easily 5 years ago
Kim Alvefur bd8d770411 mod_admin_shell: module:info: Show friendlier name for known 'items' 5 years ago
Kim Alvefur e17cfb0fdc mod_admin_shell: module:info: List provided 'items' 5 years ago
Kim Alvefur 4e2fc4ce89 mod_admin_shell: module:info: Use existing host string representation 5 years ago
Kim Alvefur 98aa4ec604 mod_admin_shell: module:info: List dependencies 5 years ago
Kim Alvefur bf565c76f6 mod_admin_shell: module:info: Show module status 5 years ago
Kim Alvefur 3fdf0f66ab mod_admin_shell: Add basic command that shows more info about loaded modules 5 years ago
Jonas Schäfer 5d597837f5 Statistics: Rewrite statistics backends to use OpenMetrics 5 years ago
Kim Alvefur d35efa926b mod_admin_shell: Remove obsolete checks related to s2sout.lib 5 years ago
Kim Alvefur 2ae58ee422 mod_admin_shell: Sort timers by time in debug:timers() 5 years ago
Kim Alvefur 196c9f070e mod_admin_shell: Add help section with (top level) MUC commands 5 years ago
Kim Alvefur ca39262991 mod_admin_shell: Pretty-print HTTP endpoints in a human table 5 years ago
Kim Alvefur bdb5e39f5c mod_admin_shell: Remove previous print() call 5 years ago
Kim Alvefur d8d5ad3bea mod_admin_shell: List modules providing each HTTP endpoint 5 years ago
Kim Alvefur a64ae4e8d5 mod_admin_shell: List global HTTP endpoints by default 5 years ago
Kim Alvefur 6c5dd70664 mod_admin_shell: Report CSI queue length from mod_csi_simple 5 years ago
Kim Alvefur 460a55c86e mod_admin_shell: Report CSI state in c2s:show() 5 years ago
Kim Alvefur 7fb1dd361b mod_admin_shell: Handle server_epoll using monotonic time internally 6 years ago
Kim Alvefur 64614cb420 mod_admin_shell: Fix debug:timers to handle net.server native timers 6 years ago
Kim Alvefur efcf7cb7d4 mod_admin_shell: Update for async.wait_for rename 6 years ago
Kim Alvefur ababc84794 mod_admin_shell: Fix display of units for some statistics 6 years ago
Kim Alvefur 4a087da58e mod_admin_shell: Skip multiplier adjustment for rates 6 years ago
Kim Alvefur 509549f679 mod_admin_shell: Format stats with util.human.units 6 years ago
Kim Alvefur 753836c876 mod_admin_shell: Fix error due to float passed to os.date in Lua 5.3 6 years ago
Matthew Wild 81457f2fff mod_admin_shell: Remove old variable declaration [luacheck] 6 years ago
Matthew Wild f554caa3ac mod_admin_shell: Remove extra newline at end of help text 6 years ago
Matthew Wild e703759258 mod_admin_shell, mod_admin_telnet, util.prosodyctl.shell: Separate output from final result 6 years ago
Matthew Wild 9daa5c028c mod_admin_shell: New module that implements the console interface over an admin socket 6 years ago
Kim Alvefur 29f51d7e6d mod_admin_telnet: Update existing sessions on reload 6 years ago
Kim Alvefur 783f5430a5 mod_admin_telnet: Use tostring as fallback in pretty printing 6 years ago
Kim Alvefur 95b5facf3b mod_admin_telnet: Don't pretty-print the normal console stuff 6 years ago
Kim Alvefur f1c4d468e2 mod_admin_telnet: Reuse existing pretty printing setup 6 years ago
Kim Alvefur bfdff4488f mod_admin_telnet: Allow configuring pretty printing defaults 6 years ago