Commit Graph

181 Commits (d3c559bcc89ef91ebecde3cc3b4520873a98ea4d)

Author SHA1 Message Date
Michel Le Bihan 2bb05d010d mod_admin_telnet: Collect array from Bosh connections when appending to connection list 7 years ago
Arc Riley a16b70c96d mod_admin_telnet: include BOSH connections in c2s:count (#998) 7 years ago
Arc Riley ed8b36a84b mod_admin_telnet: added "(bosh)" and "(websocket)" connection flags (#998) 7 years ago
Arc Riley bbc0bd0b8a mod_admin_telnet: include BOSH connections in c2s session commands (#998) 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
Matthew Wild d869a89803 mod_admin_telnet: Add debug:events() and debug:logevents() 8 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 9e57e02797 mod_admin_telnet: Use already generated session id 7 years ago
Kim Alvefur 49b3e1479c mod_admin_telnet: Allow specifying a reason when closing sessions (#1400) 7 years ago
Kim Alvefur a8db3548e4 mod_admin_telnet: Add xmpp:ping to help 7 years ago
Kim Alvefur 1ede2571be mod_admin_telnet: Add c2s:count() to help 7 years ago
Kim Alvefur 54e39ab881 mod_admin_telnet: Make c2s:count() consistent with c2s:show() 7 years ago
Kim Alvefur 65b25e80b0 mod_admin_telnet: Factor out function for collecting all c2s sessions for easier reuse 7 years ago
Kim Alvefur 3effd36ff0 mod_admin_telnet: Include both c2s connections and sessions in c2s:show() 7 years ago
Kim Alvefur a7e58a0c50 mod_admin_telnet: Move error handling to thread callback (fixes #1391) 7 years ago
Kim Alvefur f9f7ac859a mod_admin_telnet: Check for simple commands before executing in sandbox 7 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