| Commit message (Expand) | Author | Age | Files | Lines |
* | mod_admin_shell: Allow passing an exit code to server:shutdown() | Kim Alvefur | 2021-09-30 | 1 | -2/+2 |
* | mod_admin_shell: Keep unrestricted environment for session lifetime | Kim Alvefur | 2021-08-11 | 1 | -1/+5 |
* | mod_admin_shell: module:info: List 'items' that can be formatted easily | Kim Alvefur | 2021-06-12 | 1 | -0/+14 |
* | mod_admin_shell: module:info: Show friendlier name for known 'items' | Kim Alvefur | 2021-06-12 | 1 | -1/+9 |
* | mod_admin_shell: module:info: List provided 'items' | Kim Alvefur | 2021-06-12 | 1 | -0/+6 |
* | mod_admin_shell: module:info: Use existing host string representation | Kim Alvefur | 2021-06-12 | 1 | -8/+2 |
* | mod_admin_shell: module:info: List dependencies | Kim Alvefur | 2021-06-12 | 1 | -0/+6 |
* | mod_admin_shell: module:info: Show module status | Kim Alvefur | 2021-06-12 | 1 | -0/+3 |
* | mod_admin_shell: Add basic command that shows more info about loaded modules | Kim Alvefur | 2021-06-12 | 1 | -0/+29 |
* | Statistics: Rewrite statistics backends to use OpenMetrics | Jonas Schäfer | 2021-04-18 | 1 | -235/+185 |
* | mod_admin_shell: Remove obsolete checks related to s2sout.lib | Kim Alvefur | 2021-04-06 | 1 | -14/+1 |
* | mod_admin_shell: Sort timers by time in debug:timers() | Kim Alvefur | 2021-03-23 | 1 | -1/+6 |
* | mod_admin_shell: Add help section with (top level) MUC commands | Kim Alvefur | 2021-02-05 | 1 | -0/+6 |
* | mod_admin_shell: Pretty-print HTTP endpoints in a human table | Kim Alvefur | 2021-02-03 | 1 | -1/+7 |
* | mod_admin_shell: Remove previous print() call | Kim Alvefur | 2021-02-03 | 1 | -1/+0 |
* | mod_admin_shell: List modules providing each HTTP endpoint | Kim Alvefur | 2021-02-03 | 1 | -0/+3 |
* | mod_admin_shell: List global HTTP endpoints by default | Kim Alvefur | 2021-02-03 | 1 | -2/+7 |
* | mod_admin_shell: Report CSI queue length from mod_csi_simple | Kim Alvefur | 2020-08-22 | 1 | -1/+5 |
* | mod_admin_shell: Report CSI state in c2s:show() | Kim Alvefur | 2020-08-22 | 1 | -0/+3 |
* | mod_admin_shell: Handle server_epoll using monotonic time internally | Kim Alvefur | 2020-06-30 | 1 | -2/+9 |
* | mod_admin_shell: Fix debug:timers to handle net.server native timers | Kim Alvefur | 2020-06-29 | 1 | -6/+16 |
* | mod_admin_shell: Update for async.wait_for rename | Kim Alvefur | 2020-06-13 | 1 | -2/+2 |
* | mod_admin_shell: Fix display of units for some statistics | Kim Alvefur | 2020-06-07 | 1 | -1/+1 |
* | mod_admin_shell: Skip multiplier adjustment for rates | Kim Alvefur | 2020-06-04 | 1 | -2/+3 |
* | mod_admin_shell: Format stats with util.human.units | Kim Alvefur | 2020-06-03 | 1 | -36/+36 |
* | mod_admin_shell: Fix error due to float passed to os.date in Lua 5.3 | Kim Alvefur | 2020-06-02 | 1 | -4/+4 |
* | mod_admin_shell: Remove old variable declaration [luacheck] | Matthew Wild | 2020-06-01 | 1 | -2/+0 |
* | mod_admin_shell: Remove extra newline at end of help text | Matthew Wild | 2020-06-01 | 1 | -1/+0 |
* | mod_admin_shell, mod_admin_telnet, util.prosodyctl.shell: Separate output fro... | Matthew Wild | 2020-06-01 | 1 | -13/+19 |
* | mod_admin_shell: New module that implements the console interface over an adm... | Matthew Wild | 2020-06-01 | 1 | -0/+1637 |