Kim Alvefur
f304a306dd
mod_admin_telnet: Use new compact function for waiting on promises
2019-09-29 18:44:58 +02:00
Kim Alvefur
2a9da5b8f0
mod_admin_telnet: Identify native bidi sessions
2019-09-08 18:51:15 +02:00
Kim Alvefur
60fddf5c7c
mod_admin_telnet: Identify bidi-capable s2sout sessions ( fixes #1403 )
2019-09-07 15:53:05 +02:00
Kim Alvefur
9e57e02797
mod_admin_telnet: Use already generated session id
...
Don't need to construct it from components again
2019-07-28 01:43:10 +02:00
Kim Alvefur
49b3e1479c
mod_admin_telnet: Allow specifying a reason when closing sessions ( #1400 )
2019-07-28 01:39:47 +02:00
Kim Alvefur
a8db3548e4
mod_admin_telnet: Add xmpp:ping to help
2019-07-26 21:13:17 +02:00
Kim Alvefur
1ede2571be
mod_admin_telnet: Add c2s:count() to help
2019-07-26 21:10:42 +02:00
Kim Alvefur
54e39ab881
mod_admin_telnet: Make c2s:count() consistent with c2s:show()
...
Both now operate on the same complete set of c2s sessions
2019-07-26 21:06:47 +02:00
Kim Alvefur
65b25e80b0
mod_admin_telnet: Factor out function for collecting all c2s sessions for easier reuse
2019-07-26 21:05:13 +02:00
Kim Alvefur
3effd36ff0
mod_admin_telnet: Include both c2s connections and sessions in c2s:show()
...
This way both incomplete connections and hibernating c2s sessions are shown.
2019-07-26 20:25:15 +02:00
Kim Alvefur
a7e58a0c50
mod_admin_telnet: Move error handling to thread callback ( fixes #1391 )
...
Avoids yielding over pcall boundry, fixes xmpp:ping() command on Lua 5.1
2019-05-10 01:29:26 +02:00
Kim Alvefur
f9f7ac859a
mod_admin_telnet: Check for simple commands before executing in sandbox
...
This makes fixing yield over pcall boundry issue easier since it would
have jumped to the thread error handler instead of proceeding to
checking for simple commands.
2019-05-10 01:28:09 +02:00
Michel Le Bihan
2bb05d010d
mod_admin_telnet: Collect array from Bosh connections when appending to connection list
...
Fixes #1356
2019-06-03 20:51:15 +02:00
Arc Riley
a16b70c96d
mod_admin_telnet: include BOSH connections in c2s:count ( #998 )
2019-05-02 17:44:21 -07:00
Arc Riley
ed8b36a84b
mod_admin_telnet: added "(bosh)" and "(websocket)" connection flags ( #998 )
2019-05-02 17:28:49 -07:00
Arc Riley
bbc0bd0b8a
mod_admin_telnet: include BOSH connections in c2s session commands ( #998 )
2019-05-02 16:33:14 -07:00
João Duarte
196ac28ab5
mod_admin_telnet: Adds c2s:closeall() ( Fixes #1315 )
2019-04-17 10:11:22 -07:00
Matthew Wild
ab545f19a3
mod_admin_telnet: Show module status in module:list()
2019-03-19 09:05:37 +00:00
Kim Alvefur
b2c3b2f740
mod_admin_telnet: sttas:show: Use format option that allows float numbers
...
string.format("%d", 0.5) causes an error on Lua 5.3
2019-01-16 14:20:16 +01:00
Kim Alvefur
51c4d0a0e4
mod_admin_telnet: Sort stats by name
2019-01-04 15:13:52 +01:00
Kim Alvefur
d020a0b577
mod_admin_telnet: Serialize config values (table: 0x123abc isn't useful)
2019-01-04 13:41:39 +01:00
Kim Alvefur
5fb717bbce
mod_admin_telnet: config:get: Assume the global section if only one argument is given
2019-01-04 13:39:13 +01:00
Kim Alvefur
11b2a79872
mod_admin_telnet: Remove the long gone 'section' argument in the undocumented config:get command
2019-01-04 13:38:30 +01:00
Kim Alvefur
f102941562
core.moduleapi: Use util.error for :send_iq errors
2018-12-30 16:03:15 +01:00
Kim Alvefur
5eb327274a
mod_admin_telnet: Validate hostnames in xmpp:ping command
...
Attempt to ping some invalid hostnames cause weird behavior
2018-12-29 03:21:13 +01:00
Kim Alvefur
f1f0c276bc
mod_admin_telnet: Make xmpp:ping command wait and report the reply
2018-12-28 20:59:10 +01:00
Kim Alvefur
851f330348
mod_admin_telnet: Enable async processing using util.async
2018-12-27 02:53:34 +01:00
Kim Alvefur
9a412b02e9
mod_admin_telnet: Invert host existence check
...
Simplifies and reduces indentation
2018-12-28 20:56:01 +01:00
Maxime “pep” Buquet
738a1171dc
admin_telnet: show when bidi is used on s2s
2018-12-18 20:23:33 +00:00
Kim Alvefur
2b289f34f9
various: Don't rely on _G.unpack existing
2018-12-08 17:09:55 +01:00
Matthew Wild
e7d4ae6aac
mod_admin_telnet: Allow viewing HTTP event listeners via debug:events('http')
2018-10-09 15:02:44 +01:00
Kim Alvefur
55998f91c2
mod_admin_telnet: Guard against missing table field
2018-09-30 14:55:39 +02:00
Kim Alvefur
03b285fc26
mod_admin_telnet: Create metatable only once
2018-09-30 14:55:15 +02:00
Kim Alvefur
d334d70ca6
mod_admin_telnet: Remove unused histogram [luacheck]
2018-09-30 14:54:51 +02:00
Kim Alvefur
86b9efb4ba
mod_admin_telnet: Remove unused variable [luacheck]
2018-09-30 14:48:44 +02:00
Kim Alvefur
95c0aba3f5
mod_admin_telnet: Import net.server instead of relying on global
2018-09-30 14:37:25 +02:00
Kim Alvefur
a8aba229b0
mod_admin_telnet: Use prosody.hosts to be more explicit and avoid name clash with 'hosts' arguments [luacheck]
2018-09-30 14:33:42 +02:00
Kim Alvefur
5a249d370b
mod_admin_telnet: Remove or rename various unused arguments and variables [luacheck]
2018-09-30 14:32:32 +02:00
Kim Alvefur
1efa591f74
mod_admin_telnet: Rename variable to avoid name clash [luacheck]
2018-09-30 14:16:49 +02:00
Kim Alvefur
d18f2f7521
mod_admin_telnet: Fix local reference to util.iterator
2018-09-29 16:29:30 +02:00
Matthew Wild
818a977d38
mod_admin_telnet: Split out sort function for clarity
2018-09-21 14:37:47 +01:00
Matthew Wild
391fe2828f
mod_admin_telnet: Make use of util.iterators.sorted_pairs()
2018-09-21 14:36:29 +01:00
Matthew Wild
c017d7c73a
mod_admin_telnet: Rename timer:info() -> debug:timers()
2018-07-10 21:08:32 +01:00
Matthew Wild
22ae619680
mod_admin_telnet: Add some experimental commands for inspecting stats
2018-07-04 06:57:32 +01:00
Matthew Wild
71620cbd96
Merge 0.10->trunk
2018-06-22 13:21:42 +01:00
Matthew Wild
d869a89803
mod_admin_telnet: Add debug:events() and debug:logevents()
2018-06-22 13:20:38 +01:00
Kim Alvefur
6223bf5220
console: Allow passing a config when creating a room
2018-04-14 16:14:55 +02:00
Kim Alvefur
14b65a9175
Merge 0.10->trunk
2018-03-10 20:52:14 +01:00
Kim Alvefur
8eaef0235b
Merge 0.9->0.10
2018-03-10 20:49:52 +01:00
Kim Alvefur
3bd8a2257f
mod_admin_telnet: Include the default path property in URL calculation ( fixes #1099 )
2018-03-10 20:47:34 +01:00