| Commit message (Expand) | Author | Age | Files | Lines |
* | plugins: Prefix module imports with prosody namespace | Kim Alvefur | 2023-03-24 | 1 | -18/+18 |
* | mod_admin_adhoc: Add XEP-0133 commands to Disable and Re-Enable users | Kim Alvefur | 2023-02-23 | 1 | -0/+66 |
* | mod_admin_adhoc: Move number coercion into util.dataforms | Kim Alvefur | 2021-10-25 | 1 | -8/+8 |
* | Fix various spelling errors (thanks codespell) | Kim Alvefur | 2021-07-27 | 1 | -1/+1 |
* | mod_admin_adhoc: Log who performs administrative actions | Kim Alvefur | 2021-06-27 | 1 | -13/+25 |
* | mod_admin_adhoc: Delete "Get User Password" command | Kim Alvefur | 2021-06-27 | 1 | -36/+0 |
* | mod_admin_adhoc: Remove unused JID resource variables [luacheck] | Kim Alvefur | 2019-12-23 | 1 | -6/+6 |
* | mod_admin_adhoc: Add some flags to s2s listing command | Kim Alvefur | 2019-11-07 | 1 | -0/+12 |
* | mod_admin_adhoc: Ignore the very long lines at the end [luacheck] | Kim Alvefur | 2018-09-30 | 1 | -0/+1 |
* | mod_admin_adhoc: Ignore shadowed 'err' variables [luacheck] | Kim Alvefur | 2018-09-30 | 1 | -1/+1 |
* | mod_admin_adhoc: Remove unused argument [luacheck] | Kim Alvefur | 2018-09-30 | 1 | -1/+1 |
* | mod_admin_adhoc: Remove unused loop variables [luacheck] | Kim Alvefur | 2018-09-30 | 1 | -3/+3 |
* | mod_admin_adhoc: Normalize indentation | Kim Alvefur | 2018-08-03 | 1 | -8/+8 |
* | mod_admin_adhoc: Keep options for list-single in 'options' field where they b... | Kim Alvefur | 2018-08-03 | 1 | -2/+5 |
* | mod_admin_adhoc: Silence various harmless warnings [luacheck] | Kim Alvefur | 2018-05-01 | 1 | -0/+1 |
* | mod_admin_adhoc: Rename loop variable to avoid name clash [luacheck] | Kim Alvefur | 2018-05-01 | 1 | -2/+2 |
* | mod_admin_adhoc: Rename variable to avoid name clash [luacheck] | Kim Alvefur | 2018-05-01 | 1 | -7/+7 |
* | mod_admin_adhoc: Remove unused initial values [luacheck] | Kim Alvefur | 2018-05-01 | 1 | -2/+2 |
* | mod_admin_adhoc: Split a long line (improves readability) [luacheck] | Kim Alvefur | 2018-05-01 | 1 | -1/+6 |
* | Fix spelling throughout the codebase [codespell] | Kim Alvefur | 2018-02-04 | 1 | -1/+1 |
* | core.usermanager, various modules: Disconnect other resources on password cha... | Kim Alvefur | 2017-07-28 | 1 | -1/+1 |
* | mod_admin_adhoc: Show only connections to/from the host the command was run on | Kim Alvefur | 2016-01-03 | 1 | -1/+1 |
* | mod_admin_adhoc: Remove extra ) that should not be there | Kim Alvefur | 2016-01-03 | 1 | -1/+1 |
* | mod_admin_adhoc: Declare local variable, don't set a global [luacheck] | Kim Alvefur | 2015-08-26 | 1 | -0/+1 |
* | mod_admin_adhoc: Import missing util.set (fixes #518) | Kim Alvefur | 2015-08-26 | 1 | -0/+1 |
* | core.*: Remove use of module() function | Kim Alvefur | 2015-02-21 | 1 | -1/+1 |
* | mod_admin_adhoc: Remove special treatment of the "pending" roster entry | Kim Alvefur | 2015-04-25 | 1 | -2/+2 |
* | Merge 0.9->0.10 | Kim Alvefur | 2014-10-05 | 1 | -2/+2 |
|\ |
|
| * | mod_admin_adhoc: Add required to field in user deletion form too | Kim Alvefur | 2014-09-29 | 1 | -1/+1 |
| * | mod_admin_adhoc: Mark 'accountjids' field as required in 'end user sessions' ... | Kim Alvefur | 2014-09-29 | 1 | -1/+1 |
* | | mod_admin_web: Add "List S2S connections" command | Florian Zeitz | 2014-09-28 | 1 | -0/+82 |
* | | mod_admin_adhoc: Show IP in detailed version of online user listing | Florian Zeitz | 2014-09-28 | 1 | -2/+2 |
* | | mod_admin_adhoc: As the only user of set:items(), update... it's now an itera... | Matthew Wild | 2013-09-03 | 1 | -2/+2 |
|/ |
|
* | mod_admin_adhoc: Fix node of the "Get List of Online Users" command | Florian Zeitz | 2013-06-29 | 1 | -1/+1 |
* | mod_admin_adhoc: Use util.adhoc | Florian Zeitz | 2013-04-23 | 1 | -643/+530 |
* | mod_motd, mod_register, mod_private, mod_http_errors, mod_admin_adhoc: Remove... | Kim Alvefur | 2013-03-23 | 1 | -4/+2 |
* | mod_admin_adhoc: Fix 'Shut down service' command | Florian Zeitz | 2013-02-07 | 1 | -1/+1 |
* | mod_admin_adhoc: Implement global module unloading | Florian Zeitz | 2013-02-07 | 1 | -0/+64 |
* | mod_admin_adhoc: Implement global module reloading | Florian Zeitz | 2013-02-07 | 1 | -0/+63 |
* | mod_admin_adhoc: Fix info message for module reload/unload | Florian Zeitz | 2013-02-06 | 1 | -2/+4 |
* | mod_admin_adhoc: Implement global module loading | Florian Zeitz | 2013-02-06 | 1 | -0/+55 |
* | mod_admin_adhoc: Remove a TODO, our pretty_print turns out not to be helpful ... | Florian Zeitz | 2013-02-05 | 1 | -2/+1 |
* | mod_admin_adhoc: Remove unused form | Kim Alvefur | 2012-11-25 | 1 | -9/+0 |
* | mod_admin_adhoc: Add commands for activating and deactivating hosts | Kim Alvefur | 2012-09-19 | 1 | -0/+63 |
* | mod_admin_adhoc: Use usermanager.delete_user to delete users | Kim Alvefur | 2012-08-25 | 1 | -1/+2 |
* | mod_admin_adhoc, mod_announce: Explicitly specify possible actions for ad-hoc... | Florian Zeitz | 2012-08-02 | 1 | -12/+12 |
* | mod_admin_adhoc, mod_admin_telnet, mod_bosh, mod_c2s, mod_component, mod_pep,... | Kim Alvefur | 2012-07-26 | 1 | -0/+1 |
* | Hopefully inert commit to clean up logging across a number of modules, removi... | Matthew Wild | 2012-07-23 | 1 | -6/+5 |
* | Merge 0.9->trunk | Matthew Wild | 2012-07-19 | 1 | -1/+0 |
|\ |
|
| * | mod_admin_adhoc: Remove unused variable and save a bit of CPU... | Matthew Wild | 2012-07-19 | 1 | -1/+0 |