Kim Alvefur
|
98922d54b1
|
plugins: Prefix module imports with prosody namespace
|
2023-03-24 13:15:28 +01:00 |
|
Matthew Wild
|
be5199db29
|
mod_auth_anonymous: Add config option to allow/disallow storage writes
|
2020-10-02 16:44:30 +01:00 |
|
Kim Alvefur
|
9db373e4f9
|
mod_auth_anonymous: Ignore unused arguments to various not actually implemented functions [luacheck]
|
2017-04-04 01:25:10 +02:00 |
|
Waqas Hussain
|
23a72948e9
|
mod_auth_anonymous: Fixed a traceback in listing all users (issue#396).
|
2014-02-17 16:00:41 -05:00 |
|
Kim Alvefur
|
27dc3a5b9a
|
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
|
2013-03-23 01:27:16 +01:00 |
|
Kim Alvefur
|
fbbd1b1c67
|
mod_auth_anonymous: Implement user iteration API
|
2012-12-09 12:19:08 +01:00 |
|
Waqas Hussain
|
92515e7aa6
|
mod_auth_*: Use module:provides().
|
2012-09-12 21:41:51 +05:00 |
|
Waqas Hussain
|
e7c19c5cb6
|
mod_auth_{internal_plain,cyrus,anonymous}: Get rid of useless wrapper function new_default_provider.
|
2012-09-12 21:32:12 +05:00 |
|
Matthew Wild
|
0b4567a6f1
|
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
|
2012-05-11 00:56:18 +01:00 |
|
Matthew Wild
|
bbd996911b
|
mod_auth_anonymous: Block s2s when enabled on a host (and disallow_s2s ~= false)
|
2012-05-04 02:28:10 +01:00 |
|
Matthew Wild
|
837f0451da
|
mod_auth_anonymous: Remove unused logger init
|
2012-04-28 04:01:59 +01:00 |
|
Waqas Hussain
|
9c85f1fccd
|
mod_auth_*: Get rid of undocumented and broken 'sasl_realm' config option.
|
2011-02-23 01:34:46 +05:00 |
|
Waqas Hussain
|
aa144af70e
|
util.sasl.*, mod_auth_*, mod_saslauth: Pass SASL handler as first parameter to SASL profile callbacks.
|
2010-12-27 19:57:04 +05:00 |
|
Waqas Hussain
|
3d402d422e
|
mod_auth_*: Fixed copyright headers.
|
2010-08-02 18:44:08 +05:00 |
|
Waqas Hussain
|
0daa424f95
|
mod_auth_anonymous, mod_auth_cyrus: Removed unused variables.
|
2010-06-24 03:33:09 +05:00 |
|
Waqas Hussain
|
05a99f5ef1
|
mod_auth_anonymous, mod_auth_cyrus: Removed is_admin(), as usermanager already has a default.
|
2010-06-24 03:30:51 +05:00 |
|
Waqas Hussain
|
b4f3125dc7
|
mod_auth_anonymous: Log as "auth_anonymous", not as "usermanager".
|
2010-06-15 09:14:47 +05:00 |
|
Waqas Hussain
|
7e03b814ec
|
mod_auth_anonymous: Fixed a syntax error.
|
2010-06-07 04:22:49 +05:00 |
|
Waqas Hussain
|
90f1fb98a0
|
mod_auth_anonymous: Auth provider with support for SASL ANONYMOUS.
|
2010-06-07 04:07:40 +05:00 |
|