Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mod_admin_adhoc: Fix log messages for reloading modules.origin/0.120.12 | Aidan Epstein | 2024-09-29 | 1 | -10/+10 |
| | | | | Also rename for loop item so that it doesn't shadow module variable. | ||||
* | mod_admin_adhoc: Move number coercion into util.dataforms | Kim Alvefur | 2021-10-25 | 1 | -8/+8 |
| | | | | | Internal use of XEP-0122 to shift the responsibility for converting numbers to strings. | ||||
* | Fix various spelling errors (thanks codespell) | Kim Alvefur | 2021-07-27 | 1 | -1/+1 |
| | | | | | Also special thanks to timeless, for wordlessly reminding me to check for typos. | ||||
* | mod_admin_adhoc: Log who performs administrative actions | Kim Alvefur | 2021-06-27 | 1 | -13/+25 |
| | | | | Goal is to have some accountability for these privileged actions. | ||||
* | mod_admin_adhoc: Delete "Get User Password" command | Kim Alvefur | 2021-06-27 | 1 | -36/+0 |
| | | | | | | | | | This doesn't really make sense today. It doesn't even work with mod_auth_internal_hashed, which should be the default. And even with a supporting authentication module, why would we just hand out the password? One use case may be to recover a forgotten password. While not yet included with Prosody, there are better ways to handle forgotten passwords, usually by resetting them to a new password. | ||||
* | 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 |
| | | | | These are present in mod_admin_telnet and relevant to s2s | ||||
* | 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 ↵ | Kim Alvefur | 2018-08-03 | 1 | -2/+5 |
| | | | | | | belong Would previously not work due to #1177 | ||||
* | 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 ↵ | Kim Alvefur | 2017-07-28 | 1 | -1/+1 |
| | | | | change (thanks waqas) (fixes #512) | ||||
* | 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 |
| | | | | | | | | command (thanks Lloyd) | ||||
* | | 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 ↵ | Matthew Wild | 2013-09-03 | 1 | -2/+2 |
|/ | | | | iterator, and the extra keys() iterator is now unnecessary | ||||
* | 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: ↵ | Kim Alvefur | 2013-03-23 | 1 | -4/+2 |
| | | | | Remove unused imports | ||||
* | 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 |
| | | | | after all | ||||
* | 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 ↵ | Florian Zeitz | 2012-08-02 | 1 | -12/+12 |
| | | | | ad-hoc commands | ||||
* | mod_admin_adhoc, mod_admin_telnet, mod_bosh, mod_c2s, mod_component, ↵ | Kim Alvefur | 2012-07-26 | 1 | -0/+1 |
| | | | | mod_pep, mod_presence, mod_roster, mod_s2s: Import core_post_stanza from the global prosody table. | ||||
* | Hopefully inert commit to clean up logging across a number of modules, ↵ | Matthew Wild | 2012-07-23 | 1 | -6/+5 |
| | | | | removing all cases of concatenation when building log messages | ||||
* | 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 |
| | | |||||
* | | mod_admin_web: Use util.dataforms' own error checking | Florian Zeitz | 2012-07-05 | 1 | -34/+50 |
|/ |