aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_admin_telnet.lua
Commit message (Expand)AuthorAgeFilesLines
* mod_admin_telnet: Add muc:room(jid) command to get the MUC room objectMatthew Wild2012-05-021-1/+25
* mod_admin_telnet: Add c2s:count() which shows number of connected users.Kim Alvefur2012-04-281-0/+10
* Merge timber->trunk - thanks everyone!Matthew Wild2012-04-241-21/+82
|\
| * mod_admin_telnet: Add initial port:list() and port:close() commandsMatthew Wild2012-04-241-1/+47
| * mod_admin_telnet: module:load(): Fix 'global-module-already-loaded' errors wh...Matthew Wild2012-04-211-4/+10
| * mod_admin_telnet: module:list(): List global modules (part-fixes #228)Matthew Wild2012-04-211-2/+3
| * mod_admin_telnet: module:reload(): If module is loaded on *, reload it there ...Matthew Wild2012-04-211-3/+7
| * mod_admin_telnet: get_host_set(): Include '*' in the set if no specific hosts...Matthew Wild2012-04-211-1/+5
| * mod_posix, mod_bosh, mod_admin_telnet: Use module:set_global()Kim Alvefur2012-03-151-1/+1
| * mod_admin_telnet: Import util.iterators properlyKim Alvefur2012-03-031-1/+2
| * mod_admin_telnet: make service private.Marco Cirillo2012-02-241-0/+1
| * mod_admin_telnet: Port to portmanagerMatthew Wild2012-01-231-5/+5
| * mod_admin_telnet: Use module:shared() to expose commands table and default co...Matthew Wild2012-01-221-4/+2
* | mod_admin_telnet: Add flag for IPv6Kim Alvefur2012-03-051-0/+3
* | mod_admin_telnet: Add flag for stream management.Kim Alvefur2012-03-051-0/+3
* | mod_admin_telnet: (encrypted) is redundant in combination with (secure)Kim Alvefur2012-03-051-2/+1
* | mod_admin_telnet: Commond and flexible way to show stream properties.Kim Alvefur2012-03-051-2/+15
|/
* mod_admin_telnet: Update to newer luasec.Paul Aurich2010-12-061-8/+30
* modulemanager, mod_console: Rename mod_console -> mod_admin_telnet - add comp...Matthew Wild2010-12-171-0/+759