aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_admin_shell.lua
Commit message (Expand)AuthorAgeFilesLines
...
* mod_admin_shell: module:info: List provided 'items'Kim Alvefur2021-06-121-0/+6
* mod_admin_shell: module:info: Use existing host string representationKim Alvefur2021-06-121-8/+2
* mod_admin_shell: module:info: List dependenciesKim Alvefur2021-06-121-0/+6
* mod_admin_shell: module:info: Show module statusKim Alvefur2021-06-121-0/+3
* mod_admin_shell: Add basic command that shows more info about loaded modulesKim Alvefur2021-06-121-0/+29
* Statistics: Rewrite statistics backends to use OpenMetricsJonas Schäfer2021-04-181-235/+185
* mod_admin_shell: Remove obsolete checks related to s2sout.libKim Alvefur2021-04-061-14/+1
* mod_admin_shell: Sort timers by time in debug:timers()Kim Alvefur2021-03-231-1/+6
* mod_admin_shell: Add help section with (top level) MUC commandsKim Alvefur2021-02-051-0/+6
* mod_admin_shell: Pretty-print HTTP endpoints in a human tableKim Alvefur2021-02-031-1/+7
* mod_admin_shell: Remove previous print() callKim Alvefur2021-02-031-1/+0
* mod_admin_shell: List modules providing each HTTP endpointKim Alvefur2021-02-031-0/+3
* mod_admin_shell: List global HTTP endpoints by defaultKim Alvefur2021-02-031-2/+7
* mod_admin_shell: Report CSI queue length from mod_csi_simpleKim Alvefur2020-08-221-1/+5
* mod_admin_shell: Report CSI state in c2s:show()Kim Alvefur2020-08-221-0/+3
* mod_admin_shell: Handle server_epoll using monotonic time internallyKim Alvefur2020-06-301-2/+9
* mod_admin_shell: Fix debug:timers to handle net.server native timersKim Alvefur2020-06-291-6/+16
* mod_admin_shell: Update for async.wait_for renameKim Alvefur2020-06-131-2/+2
* mod_admin_shell: Fix display of units for some statisticsKim Alvefur2020-06-071-1/+1
* mod_admin_shell: Skip multiplier adjustment for ratesKim Alvefur2020-06-041-2/+3
* mod_admin_shell: Format stats with util.human.unitsKim Alvefur2020-06-031-36/+36
* mod_admin_shell: Fix error due to float passed to os.date in Lua 5.3Kim Alvefur2020-06-021-4/+4
* mod_admin_shell: Remove old variable declaration [luacheck]Matthew Wild2020-06-011-2/+0
* mod_admin_shell: Remove extra newline at end of help textMatthew Wild2020-06-011-1/+0
* mod_admin_shell, mod_admin_telnet, util.prosodyctl.shell: Separate output fro...Matthew Wild2020-06-011-13/+19
* mod_admin_shell: New module that implements the console interface over an adm...Matthew Wild2020-06-011-0/+1637