Sat, 25 Dec 2021 15:35:17 +0100 mod_pep_atom_categories: Add a module to index categories in Atom entries
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> [Sat, 25 Dec 2021 15:35:17 +0100] rev 4840
mod_pep_atom_categories: Add a module to index categories in Atom entries A new node is created for each category, named category-<the category>, which contains a list of all node/item tuples having said category as a tag.
Fri, 24 Dec 2021 18:50:29 +0100 mod_bookmarks2: Finally add the #compat-pep feature!
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> [Fri, 24 Dec 2021 18:50:29 +0100] rev 4839
mod_bookmarks2: Finally add the #compat-pep feature!
Thu, 23 Dec 2021 17:44:35 +0100 mod_bookmarks2: Add simple support for legacy PEP queries
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> [Thu, 23 Dec 2021 17:44:35 +0100] rev 4838
mod_bookmarks2: Add simple support for legacy PEP queries This implements the publish and items PubSub queries of XEP-0048 version 1.1, ignoring item id, publish-options, and any other query.
Wed, 22 Dec 2021 15:05:31 +0000 mod_invites_register_web: Add mod_password_policy checks for web registration
Matthew Wild <mwild1@gmail.com> [Wed, 22 Dec 2021 15:05:31 +0000] rev 4837
mod_invites_register_web: Add mod_password_policy checks for web registration
Wed, 22 Dec 2021 14:48:46 +0000 mod_password_policy: Support for additional policies provided by other modules
Matthew Wild <mwild1@gmail.com> [Wed, 22 Dec 2021 14:48:46 +0000] rev 4836
mod_password_policy: Support for additional policies provided by other modules E.g. check a password contains an uppercase character: module:provides("password-policy", { name = "contains_uppercase"; check_password = function (password, policy) return (policy ~= true) or (not not password:match("%u")); end; }) Config: password_policy = { contains_uppercase = true; }
Wed, 22 Dec 2021 14:43:53 +0000 mod_password_policy: Silence luacheck warning for intentional global
Matthew Wild <mwild1@gmail.com> [Wed, 22 Dec 2021 14:43:53 +0000] rev 4835
mod_password_policy: Silence luacheck warning for intentional global
Wed, 22 Dec 2021 14:04:01 +0000 mod_password_policy: Hard failure on missing/empty passwords
Matthew Wild <mwild1@gmail.com> [Wed, 22 Dec 2021 14:04:01 +0000] rev 4834
mod_password_policy: Hard failure on missing/empty passwords
Wed, 22 Dec 2021 14:03:25 +0000 mod_password_policy: Add check that password doesn't contain username
Matthew Wild <mwild1@gmail.com> [Wed, 22 Dec 2021 14:03:25 +0000] rev 4833
mod_password_policy: Add check that password doesn't contain username
Wed, 22 Dec 2021 14:01:53 +0000 mod_password_policy: Allow check_password() to indicate the policy that failed
Matthew Wild <mwild1@gmail.com> [Wed, 22 Dec 2021 14:01:53 +0000] rev 4832
mod_password_policy: Allow check_password() to indicate the policy that failed
Sun, 19 Dec 2021 01:33:34 +0100 mod_cloud_notify: Include extra error details if available
Kim Alvefur <zash@zash.se> [Sun, 19 Dec 2021 01:33:34 +0100] rev 4831
mod_cloud_notify: Include extra error details if available
(0) -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 tip