plugins/mod_console.lua
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.
Sat, 28 Nov 2009 17:39:05 +0000 Matthew Wild mod_console: Update for new server API, fixes traceback when closing console sessions
Sun, 22 Nov 2009 21:09:25 +0000 Matthew Wild mod_console: Update for new net.server API
Wed, 18 Nov 2009 08:30:03 +0500 Waqas Hussain mod_console: Moved activation of the console port from the main file to mod_console.
Sun, 25 Oct 2009 21:21:25 +0500 Waqas Hussain mod_console: Added proper cleanup for disconnected console sessions.
Sun, 18 Oct 2009 18:10:05 +0500 Waqas Hussain mod_console: Fixed traceback occuring on using module:list on unknown hosts.
Sun, 18 Oct 2009 18:01:13 +0500 Waqas Hussain mod_console: Added help text for config:reload().
Sun, 18 Oct 2009 12:26:53 +0100 Matthew Wild mod_console: Add missing hosts:list() command
Sat, 17 Oct 2009 15:26:32 +0100 Matthew Wild mod_console: Add commands host:activate(host, config) and host:deactivate(host, reason) to add/remove hosts at runtime
Tue, 06 Oct 2009 10:42:53 +0100 Matthew Wild mod_console: Add a space before '(encrypted)' in s2s:show()
Mon, 05 Oct 2009 18:47:01 +0100 Matthew Wild mod_console: Also search piggy-backed, er, multiplexed domains when passing a filter to s2s:show()
Mon, 05 Oct 2009 15:16:34 +0100 Matthew Wild mod_console: s2s:show(): Indicate when a connection is encrypted
Mon, 05 Oct 2009 14:42:56 +0100 Matthew Wild Merge with 0.5
Mon, 05 Oct 2009 14:42:23 +0100 Matthew Wild mod_console: Add module:list() to help
Mon, 05 Oct 2009 14:40:01 +0100 Matthew Wild mod_console: Add module:list() command to show modules loaded on a host
Thu, 24 Sep 2009 23:47:16 +0100 Matthew Wild Merge with 0.5
Thu, 24 Sep 2009 23:44:13 +0100 Matthew Wild mod_console: s2s:close: Use session:close() if that exists, otherwise just destroy the session
Sun, 20 Sep 2009 15:31:51 +0100 Matthew Wild Merge with 0.5
Sun, 26 Jul 2009 17:05:18 +0100 Matthew Wild mod_console: Show status and priority of clients
Wed, 09 Sep 2009 14:35:41 +0100 Matthew Wild mod_console: c2s:show(): Group listed clients by host
Fri, 31 Jul 2009 17:19:05 +0100 Paul Aurich mod_console: EOT (Ctrl-D) closes the connection.
Tue, 28 Jul 2009 19:17:09 +0100 Matthew Wild Merge with 0.5
Tue, 28 Jul 2009 18:47:59 +0100 Matthew Wild mod_console: Finally add in the missing 'help' command \o/
Sun, 26 Jul 2009 17:05:18 +0100 Matthew Wild mod_console: Show status and priority of clients
Thu, 23 Jul 2009 12:04:41 +0100 Matthew Wild Merge with 0.5
Thu, 23 Jul 2009 02:32:00 +0100 Matthew Wild mod_console: Set default_interface to 127.0.0.1
Sat, 18 Jul 2009 18:37:06 +0100 Matthew Wild mod_console: Add server:shutdown() command
Sat, 18 Jul 2009 15:34:36 +0100 Matthew Wild mod_console: Add config:reload() command
Sat, 18 Jul 2009 15:11:10 +0100 Matthew Wild mod_console: Rename server:reload() to server:insane_reload() (basically no-one should use it except me...)
Fri, 10 Jul 2009 03:11:45 +0100 Matthew Wild Remove version number from copyright headers
Thu, 09 Jul 2009 14:41:56 +0100 Matthew Wild mod_console: Expose commands and environment table
Thu, 09 Jul 2009 04:37:08 +0100 Matthew Wild mod_console: Add quit and exit as aliases for 'bye' command
Thu, 09 Jul 2009 04:34:55 +0100 Matthew Wild mod_console: Check for commands when not executing in the global environment
Wed, 08 Jul 2009 04:32:02 +0100 Matthew Wild mod_console: server:version() and server:uptime() commands
Wed, 08 Jul 2009 02:29:13 +0100 Matthew Wild mod_console: Add c2s:close() command
Sun, 05 Jul 2009 17:36:27 +0100 Matthew Wild mod_console: Allow customisation/suppression of the banner
Sun, 28 Jun 2009 02:46:36 +0100 Matthew Wild mod_console: Reload/unload a module on a component host if it is loaded there
Fri, 12 Jun 2009 15:43:24 +0100 Matthew Wild mod_console: Redirect print() to console session when executing commands in global environment
Fri, 12 Jun 2009 15:42:43 +0100 Matthew Wild mod_console: Fix syntax error
Fri, 12 Jun 2009 15:35:04 +0100 Matthew Wild mod_console: Add s2s:close() to close s2s sessions between two hosts
Sat, 06 Jun 2009 21:29:34 +0100 Matthew Wild mod_console: Show total incoming/outgoing s2s connections
Fri, 05 Jun 2009 20:18:55 +0100 Matthew Wild mod_console: Allow running code in the global environment by prefixing with '>'
Fri, 05 Jun 2009 20:18:19 +0100 Matthew Wild mod_console: Some "improvements" to the useless server:reload() command :)
Fri, 05 Jun 2009 19:57:29 +0100 Matthew Wild mod_console: Much improved module load/unload/reload commands
Sat, 30 May 2009 15:25:27 +0100 Matthew Wild mod_console: c2s:show(), c2s:show_secure(), c2s:show_insecure()
Sat, 30 May 2009 14:33:40 +0100 Matthew Wild mod_console: Allow restricting results to matching JIDs in s2s:show()
Sat, 02 May 2009 16:59:37 +0100 Matthew Wild mod_console: Add s2s:show() command to list s2s connections
Wed, 22 Apr 2009 21:32:23 +0100 Matthew Wild mod_*: Fix a load of global accesses
Fri, 20 Mar 2009 20:16:25 +0000 Matthew Wild 0.3->0.4
Fri, 30 Jan 2009 17:59:26 +0000 Matthew Wild Update copyright notices for 2009
Fri, 30 Jan 2009 17:40:25 +0000 Matthew Wild 0.2->0.3
less more (0) -60 tip