log plugins/mod_console.lua @ 2031:e82ceb5bbe49

age author description
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