log plugins/mod_admin_telnet.lua @ 7588:fd6ca110edce

age author description
Fri, 08 Jul 2016 22:01:10 +0200 Kim Alvefur Merge 0.10->trunk
Sat, 09 Jul 2016 00:57:17 +0800 Anton Shestakov mod_admin_telnet: remove unused import (util.serialization) [luacheck]
Sat, 09 Jul 2016 00:47:55 +0800 Anton Shestakov mod_admin_telnet: rename variable to make it defined (room -> room_name)
Sat, 16 Apr 2016 21:08:05 +0100 Emmanuel Gil Peyrot Update every link to the documentation to use HTTPS
Fri, 22 Jan 2016 13:22:50 +0000 Matthew Wild Merge 0.10->trunk
Fri, 22 Jan 2016 13:20:00 +0000 Matthew Wild mod_admin_telnet: Fix sorting of JIDs in c2s:show() family of functions (thanks lookshe and Zash)
Sun, 10 Jan 2016 03:57:17 +0100 Kim Alvefur Merge 0.10->trunk
Sun, 10 Jan 2016 00:00:22 +0100 Kim Alvefur mod_admin_telnet: c2s:count in less lines
Sat, 09 Jan 2016 23:59:31 +0100 Kim Alvefur mod_admin_telnet: Show unauthenticated clients identified by local/remote IP and port
Sat, 09 Jan 2016 23:58:43 +0100 Kim Alvefur mod_admin_telnet: c2s:show() etc, list all sessions including unauthenticated or not with no stream opened
Sun, 10 Jan 2016 00:01:28 +0100 Kim Alvefur mod_admin_telnet: Remove compat warning about 'console_banner' as a function
Sun, 27 Dec 2015 12:29:28 +0100 Kim Alvefur Merge 0.10->trunk
Wed, 23 Dec 2015 12:11:07 +0100 Kim Alvefur Merge 0.9->0.10
Tue, 22 Dec 2015 14:15:09 +0000 Matthew Wild mod_admin_telnet: Backport 06696882d972 from 0.10 (this command greatly helps with debugging HTTP issues)
Wed, 23 Dec 2015 11:42:14 +0100 Kim Alvefur mod_admin_telnet: Make timer:info command more robust