plugins/mod_auth_anonymous.lua
Fri, 24 Mar 2023 13:15:28 +0100 Kim Alvefur plugins: Prefix module imports with prosody namespace
Fri, 02 Oct 2020 16:44:30 +0100 Matthew Wild mod_auth_anonymous: Add config option to allow/disallow storage writes
Tue, 04 Apr 2017 01:25:10 +0200 Kim Alvefur mod_auth_anonymous: Ignore unused arguments to various not actually implemented functions [luacheck]
Mon, 17 Feb 2014 16:00:41 -0500 Waqas Hussain mod_auth_anonymous: Fixed a traceback in listing all users (issue#396).
Sat, 23 Mar 2013 01:27:16 +0100 Kim Alvefur mod_announce, mod_auth_anonymous, mod_c2s, mod_c2s, mod_component, mod_iq, mod_message, mod_presence, mod_tls: Access prosody.{hosts,bare_sessions,full_sessions} instead of the old globals
Sun, 09 Dec 2012 12:19:08 +0100 Kim Alvefur mod_auth_anonymous: Implement user iteration API
Wed, 12 Sep 2012 21:41:51 +0500 Waqas Hussain mod_auth_*: Use module:provides().
Wed, 12 Sep 2012 21:32:12 +0500 Waqas Hussain mod_auth_{internal_plain,cyrus,anonymous}: Get rid of useless wrapper function new_default_provider.
Sun, 08 Jul 2012 18:48:22 +0100 Matthew Wild Backed out changeset 72a2eec4204a (incomplete fix)
Sat, 07 Jul 2012 03:42:31 +0200 Kim Alvefur mod_auth_anonymous: Attach a fake roster to the session, so the null storage backend can be used
Fri, 11 May 2012 01:53:32 +0100 Matthew Wild Merge with Maranda
Fri, 11 May 2012 01:46:35 +0100 Matthew Wild Backed out changeset 661752889535 - obsoleted by 878f75ccc4fb.
Thu, 10 May 2012 12:54:37 +0000 Marco Cirillo mod_auth_anonymous: add disallow_s2s to the host object if s2s communication is disallowed.
Fri, 11 May 2012 00:56:18 +0100 Matthew Wild mod_s2s, mod_auth_anonymous, hostmanager: Remove disallow_s2s flag, deprecate the config option of the same name (disable mod_s2s instead), and add 'allow_anonymous_s2s' to separately control s2s for anonymous users
Fri, 04 May 2012 02:28:10 +0100 Matthew Wild mod_auth_anonymous: Block s2s when enabled on a host (and disallow_s2s ~= false)
Sat, 28 Apr 2012 04:01:59 +0100 Matthew Wild mod_auth_anonymous: Remove unused logger init
Wed, 23 Feb 2011 01:34:46 +0500 Waqas Hussain mod_auth_*: Get rid of undocumented and broken 'sasl_realm' config option.
Mon, 27 Dec 2010 19:57:04 +0500 Waqas Hussain util.sasl.*, mod_auth_*, mod_saslauth: Pass SASL handler as first parameter to SASL profile callbacks.
Mon, 02 Aug 2010 18:44:08 +0500 Waqas Hussain mod_auth_*: Fixed copyright headers.
Thu, 24 Jun 2010 03:33:09 +0500 Waqas Hussain mod_auth_anonymous, mod_auth_cyrus: Removed unused variables.
Thu, 24 Jun 2010 03:30:51 +0500 Waqas Hussain mod_auth_anonymous, mod_auth_cyrus: Removed is_admin(), as usermanager already has a default.
Tue, 15 Jun 2010 09:14:47 +0500 Waqas Hussain mod_auth_anonymous: Log as "auth_anonymous", not as "usermanager".
Mon, 07 Jun 2010 04:22:49 +0500 Waqas Hussain mod_auth_anonymous: Fixed a syntax error.
Mon, 07 Jun 2010 04:07:40 +0500 Waqas Hussain mod_auth_anonymous: Auth provider with support for SASL ANONYMOUS.
less more (0) tip