Commit graph

156 commits

Author SHA1 Message Date
Kim Alvefur
89af997157 mod_admin_telnet: Handle unavailable cipher info (fixes #1510)
The LuaSec :info() method gathers info using the OpenSSL function
SSL_get_current_cipher(). Documentation for this function states that it
may return NULL if no session has been established (yet). If so, the
LuaSec functions wrapping this return nil, triggering a nil-indexing
error in mod_admin_telnet.
2020-03-22 17:35:26 +01:00
Kim Alvefur
1d1491c01b mod_admin_telnet: Create a DNS resolver per console session (fixes #1492)
This is now the common pattern, eg see mod_s2s.
2020-01-24 23:27:49 +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
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
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
Matthew Wild
217d0135d1 Merge 0.10->trunk 2015-11-22 15:52:10 +00:00
Matthew Wild
c3b43754d5 mod_admin_telnet: c2s:show(): Add flag to indicate remote sessions 2015-11-22 15:31:22 +00:00