Commit Graph

67 Commits (5c1d94de1b67353da7e2c348379c8a8509a9e66a)

Author SHA1 Message Date
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) 12 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 a316833b30 mod_admin_telnet, mod_s2s: Fix reporting of certificate chain validation details 13 years ago
Matthew Wild 54e380045f mod_admin_telnet: Add server:memory() command to view details of Prosody's memory usage 13 years ago
Kim Alvefur 36910d3b88 mod_admin_telnet: Fix another wrong boolean expression 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 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
Kim Alvefur 020dc0052a mod_admin_telnet: Add info about port commands to help 13 years ago
Kim Alvefur 440837480d mod_admin_telnet: Improve wording when listing users 13 years ago
Matthew Wild 99b1aadc42 mod_admin_telnet: Refactor so that command processing is performed in a separate function (usable from other modules) 13 years ago
Kim Alvefur f875ce793f mod_admin_telnet: user:list(): Allow filtering the set of users 13 years ago
Kim Alvefur 2410d3246c mod_admin_telnet: user:list() check that the given host exists 13 years ago
Kim Alvefur 3b0a7cf1ab mod_admin_telnet: Fix copypaste error in user section of help 13 years ago
Kim Alvefur 9dcdb35e5f mod_admin_telnet: Add support for listing users 13 years ago
Kim Alvefur 0f8e80bdb1 mod_admin_telnet: Fix user:*, correct names, docs, do validation 13 years ago
Waqas Hussain d9d38ef125 mod_{admin_telnet,c2s,component,http,net_multiplex,s2s}: Use module:provides() instead of module:add_item(). 13 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
Matthew Wild 57808b7268 mod_admin_telnet: Remove unused variable 14 years ago
Matthew Wild 523e9b1b0c mod_admin_telnet: Import portmanager and s2smanager, as they are both used 14 years ago
Matthew Wild d7b0b8cf6c mod_admin_telnet: Fix broken indentation 14 years ago
Matthew Wild 6637aeffb6 mod_admin_telnet: Use module:get_option() instead of configmanager directly 14 years ago
Kim Alvefur 9114e88ee0 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 a6f403360b mod_admin_telnet: Add xmpp:ping(from, to), useful for initiating s2s connections 14 years ago
Kim Alvefur b27ef47ca4 mod_admin_telnet: Remove useless call to string.lower() 14 years ago
Kim Alvefur 61ea70dcd6 mod_admin_telnet: Add missing import of usermanager 14 years ago
Kim Alvefur edf0023762 mod_admin_telnet: Remove unused or duplicated locals 14 years ago
Matthew Wild effb9a4c48 mod_admin_telnet: Always handle commands terminated by line feeds - ensures consistency even when packets are joined or split on the network 14 years ago
Matthew Wild f07fe41db1 mod_admin_telnet: Replace anonymous function with loop (saves a closure) 14 years ago
Marco Cirillo 00038375f5 mod_admin_telnet: add s2s:closeall command and relative help entry. 14 years ago
Kim Alvefur 1cecc287b6 mod_admin_telnet: Add info about user management commands to the help 14 years ago
Kim Alvefur 5968142ab2 mod_admin_telnet: Add some user management commands. 14 years ago
Florian Zeitz 8eec297456 mod_admin_telnet, prosody, prosodyctl, ejabberd2prosody: Don't depend on modules setting globals 14 years ago
Florian Zeitz d49b9bc2ab Eliminate direct setfenv usage 14 years ago
Kim Alvefur e8d9503d59 mod_admin_telnet: More code found and updated, which depended on pre-8c5b5ebaacb0 behaviour. 14 years ago
Kim Alvefur ecb7c826b5 mod_admin_telnet: Code found and updated, which depended on pre-8c5b5ebaacb0 behaviour. 14 years ago
Matthew Wild 3d3ad31191 mod_admin_telnet: Add muc:room(jid) command to get the MUC room object 14 years ago
Kim Alvefur ad6b4cd465 mod_admin_telnet: Add c2s:count() which shows number of connected users. 14 years ago
Matthew Wild 44654c1b36 mod_admin_telnet: Add initial port:list() and port:close() commands 14 years ago
Matthew Wild 89fb66dabb mod_admin_telnet: module:load(): Fix 'global-module-already-loaded' errors when successfully loading a global module (fixes #228) 14 years ago
Matthew Wild 785fcb0ee3 mod_admin_telnet: module:list(): List global modules (part-fixes #228) 14 years ago
Matthew Wild 726f3804c3 mod_admin_telnet: module:reload(): If module is loaded on *, reload it there first (ensuring shared module code is reloaded before per-host children of that module) 14 years ago