aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_admin_shell.lua
Commit message (Expand)AuthorAgeFilesLines
* 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