aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_admin_telnet.lua
Commit message (Collapse)AuthorAgeFilesLines
* mod_admin_telnet: Handle unavailable cipher info (fixes #1510)Kim Alvefur2020-03-221-5/+8
| | | | | | | | The LuaSec :info() method gathers info using the OpenSSL function SSL_get_current_cipher(). Documentation for this function states that it may return NULL if no session has been established (yet). If so, the LuaSec functions wrapping this return nil, triggering a nil-indexing error in mod_admin_telnet.
* mod_admin_telnet: Create a DNS resolver per console session (fixes #1492)Kim Alvefur2020-01-241-6/+19
| | | | This is now the common pattern, eg see mod_s2s.
* mod_admin_telnet: Allow viewing HTTP event listeners via debug:events('http')Matthew Wild2018-10-091-2/+5
|
* mod_admin_telnet: Guard against missing table fieldKim Alvefur2018-09-301-1/+1
|
* mod_admin_telnet: Create metatable only onceKim Alvefur2018-09-301-1/+2
|
* mod_admin_telnet: Remove unused histogram [luacheck]Kim Alvefur2018-09-301-2/+0
|
* mod_admin_telnet: Remove unused variable [luacheck]Kim Alvefur2018-09-301-1/+1
|
* mod_admin_telnet: Import net.server instead of relying on globalKim Alvefur2018-09-301-0/+1
|
* mod_admin_telnet: Use prosody.hosts to be more explicit and avoid name clash ↵Kim Alvefur2018-09-301-15/+14
| | | | with 'hosts' arguments [luacheck]
* mod_admin_telnet: Remove or rename various unused arguments and variables ↵Kim Alvefur2018-09-301-15/+15
| | | | [luacheck]
* mod_admin_telnet: Rename variable to avoid name clash [luacheck]Kim Alvefur2018-09-301-2/+2
|
* mod_admin_telnet: Fix local reference to util.iteratorKim Alvefur2018-09-291-2/+2
|
* mod_admin_telnet: Split out sort function for clarityMatthew Wild2018-09-211-5/+7
|
* mod_admin_telnet: Make use of util.iterators.sorted_pairs()Matthew Wild2018-09-211-10/+7
|
* mod_admin_telnet: Rename timer:info() -> debug:timers()Matthew Wild2018-07-101-37/+38
|
* mod_admin_telnet: Add some experimental commands for inspecting statsMatthew Wild2018-07-041-0/+314
|
* Merge 0.10->trunkMatthew Wild2018-06-221-0/+21
|\
| * mod_admin_telnet: Add debug:events() and debug:logevents()Matthew Wild2018-06-221-0/+21
| |
* | console: Allow passing a config when creating a roomKim Alvefur2018-04-141-2/+3
| |
* | Merge 0.10->trunkKim Alvefur2018-03-101-1/+1
|\|
| * Merge 0.9->0.10Kim Alvefur2018-03-101-1/+1
| |\
| | * mod_admin_telnet: Include the default path property in URL calculation ↵Kim Alvefur2018-03-101-1/+1
| | | | | | | | | | | | (fixes #1099)
| | * mod_admin_telnet: Backport 06696882d972 from 0.10 (this command greatly ↵Matthew Wild2015-12-221-0/+27
| | | | | | | | | | | | helps with debugging HTTP issues)
| | * mod_admin_telnet: Require util.pposix (fixes #471)Matthew Wild2015-02-201-0/+1
| | |
* | | Merge 0.10->trunkKim Alvefur2017-08-281-1/+1
|\| |
| * | core.usermanager, various modules: Disconnect other resources on password ↵Kim Alvefur2017-07-281-1/+1
| | | | | | | | | | | | change (thanks waqas) (fixes #512)
* | | Merge 0.10->trunkKim Alvefur2017-04-251-1/+1
|\| |
| * | mod_admin_telnet: Output human-friendly memory usage when meminfo is ↵Kim Alvefur2017-04-251-1/+1
| | | | | | | | | | | | unavailable (thanks nbastin)
* | | Merge 0.10->trunkKim Alvefur2017-03-161-2/+2
|\| |
| * | plugins/various: Use type-specific config APIKim Alvefur2017-03-161-2/+2
| | |
* | | Merge 0.10->trunkKim Alvefur2017-03-011-0/+6
|\| |
| * | mod_admin_telnet: Print a message to open sessions when shutting down, ↵Kim Alvefur2017-02-211-0/+6
| | | | | | | | | | | | including the reason
* | | Merge 0.10->trunkKim Alvefur2016-11-191-4/+2
|\| |
| * | mod_admin_telnet: Use the module:send() API for xmpp:ping commandKim Alvefur2016-11-181-4/+2
| | |
* | | mod_admin_telnet: Fix to use modern way to fetch a MUC roomKim Alvefur2016-08-301-1/+1
| | |
* | | Merge 0.10->trunkKim Alvefur2016-07-081-3/+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
| | |
* | | Update every link to the documentation to use HTTPSEmmanuel Gil Peyrot2016-04-161-1/+1
| | |
* | | Merge 0.10->trunkMatthew Wild2016-01-221-3/+3
|\| |
| * | mod_admin_telnet: Fix sorting of JIDs in c2s:show() family of functions ↵Matthew Wild2016-01-221-3/+3
| | | | | | | | | | | | (thanks lookshe and Zash)
* | | Merge 0.10->trunkKim Alvefur2016-01-101-25/+32
|\| |
| * | 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: Make timer:info command more robustKim Alvefur2015-12-231-12/+17
| | |
* | | Merge 0.10->trunkMatthew Wild2015-12-101-0/+29
|\| |
| * | 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: Add timer:info() which shows some basic info about util.timerKim Alvefur2015-11-251-0/+32
| | |