Commit graph

169 commits

Author SHA1 Message Date
Kim Alvefur
bdb5e39f5c mod_admin_shell: Remove previous print() call
Accident involving Mercurial interactive commit
2021-02-03 23:47:59 +01:00
Kim Alvefur
d8d5ad3bea mod_admin_shell: List modules providing each HTTP endpoint 2021-02-03 23:31:34 +01:00
Kim Alvefur
a64ae4e8d5 mod_admin_shell: List global HTTP endpoints by default
Trick copied from the module commands
2021-02-03 23:28:02 +01:00
Kim Alvefur
6c5dd70664 mod_admin_shell: Report CSI queue length from mod_csi_simple 2020-08-22 14:34:57 +02:00
Kim Alvefur
460a55c86e mod_admin_shell: Report CSI state in c2s:show() 2020-08-22 14:34:33 +02:00
Kim Alvefur
7fb1dd361b mod_admin_shell: Handle server_epoll using monotonic time internally 2020-06-30 02:31:57 +02:00
Kim Alvefur
64614cb420 mod_admin_shell: Fix debug:timers to handle net.server native timers 2020-06-29 21:43:51 +02:00
Kim Alvefur
efcf7cb7d4 mod_admin_shell: Update for async.wait_for rename 2020-06-13 14:40:41 +02:00
Kim Alvefur
ababc84794 mod_admin_shell: Fix display of units for some statistics 2020-06-07 00:18:14 +02:00
Kim Alvefur
4a087da58e mod_admin_shell: Skip multiplier adjustment for rates 2020-06-04 16:54:52 +02:00
Kim Alvefur
509549f679 mod_admin_shell: Format stats with util.human.units 2020-06-03 19:27:44 +02:00
Kim Alvefur
753836c876 mod_admin_shell: Fix error due to float passed to os.date in Lua 5.3
Thanks Martin
2020-06-02 16:40:23 +02:00
Matthew Wild
81457f2fff mod_admin_shell: Remove old variable declaration [luacheck] 2020-06-01 16:38:16 +01:00
Matthew Wild
f554caa3ac mod_admin_shell: Remove extra newline at end of help text 2020-06-01 16:14:44 +01:00
Matthew Wild
e703759258 mod_admin_shell, mod_admin_telnet, util.prosodyctl.shell: Separate output from final result
Fixes the client pausing for input after output from commands.
2020-06-01 16:14:06 +01:00
Matthew Wild
9daa5c028c mod_admin_shell: New module that implements the console interface over an admin socket 2020-06-01 15:43:00 +01:00
Matthew Wild
36fbcd4772 mod_admin_shell: Add watch:log() command to tail logs in realtime 2022-03-17 10:24:38 +00:00
Matthew Wild
119725bbe3 mod_admin_shell: Add session.is_connected() method 2022-03-17 10:23:12 +00:00
Matthew Wild
7881c5d093 mod_admin_shell: Add session.write() method to write data to client with no \n 2022-03-17 10:22:47 +00:00