Commit Graph

63 Commits (master)

Author SHA1 Message Date
Aidan Epstein f964cc51bb mod_admin_adhoc: Fix log messages for reloading modules. 1 year ago
Kim Alvefur 98922d54b1 plugins: Prefix module imports with prosody namespace 3 years ago
Kim Alvefur d5661f1de3 mod_admin_adhoc: Add XEP-0133 commands to Disable and Re-Enable users 3 years ago
Kim Alvefur 20543ca56e mod_admin_adhoc: Move number coercion into util.dataforms 4 years ago
Kim Alvefur c506269ff5 Fix various spelling errors (thanks codespell) 4 years ago
Kim Alvefur 41297ded22 mod_admin_adhoc: Log who performs administrative actions 5 years ago
Kim Alvefur a727de5ca6 mod_admin_adhoc: Delete "Get User Password" command 5 years ago
Kim Alvefur 4340a5d1d4 mod_admin_adhoc: Remove unused JID resource variables [luacheck] 6 years ago
Kim Alvefur 5164f0f45c mod_admin_adhoc: Add some flags to s2s listing command 6 years ago
Kim Alvefur 603ec72b5f mod_admin_adhoc: Ignore the very long lines at the end [luacheck] 7 years ago
Kim Alvefur 07d40c319c mod_admin_adhoc: Ignore shadowed 'err' variables [luacheck] 7 years ago
Kim Alvefur 6a4c16aa00 mod_admin_adhoc: Remove unused argument [luacheck] 7 years ago
Kim Alvefur 3154f05072 mod_admin_adhoc: Remove unused loop variables [luacheck] 7 years ago
Kim Alvefur 73b75571e6 core.usermanager, various modules: Disconnect other resources on password change (thanks waqas) (fixes #512) 9 years ago
Kim Alvefur f072535414 mod_admin_adhoc: Normalize indentation 8 years ago
Kim Alvefur 2764350b80 mod_admin_adhoc: Keep options for list-single in 'options' field where they belong 8 years ago
Kim Alvefur e85f412f21 mod_admin_adhoc: Silence various harmless warnings [luacheck] 8 years ago
Kim Alvefur 0538b4f963 mod_admin_adhoc: Rename loop variable to avoid name clash [luacheck] 8 years ago
Kim Alvefur be5f654319 mod_admin_adhoc: Rename variable to avoid name clash [luacheck] 8 years ago
Kim Alvefur ad64fec9f2 mod_admin_adhoc: Remove unused initial values [luacheck] 8 years ago
Kim Alvefur 28551ac858 mod_admin_adhoc: Split a long line (improves readability) [luacheck] 8 years ago
Kim Alvefur 3ec060fc0c Fix spelling throughout the codebase [codespell] 8 years ago
Kim Alvefur dc21fd08f4 mod_admin_adhoc: Show only connections to/from the host the command was run on 10 years ago
Kim Alvefur b6cb16100c mod_admin_adhoc: Remove extra ) that should not be there 10 years ago
Kim Alvefur 88f902f1e9 mod_admin_adhoc: Declare local variable, don't set a global [luacheck] 10 years ago
Kim Alvefur 4924ad4d8e mod_admin_adhoc: Import missing util.set (fixes #518) 10 years ago
Kim Alvefur 1265483280 mod_admin_adhoc: Remove special treatment of the "pending" roster entry 11 years ago
Kim Alvefur 27265c20e2 core.*: Remove use of module() function 11 years ago
Kim Alvefur 74cbb01e3a mod_admin_adhoc: Add required to field in user deletion form too 11 years ago
Kim Alvefur fc40eedab4 mod_admin_adhoc: Mark 'accountjids' field as required in 'end user sessions' command (thanks Lloyd) 11 years ago
Florian Zeitz 0248de1595 mod_admin_web: Add "List S2S connections" command 11 years ago
Florian Zeitz 759fbb65db mod_admin_adhoc: Show IP in detailed version of online user listing 11 years ago
Matthew Wild af9bff4f7a mod_admin_adhoc: As the only user of set:items(), update... it's now an iterator, and the extra keys() iterator is now unnecessary 12 years ago
Florian Zeitz 94bc9e826d mod_admin_adhoc: Fix node of the "Get List of Online Users" command 13 years ago
Florian Zeitz 5468423a19 mod_admin_adhoc: Use util.adhoc 13 years ago
Kim Alvefur 91cc88b338 mod_motd, mod_register, mod_private, mod_http_errors, mod_admin_adhoc: Remove unused imports 13 years ago
Florian Zeitz bbb26de0d5 mod_admin_adhoc: Fix 'Shut down service' command 13 years ago
Florian Zeitz 6c313762fa mod_admin_adhoc: Implement global module unloading 13 years ago
Florian Zeitz 0aef88245b mod_admin_adhoc: Implement global module reloading 13 years ago
Florian Zeitz ca3c3c6669 mod_admin_adhoc: Fix info message for module reload/unload 13 years ago
Florian Zeitz a08a3edf11 mod_admin_adhoc: Implement global module loading 13 years ago
Florian Zeitz 2d26dbed78 mod_admin_adhoc: Remove a TODO, our pretty_print turns out not to be helpful after all 13 years ago
Kim Alvefur bfd3085f78 mod_admin_adhoc: Remove unused form 13 years ago
Kim Alvefur cfe10e6fa4 mod_admin_adhoc: Add commands for activating and deactivating hosts 13 years ago
Kim Alvefur 7e4ba4eda5 mod_admin_adhoc: Add commands for activating and deactivating hosts 13 years ago
Kim Alvefur 9ecbf71048 mod_admin_adhoc: Use usermanager.delete_user to delete users 14 years ago
Florian Zeitz ddb2f794f7 mod_admin_adhoc, mod_announce: Explicitly specify possible actions for ad-hoc commands 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
Matthew Wild e89b006f03 Hopefully inert commit to clean up logging across a number of modules, removing all cases of concatenation when building log messages 14 years ago
Matthew Wild f4719b66bc mod_admin_adhoc: Remove unused variable and save a bit of CPU... 14 years ago