aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_admin_telnet.lua
Commit message (Collapse)AuthorAgeFilesLines
* mod_admin_telnet: Use the module:send() API for xmpp:ping commandKim Alvefur2016-11-181-4/+2
|
* mod_admin_telnet: remove unused import (util.serialization) [luacheck]Anton Shestakov2016-07-091-1/+0
|
* mod_admin_telnet: rename variable to make it defined (room -> room_name)Anton Shestakov2016-07-091-2/+2
|
* mod_admin_telnet: Fix sorting of JIDs in c2s:show() family of functions ↵Matthew Wild2016-01-221-3/+3
| | | | (thanks lookshe and Zash)
* mod_admin_telnet: c2s:count in less linesKim Alvefur2016-01-101-7/+1
|
* mod_admin_telnet: Show unauthenticated clients identified by local/remote IP ↵Kim Alvefur2016-01-091-1/+7
| | | | and port
* mod_admin_telnet: c2s:show() etc, list all sessions including ↵Kim Alvefur2016-01-091-9/+20
| | | | unauthenticated or not with no stream opened
* mod_admin_telnet: Remove compat warning about 'console_banner' as a functionKim Alvefur2016-01-101-9/+5
|
* mod_admin_telnet: Add http:list() command to get info about current HTTP ↵Matthew Wild2015-12-101-0/+29
| | | | endpoints on the server
* mod_admin_telnet: c2s:show(): Add flag to indicate remote sessionsMatthew Wild2015-11-221-0/+3
|
* mod_admin_telnet: Fix indentationKim Alvefur2015-09-181-5/+5
|
* mod_admin_telnet: Remove now broken importing of modulemanager from various ↵Kim Alvefur2015-02-221-15/+8
| | | | commands, use upvalue defined at top of file (thanks daurnimator)
* mod_admin_telnet: Use the session-specific print functionKim Alvefur2014-12-131-0/+1
|
* mod_admin_telnet: Soft-reqire util.pposix for server:memory()Kim Alvefur2014-10-271-1/+2
|
* Merge 0.9->0.10Kim Alvefur2014-09-021-0/+4
|\
| * net.http, net.http.server, mod_c2s, mod_s2s, mod_component, ↵Matthew Wild2014-08-291-0/+4
| | | | | | | | mod_admin_telnet, mod_net_multiplex: Add ondetach to release connection from 'sessions' table (or equivalent)
* | Merge 0.9->0.10Matthew Wild2014-07-251-2/+2
|\|
| * mod_admin_telnet: Fix dns:(add,set)nameservers()Kim Alvefur2014-07-251-2/+2
| |
* | mod_admin_telnet: Add command to list MUC roomsMatthew Wild2014-05-281-0/+13
| |
* | mod_admin_telnet: Remove dead codeKim Alvefur2014-05-121-11/+0
| |
* | mod_admin_telnet: Show which hosts are components and what type of component ↵Kim Alvefur2014-05-121-1/+11
| | | | | | | | in host:list()
* | mod_admin_telnet: Add c2s:show_tls(), behaves like s2s:show_tls()Kim Alvefur2014-05-111-2/+8
| |
* | mod_admin_telnet: Move generation of log tag for s2s:show() (adds it to ↵Kim Alvefur2014-05-111-2/+11
| | | | | | | | c2s:show() too)
* | mod_admin_telnet: Add s2s:show_tls() for showing ciphers used on s2s connectionsKim Alvefur2014-05-111-2/+24
| |
* | mod_admin_telnet: Move extraction of c2s presence info into session_flags()Kim Alvefur2014-05-111-5/+8
| |
* | mod_admin_telnet: Split (secure) into (authenticated) + (secure)Kim Alvefur2014-05-111-2/+3
| |
* | mod_admin_telnet: Send NUL byte as keepalive on read timeoutsKim Alvefur2014-05-111-0/+8
| |
* | Merge 0.9->0.10Kim Alvefur2014-04-101-0/+6
|\|
| * mod_admin_telnet: muc:*: Fix nil index error when a room JID is passed with ↵Matthew Wild2014-04-051-0/+6
| | | | | | | | a non-existent host
* | Merge 0.9 -> 0.10Kim Alvefur2014-02-121-2/+1
|\|
| * mod_admin_telnet: Prep jids for user:create() etc.Kim Alvefur2014-02-091-2/+1
| |
* | Remove all trailing whitespaceFlorian Zeitz2013-08-091-31/+31
| |
* | Merge 0.9->trunkKim Alvefur2013-08-061-1/+1
|\|
| * 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 ↵Matthew Wild2013-05-161-0/+21
| | | | | | | | memory usage
* | mod_admin_telnet: Refactor s2s:show()Kim Alvefur2013-06-201-55/+55
| |
* | mod_admin_telnet: Generate session names the same way as in s2smanagerKim Alvefur2013-06-201-1/+1
| |
* | mod_admin_telnet: Refactor s2s:close and s2s:closeallKim Alvefur2013-06-201-53/+15
| |
* | mod_admin_telnet: Refactor s2s:showcert()Kim Alvefur2013-06-191-8/+3
| |
* | Merge 0.9->trunkKim Alvefur2013-06-101-1/+1
|\|
| * mod_admin_telnet: Fix another wrong boolean expressionKim Alvefur2013-06-101-1/+1
| |
* | mod_admin_telnet: Simplify IPv6 detection, fixes rare tracebackKim Alvefur2013-06-091-1/+1
| |
* | Merge 0.9->trunkMatthew Wild2013-06-051-1/+1
|\|
| * mod_admin_telnet: Fix inverted boolean logicKim Alvefur2013-06-041-1/+1
| |
* | Merge 0.9->trunkKim Alvefur2013-05-261-0/+2
|\|
| * mod_admin_telnet: Make the muc:create() command complain if the room already ↵Kim Alvefur2013-05-261-0/+2
| | | | | | | | exists
* | Merge 0.9->trunkKim Alvefur2013-05-181-5/+11
|\|
| * 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: Use stanza:get_child_text()Kim Alvefur2013-05-171-6/+1
| |