mod_admin_telnet: sttas:show: Use format option that allows float numbers
|
Kim Alvefur |
2019-01-16 |
mod_admin_telnet: Sort stats by name
|
Kim Alvefur |
2019-01-04 |
mod_admin_telnet: Serialize config values (table: 0x123abc isn't useful)
|
Kim Alvefur |
2019-01-04 |
mod_admin_telnet: config:get: Assume the global section if only one argument is given
|
Kim Alvefur |
2019-01-04 |
mod_admin_telnet: Remove the long gone 'section' argument in the undocumented config:get command
|
Kim Alvefur |
2019-01-04 |
core.moduleapi: Use util.error for :send_iq errors
|
Kim Alvefur |
2018-12-30 |
mod_admin_telnet: Validate hostnames in xmpp:ping command
|
Kim Alvefur |
2018-12-29 |
mod_admin_telnet: Make xmpp:ping command wait and report the reply
|
Kim Alvefur |
2018-12-28 |
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 |