aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_admin_telnet.lua
Commit message (Expand)AuthorAgeFilesLines
* mod_admin_telnet, mod_s2s: Fix reporting of certificate chain validation detailsKim Alvefur2013-08-061-1/+1
* mod_admin_telnet: Add server:memory() command to view details of Prosody's me...Matthew Wild2013-05-161-0/+21
* mod_admin_telnet: Fix another wrong boolean expressionKim Alvefur2013-06-101-1/+1
* mod_admin_telnet: Fix inverted boolean logicKim Alvefur2013-06-041-1/+1
* mod_admin_telnet: Make the muc:create() command complain if the room already ...Kim Alvefur2013-05-261-0/+2
* mod_admin_telnet: Verify that the host exists in user commands (Thanks SkyBlue)Kim Alvefur2013-05-181-3/+9
* mod_admin_telnet: Don't rely on getpeerchain returning an empty listKim Alvefur2013-05-181-2/+2
* mod_admin_telnet: Add some DNS commands.Kim Alvefur2013-05-071-0/+41
* mod_admin_telnet: Add muc:create(room) (thanks SkyBlue)Matthew Wild2013-04-251-2/+12
* mod_admin_telnet: Stop processing lines when session is closedKim Alvefur2012-12-281-0/+2
* mod_admin_telnet: Add info about port commands to helpKim Alvefur2012-12-261-0/+4
* mod_admin_telnet: Improve wording when listing usersKim Alvefur2012-12-091-3/+4
* mod_admin_telnet: Refactor so that command processing is performed in a separ...Matthew Wild2012-11-221-59/+59
* mod_admin_telnet: user:list(): Allow filtering the set of usersKim Alvefur2012-10-121-4/+8
* mod_admin_telnet: user:list() check that the given host existsKim Alvefur2012-10-121-0/+2
* mod_admin_telnet: Fix copypaste error in user section of helpKim Alvefur2012-09-281-1/+1
* mod_admin_telnet: Add support for listing usersKim Alvefur2012-09-211-0/+12
* Merge 0.9->trunkMatthew Wild2012-09-191-3/+12
|\
| * mod_admin_telnet: Fix user:*, correct names, docs, do validationKim Alvefur2012-09-151-3/+12
* | mod_{admin_telnet,c2s,component,http,net_multiplex,s2s}: Use module:provides(...Waqas Hussain2012-09-121-1/+1
|/
* 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