Commit Graph

156 Commits (0.11)

Author SHA1 Message Date
Kim Alvefur 89af997157 mod_admin_telnet: Handle unavailable cipher info (fixes #1510) 6 years ago
Kim Alvefur 1d1491c01b mod_admin_telnet: Create a DNS resolver per console session (fixes #1492) 6 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 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