Commit Graph

93 Commits (89a01cc8d9df143ec83a6bafbc4864fb7f3353df)

Author SHA1 Message Date
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 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
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
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
Kim Alvefur 829a4b8786 mod_admin_telnet: Add some DNS commands. 13 years ago
Matthew Wild b88179151e mod_admin_telnet: Add muc:create(room) (thanks SkyBlue) 13 years ago
Kim Alvefur 5f625f405e mod_admin_telnet: Stop processing lines when session is closed 13 years ago
Kim Alvefur ea67b3cd4a mod_admin_telnet: Add info about port commands to help 13 years ago
Kim Alvefur dc9606b573 mod_admin_telnet: Improve wording when listing users 13 years ago
Matthew Wild e23a0f80b5 mod_admin_telnet: Refactor so that command processing is performed in a separate function (usable from other modules) 13 years ago
Kim Alvefur b7033ea731 mod_admin_telnet: user:list(): Allow filtering the set of users 13 years ago
Kim Alvefur d6242f1529 mod_admin_telnet: user:list() check that the given host exists 13 years ago
Kim Alvefur 385524de74 mod_admin_telnet: Fix copypaste error in user section of help 13 years ago
Kim Alvefur 5399a5e5e6 mod_admin_telnet: Add support for listing users 13 years ago
Kim Alvefur 7bd79e84fa mod_admin_telnet: Fix user:*, correct names, docs, do validation 14 years ago
Waqas Hussain 025eca8452 mod_{admin_telnet,c2s,component,http,net_multiplex,s2s}: Use module:provides() instead of module:add_item(). 14 years ago
Matthew Wild 17174eb3c5 mod_admin_telnet: Import prosody.incoming_s2s 14 years ago
Matthew Wild 21ebb8ab1d mod_admin_telnet: Fix usage of incorrect variable 14 years ago
Matthew Wild d584683bab mod_admin_telnet: Remove unused variable 14 years ago
Matthew Wild 32763263b7 mod_admin_telnet: Import portmanager and s2smanager, as they are both used 14 years ago
Matthew Wild fb17860cb4 mod_admin_telnet: Fix broken indentation 14 years ago
Matthew Wild 72339ab0e3 mod_admin_telnet: Use module:get_option() instead of configmanager directly 14 years ago
Kim Alvefur 790e0bb9b4 mod_admin_adhoc, mod_admin_telnet, mod_bosh, mod_c2s, mod_component, mod_pep, mod_presence, mod_roster, mod_s2s: Import core_post_stanza from the global prosody table. 14 years ago
Kim Alvefur efbe158752 mod_admin_telnet: Add xmpp:ping(from, to), useful for initiating s2s connections 14 years ago
Kim Alvefur 4866b29bb8 mod_admin_telnet: Remove useless call to string.lower() 14 years ago