| Commit message (Expand) | Author | Age | Files | Lines |
* | mod_console: Update !! shortcut for new connection API | Matthew Wild | 2010-01-28 | 1 | -2/+2 |
* | mod_console: Show compression status on s2s:show() output. | Tobias Markmann | 2009-12-01 | 1 | -2/+2 |
* | mod_console: Update for new server API, fixes traceback when closing console ... | Matthew Wild | 2009-11-28 | 1 | -1/+1 |
* | mod_console: Update for new net.server API | Matthew Wild | 2009-11-22 | 1 | -3/+3 |
* | mod_console: Moved activation of the console port from the main file to mod_c... | Waqas Hussain | 2009-11-18 | 1 | -0/+2 |
* | mod_console: Added proper cleanup for disconnected console sessions. | Waqas Hussain | 2009-10-25 | 1 | -1/+5 |
* | mod_console: Fixed traceback occuring on using module:list on unknown hosts. | Waqas Hussain | 2009-10-18 | 1 | -2/+6 |
* | mod_console: Added help text for config:reload(). | Waqas Hussain | 2009-10-18 | 1 | -0/+3 |
* | mod_console: Add missing hosts:list() command | Matthew Wild | 2009-10-18 | 1 | -0/+10 |
* | mod_console: Add commands host:activate(host, config) and host:deactivate(hos... | Matthew Wild | 2009-10-17 | 1 | -0/+28 |
* | mod_console: Add a space before '(encrypted)' in s2s:show() | Matthew Wild | 2009-10-06 | 1 | -2/+2 |
* | mod_console: Also search piggy-backed, er, multiplexed domains when passing a... | Matthew Wild | 2009-10-05 | 1 | -2/+6 |
* | mod_console: s2s:show(): Indicate when a connection is encrypted | Matthew Wild | 2009-10-05 | 1 | -2/+2 |
* | Merge with 0.5 | Matthew Wild | 2009-10-05 | 1 | -0/+26 |
|\ |
|
| * | mod_console: Add module:list() to help | Matthew Wild | 2009-10-05 | 1 | -0/+1 |
| * | mod_console: Add module:list() command to show modules loaded on a host | Matthew Wild | 2009-10-05 | 1 | -0/+25 |
* | | Merge with 0.5 | Matthew Wild | 2009-09-24 | 1 | -2/+2 |
|\| |
|
| * | mod_console: s2s:close: Use session:close() if that exists, otherwise just de... | Matthew Wild | 2009-09-24 | 1 | -2/+2 |
| * | mod_console: Show status and priority of clients | Matthew Wild | 2009-07-26 | 1 | -2/+11 |
* | | mod_console: c2s:show(): Group listed clients by host | Matthew Wild | 2009-09-09 | 1 | -1/+6 |
* | | mod_console: EOT (Ctrl-D) closes the connection. | Paul Aurich | 2009-07-31 | 1 | -0/+3 |
* | | Merge with 0.5 | Matthew Wild | 2009-07-28 | 1 | -0/+45 |
|\| |
|
| * | mod_console: Finally add in the missing 'help' command \o/ | Matthew Wild | 2009-07-28 | 1 | -0/+45 |
* | | mod_console: Show status and priority of clients | Matthew Wild | 2009-07-26 | 1 | -2/+11 |
* | | Merge with 0.5 | Matthew Wild | 2009-07-23 | 1 | -1/+1 |
|\| |
|
| * | mod_console: Set default_interface to 127.0.0.1 | Matthew Wild | 2009-07-23 | 1 | -1/+1 |
* | | mod_console: Add server:shutdown() command | Matthew Wild | 2009-07-18 | 1 | -0/+5 |
* | | mod_console: Add config:reload() command | Matthew Wild | 2009-07-18 | 1 | -0/+6 |
* | | mod_console: Rename server:reload() to server:insane_reload() (basically no-o... | Matthew Wild | 2009-07-18 | 1 | -1/+1 |
|/ |
|
* | Remove version number from copyright headers | Matthew Wild | 2009-07-10 | 1 | -1/+1 |
* | mod_console: Expose commands and environment table | Matthew Wild | 2009-07-09 | 1 | -0/+2 |
* | mod_console: Add quit and exit as aliases for 'bye' command | Matthew Wild | 2009-07-09 | 1 | -0/+1 |
* | mod_console: Check for commands when not executing in the global environment | Matthew Wild | 2009-07-09 | 1 | -6/+9 |
* | mod_console: server:version() and server:uptime() commands | Matthew Wild | 2009-07-08 | 1 | -0/+18 |
* | mod_console: Add c2s:close() command | Matthew Wild | 2009-07-08 | 1 | -0/+11 |
* | mod_console: Allow customisation/suppression of the banner | Matthew Wild | 2009-07-05 | 1 | -0/+13 |
* | mod_console: Reload/unload a module on a component host if it is loaded there | Matthew Wild | 2009-06-28 | 1 | -4/+5 |
* | mod_console: Redirect print() to console session when executing commands in g... | Matthew Wild | 2009-06-12 | 1 | -1/+7 |
* | mod_console: Fix syntax error | Matthew Wild | 2009-06-12 | 1 | -1/+1 |
* | mod_console: Add s2s:close() to close s2s sessions between two hosts | Matthew Wild | 2009-06-12 | 1 | -0/+42 |
* | mod_console: Show total incoming/outgoing s2s connections | Matthew Wild | 2009-06-06 | 1 | -0/+8 |
* | mod_console: Allow running code in the global environment by prefixing with '>' | Matthew Wild | 2009-06-05 | 1 | -1/+9 |
* | mod_console: Some "improvements" to the useless server:reload() command :) | Matthew Wild | 2009-06-05 | 1 | -0/+2 |
* | mod_console: Much improved module load/unload/reload commands | Matthew Wild | 2009-06-05 | 1 | -16/+79 |
* | mod_console: c2s:show(), c2s:show_secure(), c2s:show_insecure() | Matthew Wild | 2009-05-30 | 1 | -0/+47 |
* | mod_console: Allow restricting results to matching JIDs in s2s:show() | Matthew Wild | 2009-05-30 | 1 | -27/+32 |
* | mod_console: Add s2s:show() command to list s2s connections | Matthew Wild | 2009-05-02 | 1 | -0/+58 |
* | mod_*: Fix many unnecessary global accesses in modules (already committed to ... | Matthew Wild | 2009-04-29 | 1 | -0/+1 |
* | 0.3->0.4 | Matthew Wild | 2009-03-20 | 1 | -1/+1 |
* | Update copyright notices for 2009 | Matthew Wild | 2009-01-30 | 1 | -2/+2 |