Commit Graph

59 Commits (d7d15e2ec79c83f13e4dd8bf7c52db658290d336)

Author SHA1 Message Date
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 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
Kim Alvefur 04ae0b2698 mod_admin_telnet: Add missing import of usermanager 14 years ago
Kim Alvefur 0fb838ecd2 mod_admin_telnet: Remove unused or duplicated locals 14 years ago
Matthew Wild cc78cfbc35 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 ad5bc731f2 mod_admin_telnet: Replace anonymous function with loop (saves a closure) 14 years ago
Marco Cirillo 0035673eee mod_admin_telnet: add s2s:closeall command and relative help entry. 14 years ago
Kim Alvefur a80ee81058 mod_admin_telnet: Add info about user management commands to the help 14 years ago
Kim Alvefur 4f9967aa8d mod_admin_telnet: Add some user management commands. 14 years ago
Florian Zeitz 8395775fc1 mod_admin_telnet, prosody, prosodyctl, ejabberd2prosody: Don't depend on modules setting globals 14 years ago
Florian Zeitz 40ea2230d1 Eliminate direct setfenv usage 14 years ago
Kim Alvefur a91b2bde9b mod_admin_telnet: More code found and updated, which depended on pre-8c5b5ebaacb0 behaviour. 14 years ago
Kim Alvefur a8669479e6 mod_admin_telnet: Code found and updated, which depended on pre-8c5b5ebaacb0 behaviour. 14 years ago
Matthew Wild 30d1d9729c mod_admin_telnet: Add muc:room(jid) command to get the MUC room object 14 years ago
Kim Alvefur 1a67790a0f mod_admin_telnet: Add c2s:count() which shows number of connected users. 14 years ago
Matthew Wild 112de122fd mod_admin_telnet: Add initial port:list() and port:close() commands 14 years ago
Matthew Wild 2b4e2b8620 mod_admin_telnet: module:load(): Fix 'global-module-already-loaded' errors when successfully loading a global module (fixes #228) 14 years ago
Matthew Wild 76749e9e8c mod_admin_telnet: module:list(): List global modules (part-fixes #228) 14 years ago
Matthew Wild 15b81453cd 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
Matthew Wild e774a4c4ba mod_admin_telnet: get_host_set(): Include '*' in the set if no specific hosts are specified and the module is loaded there 14 years ago
Kim Alvefur df424cfe12 mod_posix, mod_bosh, mod_admin_telnet: Use module:set_global() 14 years ago
Kim Alvefur 9b41a236b0 mod_admin_telnet: Add flag for IPv6 14 years ago
Kim Alvefur 005ffd38a2 mod_admin_telnet: Add flag for stream management. 14 years ago
Kim Alvefur 2cfeb86ca0 mod_admin_telnet: (encrypted) is redundant in combination with (secure) 14 years ago
Kim Alvefur 77741c59b4 mod_admin_telnet: Commond and flexible way to show stream properties. 14 years ago
Kim Alvefur b7e7de7a20 mod_admin_telnet: Import util.iterators properly 14 years ago
Marco Cirillo b6a8fd9f6b mod_admin_telnet: make service private. 14 years ago