Commit Graph

115 Commits (0ff1619ea4e2a6702a3fb70135fb656efd64790b)

Author SHA1 Message Date
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
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
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
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
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
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
Matthew Wild 33ca1a1111 mod_admin_telnet: Require util.pposix (fixes #471) 11 years ago
Matthew Wild 58edf57b1f 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 b9134d61df mod_admin_telnet: Fix dns:(add,set)nameservers() 12 years ago
Matthew Wild f3e3081f4f mod_admin_telnet: muc:*: Fix nil index error when a room JID is passed with a non-existent host 12 years ago
Kim Alvefur d624e1a07c mod_admin_telnet: Prep jids for user:create() etc. 12 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
Kim Alvefur 7aa032e765 mod_admin_telnet: Use the session-specific print function 11 years ago
Kim Alvefur cf9da1469d mod_admin_telnet: Soft-reqire util.pposix for server:memory() 11 years ago
Matthew Wild de783efad2 mod_admin_telnet: Add command to list MUC rooms 12 years ago
Kim Alvefur 45d1171aad mod_admin_telnet: Remove dead code 12 years ago
Kim Alvefur 7053cca07b mod_admin_telnet: Show which hosts are components and what type of component in host:list() 12 years ago
Kim Alvefur bacdff9a15 mod_admin_telnet: Add c2s:show_tls(), behaves like s2s:show_tls() 12 years ago
Kim Alvefur f5da7bd8e0 mod_admin_telnet: Move generation of log tag for s2s:show() (adds it to c2s:show() too) 12 years ago
Kim Alvefur c9891dd868 mod_admin_telnet: Add s2s:show_tls() for showing ciphers used on s2s connections 12 years ago
Kim Alvefur 3224f0cee2 mod_admin_telnet: Move extraction of c2s presence info into session_flags() 12 years ago
Kim Alvefur 7e94c08bb2 mod_admin_telnet: Split (secure) into (authenticated) + (secure) 12 years ago
Kim Alvefur b54b2fd0bd mod_admin_telnet: Send NUL byte as keepalive on read timeouts 12 years ago
Florian Zeitz 4b618a8727 Remove all trailing whitespace 13 years ago
Kim Alvefur 2d80fe3bbd mod_admin_telnet, mod_s2s: Fix reporting of certificate chain validation details 13 years ago
Kim Alvefur d6d5f55ac4 mod_admin_telnet: Refactor s2s:show() 13 years ago
Kim Alvefur 558cea1bd9 mod_admin_telnet: Generate session names the same way as in s2smanager 13 years ago
Kim Alvefur ebf71acb9e mod_admin_telnet: Refactor s2s:close and s2s:closeall 13 years ago
Kim Alvefur 54a6165d5d mod_admin_telnet: Refactor s2s:showcert() 13 years ago
Kim Alvefur c08dad91e5 mod_admin_telnet: Fix another wrong boolean expression 13 years ago
Kim Alvefur bf631330f9 mod_admin_telnet: Simplify IPv6 detection, fixes rare traceback 13 years ago
Kim Alvefur 6b543a6416 mod_admin_telnet: Fix inverted boolean logic 13 years ago
Kim Alvefur a59ace83df mod_admin_telnet: Make the muc:create() command complain if the room already exists 13 years ago
Kim Alvefur 635e63f814 mod_admin_telnet: Verify that the host exists in user commands (Thanks SkyBlue) 13 years ago
Kim Alvefur 83fc029e98 mod_admin_telnet: Don't rely on getpeerchain returning an empty list 13 years ago
Kim Alvefur fa45bdb4f2 mod_admin_telnet: Use stanza:get_child_text() 13 years ago
Kim Alvefur 3e84bba552 mod_admin_telnet: List session flags (encryption, compression etc) the same way for c2s as s2s 13 years ago
Matthew Wild ef858fb3e4 mod_admin_telnet: Add server:memory() command to view details of Prosody's memory usage 13 years ago
Matthew Wild a72bd0f76a mod_admin_telnet: Add server:memory() command to view details of Prosody's memory usage 13 years ago