Commit Graph

109 Commits (47c821cf549c8ea4645190a8f4bb18b7a2eaee2b)

Author SHA1 Message Date
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
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
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
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
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
Matthew Wild 79b30c593a mod_admin_telnet: Require util.pposix (fixes #471) 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) 11 years ago
Kim Alvefur c3ee155f3b mod_admin_telnet: Fix dns:(add,set)nameservers() 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
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
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 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
Kim Alvefur 15f84804a6 mod_admin_telnet: Move generation of log tag for s2s:show() (adds it to c2s:show() too) 12 years ago
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
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 13 years ago