Commit Graph

166 Commits (2cbbc9fe2bb407230e89c1903f8470ba6ff7ecb0)

Author SHA1 Message Date
Kim Alvefur 0c19a99587 mod_admin_telnet: sttas:show: Use format option that allows float numbers 7 years ago
Kim Alvefur 9e01c3ff64 mod_admin_telnet: Sort stats by name 7 years ago
Kim Alvefur f902e414f6 mod_admin_telnet: Serialize config values (table: 0x123abc isn't useful) 7 years ago
Kim Alvefur ce8379079e mod_admin_telnet: config:get: Assume the global section if only one argument is given 7 years ago
Kim Alvefur 1271c21c89 mod_admin_telnet: Remove the long gone 'section' argument in the undocumented config:get command 7 years ago
Kim Alvefur ad3e5fd42b core.moduleapi: Use util.error for :send_iq errors 7 years ago
Kim Alvefur 708dc87427 mod_admin_telnet: Validate hostnames in xmpp:ping command 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 0187844493 mod_admin_telnet: Make xmpp:ping command wait and report the reply 7 years ago
Kim Alvefur b1b7f0261f mod_admin_telnet: Enable async processing using util.async 7 years ago
Kim Alvefur 07ab17120c mod_admin_telnet: Invert host existence check 7 years ago
Maxime ?pep? Buquet 91e23f8398 admin_telnet: show when bidi is used on s2s 7 years ago
Kim Alvefur 6dcf53f7b2 various: Don't rely on _G.unpack existing 7 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 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 10 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
Kim Alvefur 85e1ddd978 mod_admin_telnet: Remove now broken importing of modulemanager from various commands, use upvalue defined at top of file (thanks daurnimator) 11 years ago