log plugins/mod_console.lua @ 1593:4e44aa858a4c

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