| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | mod_admin_telnet: Collect array from Bosh connections when appending to conne... | Michel Le Bihan | 2019-06-03 | 1 | -1/+1 |
* | | mod_admin_telnet: include BOSH connections in c2s:count (#998) | Arc Riley | 2019-05-02 | 1 | -1/+3 |
* | | mod_admin_telnet: added "(bosh)" and "(websocket)" connection flags (#998) | Arc Riley | 2019-05-02 | 1 | -0/+6 |
* | | mod_admin_telnet: include BOSH connections in c2s session commands (#998) | Arc Riley | 2019-05-02 | 1 | -0/+1 |
* | | mod_admin_telnet: Adds c2s:closeall() (Fixes #1315) | João Duarte | 2019-04-17 | 1 | -0/+11 |
* | | mod_admin_telnet: Show module status in module:list() | Matthew Wild | 2019-03-19 | 1 | -1/+6 |
* | | mod_admin_telnet: sttas:show: Use format option that allows float numbers | Kim Alvefur | 2019-01-16 | 1 | -1/+1 |
* | | mod_admin_telnet: Sort stats by name | Kim Alvefur | 2019-01-04 | 1 | -1/+1 |
* | | mod_admin_telnet: Serialize config values (table: 0x123abc isn't useful) | Kim Alvefur | 2019-01-04 | 1 | -1/+2 |
* | | mod_admin_telnet: config:get: Assume the global section if only one argument ... | Kim Alvefur | 2019-01-04 | 1 | -0/+3 |
* | | mod_admin_telnet: Remove the long gone 'section' argument in the undocumented... | Kim Alvefur | 2019-01-04 | 1 | -2/+2 |
* | | core.moduleapi: Use util.error for :send_iq errors | Kim Alvefur | 2018-12-30 | 1 | -3/+0 |
* | | mod_admin_telnet: Validate hostnames in xmpp:ping command | Kim Alvefur | 2018-12-29 | 1 | -2/+11 |
* | | mod_admin_telnet: Make xmpp:ping command wait and report the reply | Kim Alvefur | 2018-12-28 | 1 | -4/+19 |
* | | mod_admin_telnet: Enable async processing using util.async | Kim Alvefur | 2018-12-27 | 1 | -2/+22 |
* | | mod_admin_telnet: Invert host existence check | Kim Alvefur | 2018-12-28 | 1 | -5/+4 |
* | | admin_telnet: show when bidi is used on s2s | Maxime “pep” Buquet | 2018-12-18 | 1 | -0/+3 |
* | | various: Don't rely on _G.unpack existing | Kim Alvefur | 2018-12-08 | 1 | -0/+1 |
|/ |
|
* | mod_admin_telnet: Allow viewing HTTP event listeners via debug:events('http') | Matthew Wild | 2018-10-09 | 1 | -2/+5 |
* | mod_admin_telnet: Guard against missing table field | Kim Alvefur | 2018-09-30 | 1 | -1/+1 |
* | mod_admin_telnet: Create metatable only once | Kim Alvefur | 2018-09-30 | 1 | -1/+2 |
* | mod_admin_telnet: Remove unused histogram [luacheck] | Kim Alvefur | 2018-09-30 | 1 | -2/+0 |
* | mod_admin_telnet: Remove unused variable [luacheck] | Kim Alvefur | 2018-09-30 | 1 | -1/+1 |
* | mod_admin_telnet: Import net.server instead of relying on global | Kim Alvefur | 2018-09-30 | 1 | -0/+1 |
* | mod_admin_telnet: Use prosody.hosts to be more explicit and avoid name clash ... | Kim Alvefur | 2018-09-30 | 1 | -15/+14 |
* | mod_admin_telnet: Remove or rename various unused arguments and variables [lu... | Kim Alvefur | 2018-09-30 | 1 | -15/+15 |
* | mod_admin_telnet: Rename variable to avoid name clash [luacheck] | Kim Alvefur | 2018-09-30 | 1 | -2/+2 |
* | mod_admin_telnet: Fix local reference to util.iterator | Kim Alvefur | 2018-09-29 | 1 | -2/+2 |
* | mod_admin_telnet: Split out sort function for clarity | Matthew Wild | 2018-09-21 | 1 | -5/+7 |
* | mod_admin_telnet: Make use of util.iterators.sorted_pairs() | Matthew Wild | 2018-09-21 | 1 | -10/+7 |
* | mod_admin_telnet: Rename timer:info() -> debug:timers() | Matthew Wild | 2018-07-10 | 1 | -37/+38 |
* | mod_admin_telnet: Add some experimental commands for inspecting stats | Matthew Wild | 2018-07-04 | 1 | -0/+314 |
* | Merge 0.10->trunk | Matthew Wild | 2018-06-22 | 1 | -0/+21 |
|\ |
|
| * | mod_admin_telnet: Add debug:events() and debug:logevents() | Matthew Wild | 2018-06-22 | 1 | -0/+21 |
* | | console: Allow passing a config when creating a room | Kim Alvefur | 2018-04-14 | 1 | -2/+3 |
* | | Merge 0.10->trunk | Kim Alvefur | 2018-03-10 | 1 | -1/+1 |
|\| |
|
| * | Merge 0.9->0.10 | Kim Alvefur | 2018-03-10 | 1 | -1/+1 |
| |\ |
|
| | * | mod_admin_telnet: Include the default path property in URL calculation (fixes... | Kim Alvefur | 2018-03-10 | 1 | -1/+1 |
| | * | mod_admin_telnet: Backport 06696882d972 from 0.10 (this command greatly helps... | Matthew Wild | 2015-12-22 | 1 | -0/+27 |
| | * | mod_admin_telnet: Require util.pposix (fixes #471) | Matthew Wild | 2015-02-20 | 1 | -0/+1 |
* | | | Merge 0.10->trunk | Kim Alvefur | 2017-08-28 | 1 | -1/+1 |
|\| | |
|
| * | | core.usermanager, various modules: Disconnect other resources on password cha... | Kim Alvefur | 2017-07-28 | 1 | -1/+1 |
* | | | Merge 0.10->trunk | Kim Alvefur | 2017-04-25 | 1 | -1/+1 |
|\| | |
|
| * | | mod_admin_telnet: Output human-friendly memory usage when meminfo is unavaila... | Kim Alvefur | 2017-04-25 | 1 | -1/+1 |
* | | | Merge 0.10->trunk | Kim Alvefur | 2017-03-16 | 1 | -2/+2 |
|\| | |
|
| * | | plugins/various: Use type-specific config API | Kim Alvefur | 2017-03-16 | 1 | -2/+2 |
* | | | Merge 0.10->trunk | Kim Alvefur | 2017-03-01 | 1 | -0/+6 |
|\| | |
|
| * | | mod_admin_telnet: Print a message to open sessions when shutting down, includ... | Kim Alvefur | 2017-02-21 | 1 | -0/+6 |
* | | | Merge 0.10->trunk | Kim Alvefur | 2016-11-19 | 1 | -4/+2 |
|\| | |
|
| * | | mod_admin_telnet: Use the module:send() API for xmpp:ping command | Kim Alvefur | 2016-11-18 | 1 | -4/+2 |