log plugins/mod_console.lua @ 3840:abcbce5e4240

age author description
Thu, 09 Dec 2010 22:17:28 +0500 Waqas Hussain mod_console: Removed redundant code for host:activate() and host:deactivate(), now that hostmanager has error checking.
Sun, 12 Dec 2010 02:03:32 +0100 Kim Alvefur core.s2smanager, mod_console, mod_saslauth, util.certverification: rename util.certverification to util.x509
Thu, 09 Dec 2010 22:17:28 +0500 Waqas Hussain mod_console: Removed redundant code for host:activate() and host:deactivate(), now that hostmanager has error checking.
Sun, 28 Nov 2010 21:19:18 +0000 Matthew Wild mod_console: Fix to import cert_verify_identity (util.certverification)
Sun, 28 Nov 2010 21:03:33 +0000 Matthew Wild mod_console: Add s2s:showcert() command to show the certificate for a domain
Sun, 21 Nov 2010 21:10:46 -0800 Paul Aurich mod_console: Denote services whose identity matches their (valid/trusted) certificate as 'secure'
Fri, 12 Nov 2010 11:51:50 +0000 Matthew Wild mod_console: Don't allow bang bang as the first command in a session, or when the last command is unknown (fixes #218)
Thu, 04 Nov 2010 18:44:57 +0500 Waqas Hussain mod_console: Keep global variable assignments sandboxed by default.