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.
Sat, 16 Oct 2010 23:00:42 +0500 Waqas Hussain Monster whitespace commit (beware the whitespace monster).
Sat, 14 Aug 2010 15:15:35 +0100 Matthew Wild mod_console: Add host:* commands to help (thanks Zash)
Mon, 26 Jul 2010 01:52:04 +0500 Waqas Hussain mod_console: Override dofile() in the console environment (this lets print() print to the console session for example).
Mon, 26 Jul 2010 00:59:26 +0500 Waqas Hussain mod_console: Added support for multiple arguments to print().
Mon, 17 May 2010 11:57:01 +0100 Matthew Wild Merge 0.7/MattJ with 0.7
Mon, 17 May 2010 11:56:36 +0100 Matthew Wild Merge with 0.6
Fri, 07 May 2010 16:17:48 +0500 Waqas Hussain Merge 0.6->0.7
Fri, 07 May 2010 16:10:04 +0500 Waqas Hussain mod_console: Set a chunk name for loadstring calls (nicer errors).
Fri, 07 May 2010 16:13:05 +0500 Waqas Hussain mod_console: Ensure that a null byte is printed after sending the banner.
Wed, 05 May 2010 17:21:50 +0100 Matthew Wild mod_console: Make use of the new onconnect callback to initialise session and send banner
Mon, 22 Mar 2010 17:24:55 +0000 Matthew Wild Merge 0.6->0.7
Mon, 22 Mar 2010 17:06:15 +0000 Matthew Wild Update copyright headers for 2010
Mon, 22 Feb 2010 01:02:16 +0000 Matthew Wild mod_console: Uncomment the help for server:shutdown() - thanks darkrain
Mon, 22 Feb 2010 01:02:16 +0000 Matthew Wild mod_console: Uncomment the help for server:shutdown() - thanks darkrain
Thu, 28 Jan 2010 15:17:55 +0000 Matthew Wild mod_console: Update !! shortcut for new connection API
Tue, 01 Dec 2009 23:23:51 +0100 Tobias Markmann mod_console: Show compression status on s2s:show() output.