log plugins/mod_admin_telnet.lua @ 6315:7a3e2f2d43fc

age author description
Fri, 25 Jul 2014 13:01:57 +0100 Matthew Wild Merge 0.9->0.10
Fri, 25 Jul 2014 13:59:17 +0200 Kim Alvefur mod_admin_telnet: Fix dns:(add,set)nameservers()
Thu, 05 Jun 2014 17:15:04 -0400 Waqas Hussain mod_admin_telnet: Update muc:room(jid) and muc:list(host) to use the new MUC API
Wed, 28 May 2014 12:43:34 +0100 Matthew Wild mod_admin_telnet: Add command to list MUC rooms
Mon, 12 May 2014 01:16:17 +0200 Kim Alvefur mod_admin_telnet: Remove dead code
Mon, 12 May 2014 01:07:40 +0200 Kim Alvefur mod_admin_telnet: Show which hosts are components and what type of component in host:list()
Sun, 11 May 2014 19:13:36 +0200 Kim Alvefur mod_admin_telnet: Add c2s:show_tls(), behaves like s2s:show_tls()
Sun, 11 May 2014 19:12:03 +0200 Kim Alvefur mod_admin_telnet: Move generation of log tag for s2s:show() (adds it to c2s:show() too)
Sun, 11 May 2014 18:51:08 +0200 Kim Alvefur mod_admin_telnet: Add s2s:show_tls() for showing ciphers used on s2s connections
Sun, 11 May 2014 19:03:23 +0200 Kim Alvefur mod_admin_telnet: Move extraction of c2s presence info into session_flags()
Sun, 11 May 2014 18:28:00 +0200 Kim Alvefur mod_admin_telnet: Split (secure) into (authenticated) + (secure)
Sun, 11 May 2014 18:22:17 +0200 Kim Alvefur mod_admin_telnet: Send NUL byte as keepalive on read timeouts
Thu, 10 Apr 2014 13:15:11 +0200 Kim Alvefur Merge 0.9->0.10
Sat, 05 Apr 2014 15:05:40 +0100 Matthew Wild mod_admin_telnet: muc:*: Fix nil index error when a room JID is passed with a non-existent host
Wed, 12 Feb 2014 19:26:22 +0100 Kim Alvefur Merge 0.9 -> 0.10
Sun, 09 Feb 2014 15:17:01 +0100 Kim Alvefur mod_admin_telnet: Prep jids for user:create() etc.
Fri, 09 Aug 2013 17:48:21 +0200 Florian Zeitz Remove all trailing whitespace
Tue, 06 Aug 2013 14:35:03 +0200 Kim Alvefur Merge 0.9->trunk
Tue, 06 Aug 2013 14:32:31 +0200 Kim Alvefur mod_admin_telnet, mod_s2s: Fix reporting of certificate chain validation details
Thu, 20 Jun 2013 21:47:38 +0200 Kim Alvefur mod_admin_telnet: Refactor s2s:show()
Thu, 20 Jun 2013 21:47:28 +0200 Kim Alvefur mod_admin_telnet: Generate session names the same way as in s2smanager
Thu, 20 Jun 2013 20:53:29 +0200 Kim Alvefur mod_admin_telnet: Refactor s2s:close and s2s:closeall
Wed, 19 Jun 2013 16:20:33 +0200 Kim Alvefur mod_admin_telnet: Refactor s2s:showcert()
Tue, 11 Jun 2013 21:50:41 +0100 Matthew Wild Merge 0.9->trunk
Thu, 16 May 2013 10:47:22 +0100 Matthew Wild mod_admin_telnet: Add server:memory() command to view details of Prosody's memory usage
Mon, 10 Jun 2013 14:37:02 +0200 Kim Alvefur Merge 0.9->trunk
Mon, 10 Jun 2013 14:35:35 +0200 Kim Alvefur mod_admin_telnet: Fix another wrong boolean expression
Sun, 09 Jun 2013 12:59:23 +0200 Kim Alvefur mod_admin_telnet: Simplify IPv6 detection, fixes rare traceback
Wed, 05 Jun 2013 21:36:29 +0100 Matthew Wild Merge 0.9->trunk
Tue, 04 Jun 2013 19:35:41 +0200 Kim Alvefur mod_admin_telnet: Fix inverted boolean logic