aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_console.lua
Commit message (Collapse)AuthorAgeFilesLines
* mod_console: Rename server:reload() to server:insane_reload() (basically ↵Matthew Wild2009-07-181-1/+1
| | | | no-one should use it except me...)
* 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 ↵Matthew Wild2009-06-121-1/+7
| | | | global environment
* mod_console: Fix syntax errorMatthew Wild2009-06-121-1/+1
|
* mod_console: Add s2s:close() to close s2s sessions between two hostsMatthew Wild2009-06-121-0/+42
|
* mod_console: Show total incoming/outgoing s2s connectionsMatthew Wild2009-06-061-0/+8
|
* mod_console: Allow running code in the global environment by prefixing with '>'Matthew Wild2009-06-051-1/+9
|
* mod_console: Some "improvements" to the useless server:reload() command :)Matthew Wild2009-06-051-0/+2
|
* mod_console: Much improved module load/unload/reload commandsMatthew Wild2009-06-051-16/+79
|
* mod_console: c2s:show(), c2s:show_secure(), c2s:show_insecure()Matthew Wild2009-05-301-0/+47
|
* mod_console: Allow restricting results to matching JIDs in s2s:show()Matthew Wild2009-05-301-27/+32
|
* mod_console: Add s2s:show() command to list s2s connectionsMatthew Wild2009-05-021-0/+58
|
* mod_*: Fix many unnecessary global accesses in modules (already committed to ↵Matthew Wild2009-04-291-0/+1
| | | | main repo)
* 0.3->0.4Matthew Wild2009-03-201-1/+1
|
* Update copyright notices for 2009Matthew Wild2009-01-301-2/+2
|
* 0.2->0.3Matthew Wild2009-01-301-1/+1
|
* GPL->MIT!Matthew Wild2009-01-301-13/+2
|
* mod_console: Make globalMatthew Wild2009-01-161-181/+181
|
* mod_console: Added module:reloadWaqas Hussain2009-01-131-9/+18
|
* mod_console: replace all \n with \r\n in the output, and send \0 as a marker ↵Waqas Hussain2009-01-031-40/+42
| | | | character after every response
* 0.1 -> 0.2Matthew Wild2008-12-101-1/+1
|
* Backed out changeset 099d8a102deb (committed too much)Matthew Wild2008-12-051-1/+1
|
* Add TLS socket to readlist before handshake starts, fixes major slow-down on ↵Matthew Wild2008-12-051-1/+1
| | | | TLS connections
* Insert copyright/license headersMatthew Wild2008-12-031-0/+20
|
* Load prosody instead of main.lia in mod_consoleWaqas Hussain2008-11-291-1/+1
|
* Add module:unload() to mod_console, and allow module:load() to take config paramMatthew Wild2008-11-271-2/+11
|
* Some mod_console updatesMatthew Wild2008-11-271-3/+20
|
* Some mod_console changesMatthew Wild2008-11-251-13/+38
|
* Add initial mod_consoleMatthew Wild2008-11-231-0/+140