Commit graph

222 commits

Author SHA1 Message Date
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
Kim Alvefur
73b75571e6 core.usermanager, various modules: Disconnect other resources on password change (thanks waqas) (fixes #512) 2017-07-28 13:15:29 +02:00
Kim Alvefur
14df21dc9b mod_admin_telnet: Output human-friendly memory usage when meminfo is unavailable (thanks nbastin) 2017-04-25 00:14:19 +02:00
Kim Alvefur
38f73e28ae Merge 0.10->trunk 2017-08-28 21:05:12 +02:00
Kim Alvefur
d10300eca4 Merge 0.10->trunk 2017-04-25 01:42:59 +02:00
Kim Alvefur
3e5d5895f9 Merge 0.10->trunk 2017-03-16 23:49:27 +01:00
Kim Alvefur
c3d7d52f0d plugins/various: Use type-specific config API 2017-03-16 20:46:06 +01:00
Kim Alvefur
55ba289bed Merge 0.10->trunk 2017-03-01 02:38:05 +01:00
Kim Alvefur
d76ff8e08e mod_admin_telnet: Print a message to open sessions when shutting down, including the reason 2017-02-21 17:34:01 +01: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
Kim Alvefur
da42ca2167 Merge 0.10->trunk 2016-11-19 01:05:36 +01:00
Kim Alvefur
383aa66ca8 mod_admin_telnet: Use the module:send() API for xmpp:ping command 2016-11-18 14:08:38 +01:00
Kim Alvefur
5235e5ec1a mod_admin_telnet: Fix to use modern way to fetch a MUC room 2016-08-30 17:53:57 +02:00
Kim Alvefur
7b3f79b2ec Merge 0.10->trunk 2016-07-08 22:01:10 +02:00
Anton Shestakov
2a2ade5de5 mod_admin_telnet: remove unused import (util.serialization) [luacheck] 2016-07-09 00:57:17 +08:00
Anton Shestakov
885648c042 mod_admin_telnet: rename variable to make it defined (room -> room_name) 2016-07-09 00:47:55 +08:00
Emmanuel Gil Peyrot
c6048a7cb4 Update every link to the documentation to use HTTPS 2016-04-16 21:08:05 +01:00
Matthew Wild
b0864f247d Merge 0.10->trunk 2016-01-22 13:22:50 +00:00
Matthew Wild
f9bec76a46 mod_admin_telnet: Fix sorting of JIDs in c2s:show() family of functions (thanks lookshe and Zash) 2016-01-22 13:20:00 +00:00
Kim Alvefur
1df83ddc8c Merge 0.10->trunk 2016-01-10 03:57:17 +01:00
Kim Alvefur
fa8f996af8 mod_admin_telnet: c2s:count in less lines 2016-01-10 00:00:22 +01:00
Kim Alvefur
1e0c45235c mod_admin_telnet: Show unauthenticated clients identified by local/remote IP and port 2016-01-09 23:59:31 +01:00
Kim Alvefur
4ad60283f8 mod_admin_telnet: c2s:show() etc, list all sessions including unauthenticated or not with no stream opened 2016-01-09 23:58:43 +01:00
Kim Alvefur
6876deedcd mod_admin_telnet: Remove compat warning about 'console_banner' as a function 2016-01-10 00:01:28 +01:00
Kim Alvefur
9e88c5e954 mod_admin_telnet: Make timer:info command more robust 2015-12-23 11:42:14 +01:00
Matthew Wild
7f8d1c0995 mod_admin_telnet: Add http:list() command to get info about current HTTP endpoints on the server 2015-12-10 18:00:08 +00:00
Matthew Wild
a621547508 Merge 0.10->trunk 2015-12-10 18:58:30 +00:00
Kim Alvefur
237847b4d5 mod_admin_telnet: Add timer:info() which shows some basic info about util.timer 2015-11-25 15:34:54 +01:00