mod_admin_telnet: Enable async processing using util.async
|
Kim Alvefur |
2018-12-27 |
mod_admin_telnet: Invert host existence check
|
Kim Alvefur |
2018-12-28 |
admin_telnet: show when bidi is used on s2s
|
Maxime “pep” Buquet |
2018-12-18 |
various: Don't rely on _G.unpack existing
|
Kim Alvefur |
2018-12-08 |
mod_admin_telnet: Allow viewing HTTP event listeners via debug:events('http')
|
Matthew Wild |
2018-10-09 |
mod_admin_telnet: Guard against missing table field
|
Kim Alvefur |
2018-09-30 |
mod_admin_telnet: Create metatable only once
|
Kim Alvefur |
2018-09-30 |
mod_admin_telnet: Remove unused histogram [luacheck]
|
Kim Alvefur |
2018-09-30 |
mod_admin_telnet: Remove unused variable [luacheck]
|
Kim Alvefur |
2018-09-30 |
mod_admin_telnet: Import net.server instead of relying on global
|
Kim Alvefur |
2018-09-30 |
mod_admin_telnet: Use prosody.hosts to be more explicit and avoid name clash with 'hosts' arguments [luacheck]
|
Kim Alvefur |
2018-09-30 |
mod_admin_telnet: Remove or rename various unused arguments and variables [luacheck]
|
Kim Alvefur |
2018-09-30 |
mod_admin_telnet: Rename variable to avoid name clash [luacheck]
|
Kim Alvefur |
2018-09-30 |
mod_admin_telnet: Fix local reference to util.iterator
|
Kim Alvefur |
2018-09-29 |
mod_admin_telnet: Split out sort function for clarity
|
Matthew Wild |
2018-09-21 |
mod_admin_telnet: Make use of util.iterators.sorted_pairs()
|
Matthew Wild |
2018-09-21 |
mod_admin_telnet: Rename timer:info() -> debug:timers()
|
Matthew Wild |
2018-07-10 |
mod_admin_telnet: Add some experimental commands for inspecting stats
|
Matthew Wild |
2018-07-04 |
Merge 0.10->trunk
|
Matthew Wild |
2018-06-22 |
mod_admin_telnet: Add debug:events() and debug:logevents()
|
Matthew Wild |
2018-06-22 |
console: Allow passing a config when creating a room
|
Kim Alvefur |
2018-04-14 |
Merge 0.10->trunk
|
Kim Alvefur |
2018-03-10 |
Merge 0.9->0.10
|
Kim Alvefur |
2018-03-10 |
mod_admin_telnet: Include the default path property in URL calculation (fixes #1099)
|
Kim Alvefur |
2018-03-10 |
Merge 0.10->trunk
|
Kim Alvefur |
2017-08-28 |
core.usermanager, various modules: Disconnect other resources on password change (thanks waqas) (fixes #512)
|
Kim Alvefur |
2017-07-28 |
Merge 0.10->trunk
|
Kim Alvefur |
2017-04-24 |
mod_admin_telnet: Output human-friendly memory usage when meminfo is unavailable (thanks nbastin)
|
Kim Alvefur |
2017-04-24 |
Merge 0.10->trunk
|
Kim Alvefur |
2017-03-16 |
plugins/various: Use type-specific config API
|
Kim Alvefur |
2017-03-16 |
Merge 0.10->trunk
|
Kim Alvefur |
2017-03-01 |
mod_admin_telnet: Print a message to open sessions when shutting down, including the reason
|
Kim Alvefur |
2017-02-21 |
Merge 0.10->trunk
|
Kim Alvefur |
2016-11-19 |
mod_admin_telnet: Use the module:send() API for xmpp:ping command
|
Kim Alvefur |
2016-11-18 |
mod_admin_telnet: Fix to use modern way to fetch a MUC room
|
Kim Alvefur |
2016-08-30 |
Merge 0.10->trunk
|
Kim Alvefur |
2016-07-08 |
mod_admin_telnet: remove unused import (util.serialization) [luacheck]
|
Anton Shestakov |
2016-07-08 |
mod_admin_telnet: rename variable to make it defined (room -> room_name)
|
Anton Shestakov |
2016-07-08 |
Update every link to the documentation to use HTTPS
|
Emmanuel Gil Peyrot |
2016-04-16 |
Merge 0.10->trunk
|
Matthew Wild |
2016-01-22 |
mod_admin_telnet: Fix sorting of JIDs in c2s:show() family of functions (thanks lookshe and Zash)
|
Matthew Wild |
2016-01-22 |
Merge 0.10->trunk
|
Kim Alvefur |
2016-01-10 |
mod_admin_telnet: c2s:count in less lines
|
Kim Alvefur |
2016-01-09 |
mod_admin_telnet: Show unauthenticated clients identified by local/remote IP and port
|
Kim Alvefur |
2016-01-09 |
mod_admin_telnet: c2s:show() etc, list all sessions including unauthenticated or not with no stream opened
|
Kim Alvefur |
2016-01-09 |
mod_admin_telnet: Remove compat warning about 'console_banner' as a function
|
Kim Alvefur |
2016-01-09 |
Merge 0.10->trunk
|
Kim Alvefur |
2015-12-27 |
Merge 0.9->0.10
|
Kim Alvefur |
2015-12-23 |
mod_admin_telnet: Backport 06696882d972 from 0.10 (this command greatly helps with debugging HTTP issues)
|
Matthew Wild |
2015-12-22 |
mod_admin_telnet: Make timer:info command more robust
|
Kim Alvefur |
2015-12-23 |
Merge 0.10->trunk
|
Matthew Wild |
2015-12-10 |
mod_admin_telnet: Add http:list() command to get info about current HTTP endpoints on the server
|
Matthew Wild |
2015-12-10 |
mod_admin_telnet: Add timer:info() which shows some basic info about util.timer
|
Kim Alvefur |
2015-11-25 |
Merge 0.10->trunk
|
Matthew Wild |
2015-11-22 |
mod_admin_telnet: c2s:show(): Add flag to indicate remote sessions
|
Matthew Wild |
2015-11-22 |
Merge 0.10->trunk
|
Kim Alvefur |
2015-09-19 |
mod_admin_telnet: Fix indentation
|
Kim Alvefur |
2015-09-18 |
Merge 0.10->trunk
|
Kim Alvefur |
2015-08-20 |
mod_admin_telnet: Remove now broken importing of modulemanager from various commands, use upvalue defined at top of file (thanks daurnimator)
|
Kim Alvefur |
2015-02-22 |
Merge 0.10->trunk
|
Matthew Wild |
2015-02-24 |