aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_admin_telnet.lua
Commit message (Expand)AuthorAgeFilesLines
* mod_admin_telnet: Fix user:*, correct names, docs, do validationKim Alvefur2012-09-151-3/+12
* mod_admin_telnet: Import prosody.incoming_s2sMatthew Wild2012-07-281-5/+6
* mod_admin_telnet: Fix usage of incorrect variableMatthew Wild2012-07-281-1/+1
* mod_admin_telnet: Remove unused variableMatthew Wild2012-07-281-1/+1
* mod_admin_telnet: Import portmanager and s2smanager, as they are both usedMatthew Wild2012-07-281-0/+2
* mod_admin_telnet: Fix broken indentationMatthew Wild2012-07-281-14/+14
* mod_admin_telnet: Use module:get_option() instead of configmanager directlyMatthew Wild2012-07-281-1/+1
* Merge with FlorobMatthew Wild2012-07-281-57/+151
|\
| * mod_admin_adhoc, mod_admin_telnet, mod_bosh, mod_c2s, mod_component, mod_pep,...Kim Alvefur2012-07-261-0/+1
| * mod_admin_telnet: Add xmpp:ping(from, to), useful for initiating s2s connectionsKim Alvefur2012-07-261-0/+14
| * mod_admin_telnet: Remove useless call to string.lower()Kim Alvefur2012-07-241-2/+1
| * mod_admin_telnet: Add missing import of usermanagerKim Alvefur2012-07-241-0/+2
| * mod_admin_telnet: Remove unused or duplicated localsKim Alvefur2012-07-241-2/+0
| * mod_admin_telnet: Always handle commands terminated by line feeds - ensures c...Matthew Wild2012-07-231-55/+63
| * Merge with MarandaMatthew Wild2012-07-221-0/+35
| |\
| | * mod_admin_telnet: add s2s:closeall command and relative help entry.Marco Cirillo2012-07-091-0/+35
| * | Merge with ZashMatthew Wild2012-07-221-0/+36
| |\ \
| | * | mod_admin_telnet: Add info about user management commands to the helpKim Alvefur2012-07-091-0/+5
| | * | mod_admin_telnet: Add some user management commands.Kim Alvefur2012-07-091-0/+31
| | |/
| * / mod_admin_telnet: Replace anonymous function with loop (saves a closure)Matthew Wild2012-07-221-11/+11
| |/
* | mod_admin_telnet, prosody, prosodyctl, ejabberd2prosody: Don't depend on modu...Florian Zeitz2012-06-091-0/+3
* | Eliminate direct setfenv usageFlorian Zeitz2012-06-081-8/+8
|/
* mod_admin_telnet: More code found and updated, which depended on pre-8c5b5eba...Kim Alvefur2012-05-251-1/+1
* mod_admin_telnet: Code found and updated, which depended on pre-8c5b5ebaacb0 ...Kim Alvefur2012-05-251-1/+1
* 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