mod_admin_telnet: Always handle commands terminated by line feeds - ensures consistency even when packets are joined or split on the network
|
Matthew Wild |
2012-07-23 |
Merge with Maranda
|
Matthew Wild |
2012-07-22 |
mod_admin_telnet: add s2s:closeall command and relative help entry.
|
Marco Cirillo |
2012-07-09 |
Merge with Zash
|
Matthew Wild |
2012-07-22 |
mod_admin_telnet: Add info about user management commands to the help
|
Kim Alvefur |
2012-07-09 |
mod_admin_telnet: Add some user management commands.
|
Kim Alvefur |
2012-07-09 |
mod_admin_telnet: Replace anonymous function with loop (saves a closure)
|
Matthew Wild |
2012-07-22 |
mod_admin_telnet: More code found and updated, which depended on pre-8c5b5ebaacb0 behaviour.
|
Kim Alvefur |
2012-05-25 |
mod_admin_telnet: Code found and updated, which depended on pre-8c5b5ebaacb0 behaviour.
|
Kim Alvefur |
2012-05-25 |
mod_admin_telnet: Add muc:room(jid) command to get the MUC room object
|
Matthew Wild |
2012-05-02 |
mod_admin_telnet: Add c2s:count() which shows number of connected users.
|
Kim Alvefur |
2012-04-28 |
Merge timber->trunk - thanks everyone!
|
Matthew Wild |
2012-04-24 |
mod_admin_telnet: Add initial port:list() and port:close() commands
|
Matthew Wild |
2012-04-24 |
mod_admin_telnet: module:load(): Fix 'global-module-already-loaded' errors when successfully loading a global module (fixes #228)
|
Matthew Wild |
2012-04-21 |
mod_admin_telnet: module:list(): List global modules (part-fixes #228)
|
Matthew Wild |
2012-04-21 |
mod_admin_telnet: module:reload(): If module is loaded on *, reload it there first (ensuring shared module code is reloaded before per-host children of that module)
|
Matthew Wild |
2012-04-21 |
mod_admin_telnet: get_host_set(): Include '*' in the set if no specific hosts are specified and the module is loaded there
|
Matthew Wild |
2012-04-21 |
mod_posix, mod_bosh, mod_admin_telnet: Use module:set_global()
|
Kim Alvefur |
2012-03-15 |
mod_admin_telnet: Import util.iterators properly
|
Kim Alvefur |
2012-03-02 |
mod_admin_telnet: make service private.
|
Marco Cirillo |
2012-02-24 |
mod_admin_telnet: Port to portmanager
|
Matthew Wild |
2012-01-23 |
mod_admin_telnet: Use module:shared() to expose commands table and default console environment
|
Matthew Wild |
2012-01-22 |
mod_admin_telnet: Add flag for IPv6
|
Kim Alvefur |
2012-03-05 |
mod_admin_telnet: Add flag for stream management.
|
Kim Alvefur |
2012-03-05 |
mod_admin_telnet: (encrypted) is redundant in combination with (secure)
|
Kim Alvefur |
2012-03-05 |
mod_admin_telnet: Commond and flexible way to show stream properties.
|
Kim Alvefur |
2012-03-05 |
mod_admin_telnet: Update to newer luasec.
|
Paul Aurich |
2010-12-07 |
Merge 0.8->trunk (uh-oh)
|
Matthew Wild |
2010-12-19 |
modulemanager, mod_console: Rename mod_console -> mod_admin_telnet - add compatibility code to modulemanager for existing configs
base
plugins/mod_console.lua@e37ca8b95ec1
|
Matthew Wild |
2010-12-17 |
modulemanager, mod_console: Rename mod_console -> mod_admin_telnet - add compatibility code to modulemanager for existing configs
base
plugins/mod_console.lua@666451edc78b
|
Matthew Wild |
2010-12-17 |