log plugins/mod_admin_telnet.lua @ 10127:cb5e4e07ab11

age author description
Mon, 03 Jun 2019 20:51:15 +0200 Michel Le Bihan mod_admin_telnet: Collect array from Bosh connections when appending to connection list
Thu, 02 May 2019 17:44:21 -0700 Arc Riley mod_admin_telnet: include BOSH connections in c2s:count (#998)
Thu, 02 May 2019 17:28:49 -0700 Arc Riley mod_admin_telnet: added "(bosh)" and "(websocket)" connection flags (#998)
Thu, 02 May 2019 16:33:14 -0700 Arc Riley mod_admin_telnet: include BOSH connections in c2s session commands (#998)
Wed, 17 Apr 2019 10:11:22 -0700 João Duarte mod_admin_telnet: Adds c2s:closeall() (Fixes #1315)
Tue, 19 Mar 2019 09:05:37 +0000 Matthew Wild mod_admin_telnet: Show module status in module:list()
Wed, 16 Jan 2019 14:20:16 +0100 Kim Alvefur mod_admin_telnet: sttas:show: Use format option that allows float numbers
Fri, 04 Jan 2019 15:13:52 +0100 Kim Alvefur mod_admin_telnet: Sort stats by name
Fri, 04 Jan 2019 13:41:39 +0100 Kim Alvefur mod_admin_telnet: Serialize config values (table: 0x123abc isn't useful)
Fri, 04 Jan 2019 13:39:13 +0100 Kim Alvefur mod_admin_telnet: config:get: Assume the global section if only one argument is given
Fri, 04 Jan 2019 13:38:30 +0100 Kim Alvefur mod_admin_telnet: Remove the long gone 'section' argument in the undocumented config:get command
Sun, 30 Dec 2018 16:03:15 +0100 Kim Alvefur core.moduleapi: Use util.error for :send_iq errors
Sat, 29 Dec 2018 03:21:13 +0100 Kim Alvefur mod_admin_telnet: Validate hostnames in xmpp:ping command
Fri, 28 Dec 2018 20:59:10 +0100 Kim Alvefur mod_admin_telnet: Make xmpp:ping command wait and report the reply
Thu, 27 Dec 2018 02:53:34 +0100 Kim Alvefur mod_admin_telnet: Enable async processing using util.async
Fri, 28 Dec 2018 20:56:01 +0100 Kim Alvefur mod_admin_telnet: Invert host existence check
Tue, 18 Dec 2018 20:23:33 +0000 Maxime “pep” Buquet admin_telnet: show when bidi is used on s2s
Sat, 08 Dec 2018 17:09:55 +0100 Kim Alvefur various: Don't rely on _G.unpack existing
Tue, 09 Oct 2018 15:02:44 +0100 Matthew Wild mod_admin_telnet: Allow viewing HTTP event listeners via debug:events('http')
Sun, 30 Sep 2018 14:55:39 +0200 Kim Alvefur mod_admin_telnet: Guard against missing table field
Sun, 30 Sep 2018 14:55:15 +0200 Kim Alvefur mod_admin_telnet: Create metatable only once
Sun, 30 Sep 2018 14:54:51 +0200 Kim Alvefur mod_admin_telnet: Remove unused histogram [luacheck]
Sun, 30 Sep 2018 14:48:44 +0200 Kim Alvefur mod_admin_telnet: Remove unused variable [luacheck]
Sun, 30 Sep 2018 14:37:25 +0200 Kim Alvefur mod_admin_telnet: Import net.server instead of relying on global
Sun, 30 Sep 2018 14:33:42 +0200 Kim Alvefur mod_admin_telnet: Use prosody.hosts to be more explicit and avoid name clash with 'hosts' arguments [luacheck]
Sun, 30 Sep 2018 14:32:32 +0200 Kim Alvefur mod_admin_telnet: Remove or rename various unused arguments and variables [luacheck]
Sun, 30 Sep 2018 14:16:49 +0200 Kim Alvefur mod_admin_telnet: Rename variable to avoid name clash [luacheck]
Sat, 29 Sep 2018 16:29:30 +0200 Kim Alvefur mod_admin_telnet: Fix local reference to util.iterator
Fri, 21 Sep 2018 14:37:47 +0100 Matthew Wild mod_admin_telnet: Split out sort function for clarity
Fri, 21 Sep 2018 14:36:29 +0100 Matthew Wild mod_admin_telnet: Make use of util.iterators.sorted_pairs()