aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_console.lua
Commit message (Expand)AuthorAgeFilesLines
* Monster whitespace commit (beware the whitespace monster).Waqas Hussain2010-10-161-5/+5
* mod_console: Add host:* commands to help (thanks Zash)Matthew Wild2010-08-141-0/+6
* mod_console: Override dofile() in the console environment (this lets print() ...Waqas Hussain2010-07-261-1/+7
* mod_console: Added support for multiple arguments to print().Waqas Hussain2010-07-261-1/+7
* Merge 0.6->0.7Waqas Hussain2010-05-071-2/+3
|\
| * mod_console: Set a chunk name for loadstring calls (nicer errors).Waqas Hussain2010-05-071-2/+3
* | mod_console: Ensure that a null byte is printed after sending the banner.Waqas Hussain2010-05-071-0/+1
* | mod_console: Make use of the new onconnect callback to initialise session and...Matthew Wild2010-05-051-62/+62
* | Merge 0.6->0.7Matthew Wild2010-03-221-2/+2
|\|
| * Update copyright headers for 2010Matthew Wild2010-03-221-2/+2
| * mod_console: Uncomment the help for server:shutdown() - thanks darkrainMatthew Wild2010-02-221-1/+1
* | mod_console: Uncomment the help for server:shutdown() - thanks darkrainMatthew Wild2010-02-221-1/+1
* | mod_console: Update !! shortcut for new connection APIMatthew Wild2010-01-281-2/+2
* | mod_console: Show compression status on s2s:show() output.Tobias Markmann2009-12-011-2/+2
* | mod_console: Update for new server API, fixes traceback when closing console ...Matthew Wild2009-11-281-1/+1
* | mod_console: Update for new net.server APIMatthew Wild2009-11-221-3/+3
|/
* mod_console: Moved activation of the console port from the main file to mod_c...Waqas Hussain2009-11-181-0/+2
* mod_console: Added proper cleanup for disconnected console sessions.Waqas Hussain2009-10-251-1/+5
* mod_console: Fixed traceback occuring on using module:list on unknown hosts.Waqas Hussain2009-10-181-2/+6
* mod_console: Added help text for config:reload().Waqas Hussain2009-10-181-0/+3
* mod_console: Add missing hosts:list() commandMatthew Wild2009-10-181-0/+10
* mod_console: Add commands host:activate(host, config) and host:deactivate(hos...Matthew Wild2009-10-171-0/+28
* mod_console: Add a space before '(encrypted)' in s2s:show()Matthew Wild2009-10-061-2/+2
* mod_console: Also search piggy-backed, er, multiplexed domains when passing a...Matthew Wild2009-10-051-2/+6
* mod_console: s2s:show(): Indicate when a connection is encryptedMatthew Wild2009-10-051-2/+2
* Merge with 0.5Matthew Wild2009-10-051-0/+26
|\
| * mod_console: Add module:list() to helpMatthew Wild2009-10-051-0/+1
| * mod_console: Add module:list() command to show modules loaded on a hostMatthew Wild2009-10-051-0/+25
* | Merge with 0.5Matthew Wild2009-09-241-2/+2
|\|
| * mod_console: s2s:close: Use session:close() if that exists, otherwise just de...Matthew Wild2009-09-241-2/+2
| * mod_console: Show status and priority of clientsMatthew Wild2009-07-261-2/+11
* | mod_console: c2s:show(): Group listed clients by hostMatthew Wild2009-09-091-1/+6
* | mod_console: EOT (Ctrl-D) closes the connection.Paul Aurich2009-07-311-0/+3
* | Merge with 0.5Matthew Wild2009-07-281-0/+45
|\|
| * mod_console: Finally add in the missing 'help' command \o/Matthew Wild2009-07-281-0/+45
* | mod_console: Show status and priority of clientsMatthew Wild2009-07-261-2/+11
* | Merge with 0.5Matthew Wild2009-07-231-1/+1
|\|
| * mod_console: Set default_interface to 127.0.0.1Matthew Wild2009-07-231-1/+1
* | mod_console: Add server:shutdown() commandMatthew Wild2009-07-181-0/+5
* | mod_console: Add config:reload() commandMatthew Wild2009-07-181-0/+6
* | mod_console: Rename server:reload() to server:insane_reload() (basically no-o...Matthew Wild2009-07-181-1/+1
|/
* Remove version number from copyright headersMatthew Wild2009-07-101-1/+1
* mod_console: Expose commands and environment tableMatthew Wild2009-07-091-0/+2
* mod_console: Add quit and exit as aliases for 'bye' commandMatthew Wild2009-07-091-0/+1
* mod_console: Check for commands when not executing in the global environmentMatthew Wild2009-07-091-6/+9
* mod_console: server:version() and server:uptime() commandsMatthew Wild2009-07-081-0/+18
* mod_console: Add c2s:close() commandMatthew Wild2009-07-081-0/+11
* mod_console: Allow customisation/suppression of the bannerMatthew Wild2009-07-051-0/+13
* mod_console: Reload/unload a module on a component host if it is loaded thereMatthew Wild2009-06-281-4/+5
* mod_console: Redirect print() to console session when executing commands in g...Matthew Wild2009-06-121-1/+7