Commit Graph

167 Commits (0028ea46e2aed1e0522da59b3d31912afea2c54a)

Author SHA1 Message Date
Matthew Wild ab545f19a3 mod_admin_telnet: Show module status in module:list() 7 years ago
Matthew Wild e7d4ae6aac mod_admin_telnet: Allow viewing HTTP event listeners via debug:events('http') 7 years ago
Kim Alvefur 55998f91c2 mod_admin_telnet: Guard against missing table field 7 years ago
Kim Alvefur 03b285fc26 mod_admin_telnet: Create metatable only once 7 years ago
Kim Alvefur d334d70ca6 mod_admin_telnet: Remove unused histogram [luacheck] 7 years ago
Kim Alvefur 86b9efb4ba mod_admin_telnet: Remove unused variable [luacheck] 7 years ago
Kim Alvefur 95c0aba3f5 mod_admin_telnet: Import net.server instead of relying on global 7 years ago
Kim Alvefur a8aba229b0 mod_admin_telnet: Use prosody.hosts to be more explicit and avoid name clash with 'hosts' arguments [luacheck] 7 years ago
Kim Alvefur 5a249d370b mod_admin_telnet: Remove or rename various unused arguments and variables [luacheck] 7 years ago
Kim Alvefur 1efa591f74 mod_admin_telnet: Rename variable to avoid name clash [luacheck] 7 years ago
Kim Alvefur d18f2f7521 mod_admin_telnet: Fix local reference to util.iterator 7 years ago
Matthew Wild 818a977d38 mod_admin_telnet: Split out sort function for clarity 7 years ago
Matthew Wild 391fe2828f mod_admin_telnet: Make use of util.iterators.sorted_pairs() 7 years ago
Kim Alvefur b2c3b2f740 mod_admin_telnet: sttas:show: Use format option that allows float numbers 7 years ago
Kim Alvefur 51c4d0a0e4 mod_admin_telnet: Sort stats by name 7 years ago
Kim Alvefur d020a0b577 mod_admin_telnet: Serialize config values (table: 0x123abc isn't useful) 7 years ago
Kim Alvefur 5fb717bbce mod_admin_telnet: config:get: Assume the global section if only one argument is given 7 years ago
Kim Alvefur 11b2a79872 mod_admin_telnet: Remove the long gone 'section' argument in the undocumented config:get command 7 years ago
Kim Alvefur f102941562 core.moduleapi: Use util.error for :send_iq errors 7 years ago
Kim Alvefur 5eb327274a mod_admin_telnet: Validate hostnames in xmpp:ping command 7 years ago
Matthew Wild d869a89803 mod_admin_telnet: Add debug:events() and debug:logevents() 8 years ago
Kim Alvefur f1f0c276bc mod_admin_telnet: Make xmpp:ping command wait and report the reply 7 years ago
Kim Alvefur 851f330348 mod_admin_telnet: Enable async processing using util.async 7 years ago
Kim Alvefur 9a412b02e9 mod_admin_telnet: Invert host existence check 7 years ago
Maxime “pep” Buquet 738a1171dc admin_telnet: show when bidi is used on s2s 7 years ago
Kim Alvefur 2b289f34f9 various: Don't rely on _G.unpack existing 7 years ago
Kim Alvefur 3bd8a2257f mod_admin_telnet: Include the default path property in URL calculation (fixes #1099) 8 years ago
Kim Alvefur 73b75571e6 core.usermanager, various modules: Disconnect other resources on password change (thanks waqas) (fixes #512) 9 years ago
Kim Alvefur 14df21dc9b mod_admin_telnet: Output human-friendly memory usage when meminfo is unavailable (thanks nbastin) 9 years ago
Matthew Wild c017d7c73a mod_admin_telnet: Rename timer:info() -> debug:timers() 8 years ago
Matthew Wild 22ae619680 mod_admin_telnet: Add some experimental commands for inspecting stats 8 years ago
Kim Alvefur 6223bf5220 console: Allow passing a config when creating a room 8 years ago
Kim Alvefur c3d7d52f0d plugins/various: Use type-specific config API 9 years ago
Kim Alvefur d76ff8e08e mod_admin_telnet: Print a message to open sessions when shutting down, including the reason 9 years ago
Kim Alvefur 383aa66ca8 mod_admin_telnet: Use the module:send() API for xmpp:ping command 9 years ago
Kim Alvefur 5235e5ec1a mod_admin_telnet: Fix to use modern way to fetch a MUC room 9 years ago
Anton Shestakov 2a2ade5de5 mod_admin_telnet: remove unused import (util.serialization) [luacheck] 10 years ago
Anton Shestakov 885648c042 mod_admin_telnet: rename variable to make it defined (room -> room_name) 10 years ago
Emmanuel Gil Peyrot c6048a7cb4 Update every link to the documentation to use HTTPS 10 years ago
Matthew Wild f9bec76a46 mod_admin_telnet: Fix sorting of JIDs in c2s:show() family of functions (thanks lookshe and Zash) 10 years ago
Kim Alvefur fa8f996af8 mod_admin_telnet: c2s:count in less lines 10 years ago
Kim Alvefur 1e0c45235c mod_admin_telnet: Show unauthenticated clients identified by local/remote IP and port 10 years ago
Kim Alvefur 4ad60283f8 mod_admin_telnet: c2s:show() etc, list all sessions including unauthenticated or not with no stream opened 10 years ago
Kim Alvefur 6876deedcd mod_admin_telnet: Remove compat warning about 'console_banner' as a function 10 years ago
Kim Alvefur 9e88c5e954 mod_admin_telnet: Make timer:info command more robust 10 years ago
Matthew Wild 18b6111e74 mod_admin_telnet: Backport 06696882d972 from 0.10 (this command greatly helps with debugging HTTP issues) 10 years ago
Matthew Wild 7f8d1c0995 mod_admin_telnet: Add http:list() command to get info about current HTTP endpoints on the server 10 years ago
Kim Alvefur 237847b4d5 mod_admin_telnet: Add timer:info() which shows some basic info about util.timer 10 years ago
Matthew Wild c3b43754d5 mod_admin_telnet: c2s:show(): Add flag to indicate remote sessions 10 years ago
Kim Alvefur 27ded26441 mod_admin_telnet: Fix indentation 10 years ago