log plugins/mod_admin_telnet.lua @ 9695:5ec4eaf76de8

age author description
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()
Tue, 10 Jul 2018 21:08:32 +0100 Matthew Wild mod_admin_telnet: Rename timer:info() -> debug:timers()