Commit Graph

75 Commits (565c65baa1cf05abd5490aac02024e1ecabdcd3e)

Author SHA1 Message Date
Matthew Wild 8eed3032da mod_console: Add host:* commands to help (thanks Zash) 16 years ago
Waqas Hussain 84cb6ce694 mod_console: Override dofile() in the console environment (this lets print() print to the console session for example). 16 years ago
Waqas Hussain 3f4c880caa mod_console: Added support for multiple arguments to print(). 16 years ago
Waqas Hussain 5459f25151 mod_console: Ensure that a null byte is printed after sending the banner. 16 years ago
Waqas Hussain c43b31011f mod_console: Set a chunk name for loadstring calls (nicer errors). 16 years ago
Matthew Wild 4af6813db9 mod_console: Make use of the new onconnect callback to initialise session and send banner 16 years ago
Matthew Wild 2bc0606453 Update copyright headers for 2010 16 years ago
Matthew Wild 438fb90938 mod_console: Uncomment the help for server:shutdown() - thanks darkrain 16 years ago
Matthew Wild 27ff687531 mod_console: Update !! shortcut for new connection API 16 years ago
Tobias Markmann e6d31cc15a mod_console: Show compression status on s2s:show() output. 16 years ago
Matthew Wild f0b237f8bd mod_console: Update for new server API, fixes traceback when closing console sessions 16 years ago
Matthew Wild 82063a0e17 mod_console: Update for new net.server API 16 years ago
Matthew Wild 061ca94564 mod_console: Uncomment the help for server:shutdown() - thanks darkrain 16 years ago
Waqas Hussain 57af671e2b mod_console: Moved activation of the console port from the main file to mod_console. 16 years ago
Waqas Hussain 60087d4680 mod_console: Added proper cleanup for disconnected console sessions. 16 years ago
Waqas Hussain dd1e1f3980 mod_console: Fixed traceback occuring on using module:list on unknown hosts. 16 years ago
Waqas Hussain 09d59fbf6b mod_console: Added help text for config:reload(). 16 years ago
Matthew Wild 531956142c mod_console: Add missing hosts:list() command 16 years ago
Matthew Wild 94f0451212 mod_console: Add commands host:activate(host, config) and host:deactivate(host, reason) to add/remove hosts at runtime 16 years ago
Matthew Wild 7e1eb15667 mod_console: Add a space before '(encrypted)' in s2s:show() 16 years ago
Matthew Wild 0a48665170 mod_console: Also search piggy-backed, er, multiplexed domains when passing a filter to s2s:show() 16 years ago
Matthew Wild 6fa482aafa mod_console: s2s:show(): Indicate when a connection is encrypted 16 years ago
Matthew Wild 0bb9aa8797 mod_console: Add module:list() to help 16 years ago
Matthew Wild b2e6c42ea0 mod_console: Add module:list() to help 16 years ago
Matthew Wild c32c45aeaa mod_console: Add module:list() command to show modules loaded on a host 16 years ago
Matthew Wild 737705b68e mod_console: Add module:list() command to show modules loaded on a host 16 years ago
Matthew Wild 467f2e52aa mod_console: s2s:close: Use session:close() if that exists, otherwise just destroy the session 16 years ago
Matthew Wild afb7e49cbd mod_console: c2s:show(): Group listed clients by host 17 years ago
Paul Aurich 4a38bcf395 mod_console: EOT (Ctrl-D) closes the connection. 17 years ago
Matthew Wild 9e4f7f3b3a mod_console: Finally add in the missing 'help' command \o/ 17 years ago
Matthew Wild 2724c95722 mod_console: Show status and priority of clients 17 years ago
Matthew Wild 9a0d700321 mod_console: Show status and priority of clients 17 years ago
Matthew Wild 49705c8ca4 mod_console: Set default_interface to 127.0.0.1 17 years ago
Matthew Wild 331d09deb3 mod_console: Add server:shutdown() command 17 years ago
Matthew Wild 857dd641dc mod_console: Add config:reload() command 17 years ago
Matthew Wild 1919f4288c mod_console: Rename server:reload() to server:insane_reload() (basically no-one should use it except me...) 17 years ago
Matthew Wild 118883d655 Remove version number from copyright headers 17 years ago
Matthew Wild 7fcac49c78 mod_console: Expose commands and environment table 17 years ago
Matthew Wild 8460bb4079 mod_console: Add quit and exit as aliases for 'bye' command 17 years ago
Matthew Wild 46b622576d mod_console: Check for commands when not executing in the global environment 17 years ago
Matthew Wild 4300741747 mod_console: server:version() and server:uptime() commands 17 years ago
Matthew Wild 1b554164a0 mod_console: Add c2s:close() command 17 years ago
Matthew Wild 2c3ccf5674 mod_console: Allow customisation/suppression of the banner 17 years ago
Matthew Wild fc9b65727f mod_console: Reload/unload a module on a component host if it is loaded there 17 years ago
Matthew Wild 5d8c612e5c mod_console: Redirect print() to console session when executing commands in global environment 17 years ago
Matthew Wild 3462f03de8 mod_console: Fix syntax error 17 years ago
Matthew Wild 12d0bf7164 mod_console: Add s2s:close() to close s2s sessions between two hosts 17 years ago
Matthew Wild 2c8f13edc6 mod_console: Show total incoming/outgoing s2s connections 17 years ago
Matthew Wild df5c3bcaaf mod_console: Allow running code in the global environment by prefixing with '>' 17 years ago
Matthew Wild b4318db175 mod_console: Some "improvements" to the useless server:reload() command :) 17 years ago