Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | mod_admin_telnet: Add c2s:count() which shows number of connected users. | Kim Alvefur | 2012-04-28 | 1 | -0/+10 | |
| | ||||||
* | Merge timber->trunk - thanks everyone! | Matthew Wild | 2012-04-24 | 1 | -21/+82 | |
|\ | ||||||
| * | mod_admin_telnet: Add initial port:list() and port:close() commands | Matthew Wild | 2012-04-24 | 1 | -1/+47 | |
| | | ||||||
| * | mod_admin_telnet: module:load(): Fix 'global-module-already-loaded' errors ↵ | Matthew Wild | 2012-04-21 | 1 | -4/+10 | |
| | | | | | | | | when successfully loading a global module (fixes #228) | |||||
| * | mod_admin_telnet: module:list(): List global modules (part-fixes #228) | Matthew Wild | 2012-04-21 | 1 | -2/+3 | |
| | | ||||||
| * | mod_admin_telnet: module:reload(): If module is loaded on *, reload it there ↵ | Matthew Wild | 2012-04-21 | 1 | -3/+7 | |
| | | | | | | | | first (ensuring shared module code is reloaded before per-host children of that module) | |||||
| * | mod_admin_telnet: get_host_set(): Include '*' in the set if no specific ↵ | Matthew Wild | 2012-04-21 | 1 | -1/+5 | |
| | | | | | | | | hosts are specified and the module is loaded there | |||||
| * | mod_posix, mod_bosh, mod_admin_telnet: Use module:set_global() | Kim Alvefur | 2012-03-15 | 1 | -1/+1 | |
| | | ||||||
| * | mod_admin_telnet: Import util.iterators properly | Kim Alvefur | 2012-03-03 | 1 | -1/+2 | |
| | | ||||||
| * | mod_admin_telnet: make service private. | Marco Cirillo | 2012-02-24 | 1 | -0/+1 | |
| | | ||||||
| * | mod_admin_telnet: Port to portmanager | Matthew Wild | 2012-01-23 | 1 | -5/+5 | |
| | | ||||||
| * | mod_admin_telnet: Use module:shared() to expose commands table and default ↵ | Matthew Wild | 2012-01-22 | 1 | -4/+2 | |
| | | | | | | | | console environment | |||||
* | | mod_admin_telnet: Add flag for IPv6 | Kim Alvefur | 2012-03-05 | 1 | -0/+3 | |
| | | ||||||
* | | mod_admin_telnet: Add flag for stream management. | Kim Alvefur | 2012-03-05 | 1 | -0/+3 | |
| | | ||||||
* | | mod_admin_telnet: (encrypted) is redundant in combination with (secure) | Kim Alvefur | 2012-03-05 | 1 | -2/+1 | |
| | | ||||||
* | | mod_admin_telnet: Commond and flexible way to show stream properties. | Kim Alvefur | 2012-03-05 | 1 | -2/+15 | |
|/ | ||||||
* | mod_admin_telnet: Update to newer luasec. | Paul Aurich | 2010-12-06 | 1 | -8/+30 | |
| | | | | Matthew is responsible for figuring out a nice way to print out the whole chain O:) | |||||
* | modulemanager, mod_console: Rename mod_console -> mod_admin_telnet - add ↵ | Matthew Wild | 2010-12-17 | 1 | -0/+759 | |
compatibility code to modulemanager for existing configs |