log plugins/mod_admin_adhoc.lua @ 14229:ce31fdde0ad1 default tip

age author description
Sat, 26 Oct 2024 12:43:53 +0200 Kim Alvefur Merge 0.12->trunk
Sun, 29 Sep 2024 18:09:17 -0700 Aidan Epstein mod_admin_adhoc: Fix log messages for reloading modules. 0.12
Fri, 24 Mar 2023 13:15:28 +0100 Kim Alvefur plugins: Prefix module imports with prosody namespace
Thu, 23 Feb 2023 18:39:02 +0100 Kim Alvefur mod_admin_adhoc: Add XEP-0133 commands to Disable and Re-Enable users
Mon, 25 Oct 2021 21:43:23 +0200 Kim Alvefur mod_admin_adhoc: Move number coercion into util.dataforms
Tue, 27 Jul 2021 00:13:18 +0200 Kim Alvefur Fix various spelling errors (thanks codespell)
Sun, 27 Jun 2021 21:56:45 +0200 Kim Alvefur mod_admin_adhoc: Log who performs administrative actions
Sun, 27 Jun 2021 21:51:21 +0200 Kim Alvefur mod_admin_adhoc: Delete "Get User Password" command
Mon, 23 Dec 2019 21:37:16 +0100 Kim Alvefur mod_admin_adhoc: Remove unused JID resource variables [luacheck]
Thu, 07 Nov 2019 17:07:02 +0100 Kim Alvefur mod_admin_adhoc: Add some flags to s2s listing command
Sun, 30 Sep 2018 13:51:25 +0200 Kim Alvefur mod_admin_adhoc: Ignore the very long lines at the end [luacheck]
Sun, 30 Sep 2018 13:39:25 +0200 Kim Alvefur mod_admin_adhoc: Ignore shadowed 'err' variables [luacheck]
Sun, 30 Sep 2018 13:38:33 +0200 Kim Alvefur mod_admin_adhoc: Remove unused argument [luacheck]
Sun, 30 Sep 2018 13:37:51 +0200 Kim Alvefur mod_admin_adhoc: Remove unused loop variables [luacheck]
Fri, 03 Aug 2018 20:51:08 +0200 Kim Alvefur mod_admin_adhoc: Normalize indentation
Fri, 03 Aug 2018 20:48:23 +0200 Kim Alvefur mod_admin_adhoc: Keep options for list-single in 'options' field where they belong
Tue, 01 May 2018 21:25:30 +0200 Kim Alvefur mod_admin_adhoc: Silence various harmless warnings [luacheck]
Tue, 01 May 2018 21:02:15 +0200 Kim Alvefur mod_admin_adhoc: Rename loop variable to avoid name clash [luacheck]
Tue, 01 May 2018 20:54:51 +0200 Kim Alvefur mod_admin_adhoc: Rename variable to avoid name clash [luacheck]
Tue, 01 May 2018 20:51:37 +0200 Kim Alvefur mod_admin_adhoc: Remove unused initial values [luacheck]
Tue, 01 May 2018 20:47:52 +0200 Kim Alvefur mod_admin_adhoc: Split a long line (improves readability) [luacheck]
Sun, 04 Feb 2018 01:51:25 +0100 Kim Alvefur Fix spelling throughout the codebase [codespell]
Fri, 28 Jul 2017 13:15:29 +0200 Kim Alvefur core.usermanager, various modules: Disconnect other resources on password change (thanks waqas) (fixes #512)
Sun, 03 Jan 2016 17:48:36 +0100 Kim Alvefur mod_admin_adhoc: Show only connections to/from the host the command was run on