mod_auth_anonymous: Add config option to allow/disallow storage writes
|
Matthew Wild |
2020-10-02 |
mod_auth_anonymous: Ignore unused arguments to various not actually implemented functions [luacheck]
|
Kim Alvefur |
2017-04-03 |
mod_auth_anonymous: Fixed a traceback in listing all users (issue#396).
|
Waqas Hussain |
2014-02-17 |
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
|
Kim Alvefur |
2013-03-23 |
mod_auth_anonymous: Implement user iteration API
|
Kim Alvefur |
2012-12-09 |
mod_auth_*: Use module:provides().
|
Waqas Hussain |
2012-09-12 |
mod_auth_{internal_plain,cyrus,anonymous}: Get rid of useless wrapper function new_default_provider.
|
Waqas Hussain |
2012-09-12 |
Backed out changeset 72a2eec4204a (incomplete fix)
|
Matthew Wild |
2012-07-08 |
mod_auth_anonymous: Attach a fake roster to the session, so the null storage backend can be used
|
Kim Alvefur |
2012-07-07 |
Merge with Maranda
|
Matthew Wild |
2012-05-11 |
Backed out changeset 661752889535 - obsoleted by 878f75ccc4fb.
|
Matthew Wild |
2012-05-11 |
mod_auth_anonymous: add disallow_s2s to the host object if s2s communication is disallowed.
|
Marco Cirillo |
2012-05-10 |
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
|
Matthew Wild |
2012-05-10 |
mod_auth_anonymous: Block s2s when enabled on a host (and disallow_s2s ~= false)
|
Matthew Wild |
2012-05-04 |
mod_auth_anonymous: Remove unused logger init
|
Matthew Wild |
2012-04-28 |
mod_auth_*: Get rid of undocumented and broken 'sasl_realm' config option.
|
Waqas Hussain |
2011-02-22 |
util.sasl.*, mod_auth_*, mod_saslauth: Pass SASL handler as first parameter to SASL profile callbacks.
|
Waqas Hussain |
2010-12-27 |
mod_auth_*: Fixed copyright headers.
|
Waqas Hussain |
2010-08-02 |
mod_auth_anonymous, mod_auth_cyrus: Removed unused variables.
|
Waqas Hussain |
2010-06-23 |
mod_auth_anonymous, mod_auth_cyrus: Removed is_admin(), as usermanager already has a default.
|
Waqas Hussain |
2010-06-23 |
mod_auth_anonymous: Log as "auth_anonymous", not as "usermanager".
|
Waqas Hussain |
2010-06-15 |
mod_auth_anonymous: Fixed a syntax error.
|
Waqas Hussain |
2010-06-06 |
mod_auth_anonymous: Auth provider with support for SASL ANONYMOUS.
|
Waqas Hussain |
2010-06-06 |