Wed, 26 Feb 2020 22:46:15 +0000 mod_authtokens: Rename to mod_tokenauth for consistency with mod_saslauth
Matthew Wild <mwild1@gmail.com> [Wed, 26 Feb 2020 22:46:15 +0000] rev 10673
mod_authtokens: Rename to mod_tokenauth for consistency with mod_saslauth
Wed, 26 Feb 2020 17:56:23 +0000 mod_authtokens: New module for managing auth tokens
Matthew Wild <mwild1@gmail.com> [Wed, 26 Feb 2020 17:56:23 +0000] rev 10672
mod_authtokens: New module for managing auth tokens
Wed, 26 Feb 2020 00:59:35 +0100 util.adhoc: Allow passing dataforms in initial command
Kim Alvefur <zash@zash.se> [Wed, 26 Feb 2020 00:59:35 +0100] rev 10671
util.adhoc: Allow passing dataforms in initial command This might not be quite legal per XEP-0050, but makes it possible to call simpler commands without keeping state across another roundtrip.
Mon, 24 Feb 2020 23:33:53 +0100 Merge 0.11->trunk
Kim Alvefur <zash@zash.se> [Mon, 24 Feb 2020 23:33:53 +0100] rev 10670
Merge 0.11->trunk
Mon, 24 Feb 2020 23:16:08 +0100 util.datamanager: Fix iterating over "users" (thanks marc0s) 0.11
Kim Alvefur <zash@zash.se> [Mon, 24 Feb 2020 23:16:08 +0100] rev 10669
util.datamanager: Fix iterating over "users" (thanks marc0s) The 'store' path componend used to be unescaped until 756a2a00e7e7 added escaping to address issues with characters like '/' used in PEP, but with a special case for '_' which was already in common use in 'store' path components. Missed adding this escaping here.
Mon, 24 Feb 2020 20:21:46 +0100 net.dns: Handle being loaded outside of Prosody
Kim Alvefur <zash@zash.se> [Mon, 24 Feb 2020 20:21:46 +0100] rev 10668
net.dns: Handle being loaded outside of Prosody `if timer ...` suggests that this was intended, but it did not work because net.timer depends on net.server which refuses to be loaded outside of Prosody.
Mon, 24 Feb 2020 18:38:09 +0100 mod_admin_telnet: Allow passing list of hosts to http:list()
Kim Alvefur <zash@zash.se> [Mon, 24 Feb 2020 18:38:09 +0100] rev 10667
mod_admin_telnet: Allow passing list of hosts to http:list() Lets you select what hosts to list http services on. In particular, this enables listing global http services, which was not possible before.
Mon, 24 Feb 2020 14:16:45 +0100 mod_muc: add muc-private-message event
Maxime “pep” Buquet <pep@bouah.net> [Mon, 24 Feb 2020 14:16:45 +0100] rev 10666
mod_muc: add muc-private-message event This seems to be the one place handling MUC-PMs. This event is added so that plugins (such as muc_occupant_id) can edit them without having to redo the work.
Mon, 24 Feb 2020 09:10:28 +0100 util.jwt: Remove unused return value from tests [luacheck]
Kim Alvefur <zash@zash.se> [Mon, 24 Feb 2020 09:10:28 +0100] rev 10665
util.jwt: Remove unused return value from tests [luacheck]
Mon, 24 Feb 2020 01:24:25 +0100 util.jwt: Basic JSON Web Token library supporting HS256 tokens
Kim Alvefur <zash@zash.se> [Mon, 24 Feb 2020 01:24:25 +0100] rev 10664
util.jwt: Basic JSON Web Token library supporting HS256 tokens
(0) -10000 -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 tip