Commit Graph

222 Commits (052d497dee0ee5b112d3ffb266023d6f24898f38)

Author SHA1 Message Date
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
Kim Alvefur 3573e516c2 mod_admin_telnet: Remove now broken importing of modulemanager from various commands, use upvalue defined at top of file (thanks daurnimator) 11 years ago
Matthew Wild 79b30c593a mod_admin_telnet: Require util.pposix (fixes #471) 11 years ago
Kim Alvefur 72b502bed3 mod_admin_telnet: Use the session-specific print function 11 years ago
Kim Alvefur 4c8f1bc90a mod_admin_telnet: Soft-reqire util.pposix for server:memory() 11 years ago
Matthew Wild 899b6d53ae net.http, net.http.server, mod_c2s, mod_s2s, mod_component, mod_admin_telnet, mod_net_multiplex: Add ondetach to release connection from 'sessions' table (or equivalent) 12 years ago
Kim Alvefur c3ee155f3b mod_admin_telnet: Fix dns:(add,set)nameservers() 12 years ago
Waqas Hussain cc0208bd06 mod_admin_telnet: Update muc:room(jid) and muc:list(host) to use the new MUC API 12 years ago
Matthew Wild 496c55391e mod_admin_telnet: Add command to list MUC rooms 12 years ago
Kim Alvefur a88f746203 mod_admin_telnet: Remove dead code 12 years ago
Kim Alvefur 9ad11cba37 mod_admin_telnet: Show which hosts are components and what type of component in host:list() 12 years ago
Kim Alvefur c5395883d6 mod_admin_telnet: Add c2s:show_tls(), behaves like s2s:show_tls() 12 years ago