Commit Graph

221 Commits (9e5dbb42176d2d22bd69ffdc872df58a3a17c19f)

Author SHA1 Message Date
Kim Alvefur 1158b94035 mod_admin_telnet: Add s2s:show_tls() for showing ciphers used on s2s connections 12 years ago
Kim Alvefur 0fb4279fe5 mod_admin_telnet: Move extraction of c2s presence info into session_flags() 12 years ago
Kim Alvefur 0ee4420961 mod_admin_telnet: Split (secure) into (authenticated) + (secure) 12 years ago
Kim Alvefur 929b010f42 mod_admin_telnet: Send NUL byte as keepalive on read timeouts 12 years ago
Matthew Wild b18ab54899 mod_admin_telnet: muc:*: Fix nil index error when a room JID is passed with a non-existent host 12 years ago
Kim Alvefur bc6f1c6085 mod_admin_telnet: Prep jids for user:create() etc. 12 years ago
Florian Zeitz 1d833bb807 Remove all trailing whitespace 13 years ago
Kim Alvefur a316833b30 mod_admin_telnet, mod_s2s: Fix reporting of certificate chain validation details 13 years ago
Kim Alvefur d2d4d4d35f mod_admin_telnet: Refactor s2s:show() 13 years ago
Kim Alvefur 908b47d907 mod_admin_telnet: Generate session names the same way as in s2smanager 13 years ago
Kim Alvefur 5b49a37360 mod_admin_telnet: Refactor s2s:close and s2s:closeall 13 years ago
Kim Alvefur 3122b6ee6e mod_admin_telnet: Refactor s2s:showcert() 13 years ago
Kim Alvefur 36910d3b88 mod_admin_telnet: Fix another wrong boolean expression 13 years ago
Kim Alvefur a07cafce69 mod_admin_telnet: Simplify IPv6 detection, fixes rare traceback 13 years ago
Kim Alvefur db6bac3d85 mod_admin_telnet: Fix inverted boolean logic 13 years ago
Kim Alvefur 8072bfb662 mod_admin_telnet: Make the muc:create() command complain if the room already exists 13 years ago
Kim Alvefur aa4b5036e3 mod_admin_telnet: Verify that the host exists in user commands (Thanks SkyBlue) 13 years ago
Kim Alvefur bb7c05bbf4 mod_admin_telnet: Don't rely on getpeerchain returning an empty list 13 years ago
Kim Alvefur 73fe0d5471 mod_admin_telnet: Use stanza:get_child_text() 13 years ago
Kim Alvefur 12da21e1b0 mod_admin_telnet: List session flags (encryption, compression etc) the same way for c2s as s2s 13 years ago
Matthew Wild 54e380045f mod_admin_telnet: Add server:memory() command to view details of Prosody's memory usage 13 years ago
Matthew Wild f6f9dae378 mod_admin_telnet: Add server:memory() command to view details of Prosody's memory usage 13 years ago
Kim Alvefur 1e820b5e1d mod_admin_telnet: Add some DNS commands. 13 years ago
Matthew Wild 55b90a8abd mod_admin_telnet: Add muc:create(room) (thanks SkyBlue) 13 years ago
Kim Alvefur 2021e2265f mod_admin_telnet: Stop processing lines when session is closed 14 years ago
Kim Alvefur 020dc0052a mod_admin_telnet: Add info about port commands to help 14 years ago
Kim Alvefur 440837480d mod_admin_telnet: Improve wording when listing users 14 years ago
Matthew Wild 99b1aadc42 mod_admin_telnet: Refactor so that command processing is performed in a separate function (usable from other modules) 14 years ago
Kim Alvefur f875ce793f mod_admin_telnet: user:list(): Allow filtering the set of users 14 years ago
Kim Alvefur 2410d3246c mod_admin_telnet: user:list() check that the given host exists 14 years ago
Kim Alvefur 3b0a7cf1ab mod_admin_telnet: Fix copypaste error in user section of help 14 years ago
Kim Alvefur 9dcdb35e5f mod_admin_telnet: Add support for listing users 14 years ago
Kim Alvefur 0f8e80bdb1 mod_admin_telnet: Fix user:*, correct names, docs, do validation 14 years ago
Waqas Hussain d9d38ef125 mod_{admin_telnet,c2s,component,http,net_multiplex,s2s}: Use module:provides() instead of module:add_item(). 14 years ago
João Duarte 196ac28ab5 mod_admin_telnet: Adds c2s:closeall() (Fixes #1315) 7 years ago
Matthew Wild ab545f19a3 mod_admin_telnet: Show module status in module:list() 7 years ago
Kim Alvefur b2c3b2f740 mod_admin_telnet: sttas:show: Use format option that allows float numbers 7 years ago
Kim Alvefur 51c4d0a0e4 mod_admin_telnet: Sort stats by name 7 years ago
Kim Alvefur d020a0b577 mod_admin_telnet: Serialize config values (table: 0x123abc isn't useful) 7 years ago
Kim Alvefur 5fb717bbce mod_admin_telnet: config:get: Assume the global section if only one argument is given 7 years ago
Kim Alvefur 11b2a79872 mod_admin_telnet: Remove the long gone 'section' argument in the undocumented config:get command 7 years ago
Kim Alvefur f102941562 core.moduleapi: Use util.error for :send_iq errors 7 years ago
Kim Alvefur 5eb327274a mod_admin_telnet: Validate hostnames in xmpp:ping command 7 years ago
Kim Alvefur f1f0c276bc mod_admin_telnet: Make xmpp:ping command wait and report the reply 7 years ago
Kim Alvefur 851f330348 mod_admin_telnet: Enable async processing using util.async 7 years ago
Kim Alvefur 9a412b02e9 mod_admin_telnet: Invert host existence check 7 years ago
Maxime “pep” Buquet 738a1171dc admin_telnet: show when bidi is used on s2s 7 years ago
Kim Alvefur 2b289f34f9 various: Don't rely on _G.unpack existing 8 years ago
Matthew Wild 19570443dd mod_admin_telnet: Import prosody.incoming_s2s 14 years ago
Matthew Wild c1adfd4157 mod_admin_telnet: Fix usage of incorrect variable 14 years ago