Commit Graph

181 Commits (24670cf607bf3eed29ca79dd4e6b7397773db91b)

Author SHA1 Message Date
Michel Le Bihan 9a5a3fd0f1 mod_admin_telnet: Collect array from Bosh connections when appending to connection list 7 years ago
Arc Riley da0d3e296c mod_admin_telnet: include BOSH connections in c2s:count (#998) 7 years ago
Arc Riley cdbb6348f6 mod_admin_telnet: added "(bosh)" and "(websocket)" connection flags (#998) 7 years ago
Arc Riley 30ef8e7ac4 mod_admin_telnet: include BOSH connections in c2s session commands (#998) 7 years ago
Matthew Wild 7896ef03a9 mod_admin_telnet: Allow viewing HTTP event listeners via debug:events('http') 7 years ago
Kim Alvefur b1871e8b07 mod_admin_telnet: Guard against missing table field 7 years ago
Kim Alvefur 1fd061af59 mod_admin_telnet: Create metatable only once 7 years ago
Kim Alvefur eb580b9f2b mod_admin_telnet: Remove unused histogram [luacheck] 7 years ago
Kim Alvefur 7af977ccaf mod_admin_telnet: Remove unused variable [luacheck] 7 years ago
Kim Alvefur 516c4c51ae mod_admin_telnet: Import net.server instead of relying on global 7 years ago
Kim Alvefur 2f919fed94 mod_admin_telnet: Use prosody.hosts to be more explicit and avoid name clash with 'hosts' arguments [luacheck] 7 years ago
Kim Alvefur 58f5eb9e57 mod_admin_telnet: Remove or rename various unused arguments and variables [luacheck] 7 years ago
Kim Alvefur b1f6632732 mod_admin_telnet: Rename variable to avoid name clash [luacheck] 7 years ago
Kim Alvefur db46752c37 mod_admin_telnet: Fix local reference to util.iterator 7 years ago
Matthew Wild b83f34070d mod_admin_telnet: Split out sort function for clarity 7 years ago
Matthew Wild cceeea2c28 mod_admin_telnet: Make use of util.iterators.sorted_pairs() 7 years ago
Matthew Wild db6b2ff8f9 mod_admin_telnet: Add debug:events() and debug:logevents() 8 years ago
Kim Alvefur 1a2ad62a21 mod_admin_telnet: Include the default path property in URL calculation (fixes #1099) 8 years ago
Kim Alvefur 8dad96d3f6 core.usermanager, various modules: Disconnect other resources on password change (thanks waqas) (fixes #512) 9 years ago
Kim Alvefur 681b9a6405 mod_admin_telnet: Output human-friendly memory usage when meminfo is unavailable (thanks nbastin) 9 years ago
Matthew Wild 1251138daf mod_admin_telnet: Rename timer:info() -> debug:timers() 8 years ago
Matthew Wild d2ac8210b0 mod_admin_telnet: Add some experimental commands for inspecting stats 8 years ago
Kim Alvefur 5ad0f9390a console: Allow passing a config when creating a room 8 years ago
Kim Alvefur fb749e2076 plugins/various: Use type-specific config API 9 years ago
Kim Alvefur 6ca01c40ab mod_admin_telnet: Print a message to open sessions when shutting down, including the reason 9 years ago
Kim Alvefur 7e6c27dd6b mod_admin_telnet: Use already generated session id 7 years ago
Kim Alvefur e5864b338f mod_admin_telnet: Allow specifying a reason when closing sessions (#1400) 7 years ago
Kim Alvefur 216f7ce87b mod_admin_telnet: Add xmpp:ping to help 7 years ago
Kim Alvefur 166033b48a mod_admin_telnet: Add c2s:count() to help 7 years ago
Kim Alvefur 7c80b5b23e mod_admin_telnet: Make c2s:count() consistent with c2s:show() 7 years ago
Kim Alvefur 5bd804db72 mod_admin_telnet: Factor out function for collecting all c2s sessions for easier reuse 7 years ago
Kim Alvefur 92571bfb04 mod_admin_telnet: Include both c2s connections and sessions in c2s:show() 7 years ago
Kim Alvefur c964e26cc7 mod_admin_telnet: Move error handling to thread callback (fixes #1391) 7 years ago
Kim Alvefur 5e6f65812d mod_admin_telnet: Check for simple commands before executing in sandbox 7 years ago
Kim Alvefur f043b0f7ea mod_admin_telnet: Use the module:send() API for xmpp:ping command 9 years ago
Kim Alvefur 98dab3e838 mod_admin_telnet: Fix to use modern way to fetch a MUC room 9 years ago
Anton Shestakov cdfde7ee2f mod_admin_telnet: remove unused import (util.serialization) [luacheck] 10 years ago
Anton Shestakov 68238f0edb mod_admin_telnet: rename variable to make it defined (room -> room_name) 10 years ago
Emmanuel Gil Peyrot bbf1653e04 Update every link to the documentation to use HTTPS 10 years ago
Matthew Wild 19b9ea3838 mod_admin_telnet: Fix sorting of JIDs in c2s:show() family of functions (thanks lookshe and Zash) 10 years ago
Kim Alvefur 2dd6c3b861 mod_admin_telnet: c2s:count in less lines 10 years ago
Kim Alvefur e0cfa023d9 mod_admin_telnet: Show unauthenticated clients identified by local/remote IP and port 10 years ago
Kim Alvefur 857a961dfe mod_admin_telnet: c2s:show() etc, list all sessions including unauthenticated or not with no stream opened 10 years ago
Kim Alvefur 455457d9ae mod_admin_telnet: Remove compat warning about 'console_banner' as a function 10 years ago
Kim Alvefur 9a33b25f70 mod_admin_telnet: Make timer:info command more robust 10 years ago
Matthew Wild c10f3e22dd mod_admin_telnet: Backport 06696882d972 from 0.10 (this command greatly helps with debugging HTTP issues) 10 years ago
Matthew Wild 47fd3f55f2 mod_admin_telnet: Add http:list() command to get info about current HTTP endpoints on the server 10 years ago
Kim Alvefur c829b49476 mod_admin_telnet: Add timer:info() which shows some basic info about util.timer 10 years ago
Matthew Wild ad798d75d8 mod_admin_telnet: c2s:show(): Add flag to indicate remote sessions 10 years ago
Kim Alvefur f2c69ab1c3 mod_admin_telnet: Fix indentation 10 years ago