index
:
prosody.git
0.11
0.12
master
s2s
sasl
tls
origin/0.11
origin/0.12
origin/master
origin/s2s
origin/sasl
origin/tls
origin/vault/0.11
origin/vault/master
origin/vault/s2s
origin/vault/sasl
origin/vault/tls
unofficial mirror of the prosody mercurial project
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
plugins
/
mod_auth_anonymous.lua
Commit message (
Collapse
)
Author
Age
Files
Lines
*
mod_auth_anonymous: Implement user iteration API
Kim Alvefur
2012-12-09
1
-0
/
+4
|
*
mod_auth_*: Use module:provides().
Waqas Hussain
2012-09-12
1
-2
/
+2
|
*
mod_auth_{internal_plain,cyrus,anonymous}: Get rid of useless wrapper ↵
Waqas Hussain
2012-09-12
1
-28
/
+26
|
|
|
|
function new_default_provider.
*
mod_s2s, mod_auth_anonymous, hostmanager: Remove disallow_s2s flag, ↵
Matthew Wild
2012-05-11
1
-1
/
+1
|
|
|
|
deprecate the config option of the same name (disable mod_s2s instead), and add 'allow_anonymous_s2s' to separately control s2s for anonymous users
*
mod_auth_anonymous: Block s2s when enabled on a host (and disallow_s2s ~= false)
Matthew Wild
2012-05-04
1
-5
/
+7
|
*
mod_auth_anonymous: Remove unused logger init
Matthew Wild
2012-04-28
1
-1
/
+0
|
*
mod_auth_*: Get rid of undocumented and broken 'sasl_realm' config option.
Waqas Hussain
2011-02-23
1
-2
/
+1
|
*
util.sasl.*, mod_auth_*, mod_saslauth: Pass SASL handler as first parameter ↵
Waqas Hussain
2010-12-27
1
-1
/
+1
|
|
|
|
to SASL profile callbacks.
*
mod_auth_*: Fixed copyright headers.
Waqas Hussain
2010-08-02
1
-1
/
+0
|
*
mod_auth_anonymous, mod_auth_cyrus: Removed unused variables.
Waqas Hussain
2010-06-24
1
-4
/
+0
|
*
mod_auth_anonymous, mod_auth_cyrus: Removed is_admin(), as usermanager ↵
Waqas Hussain
2010-06-24
1
-13
/
+1
|
|
|
|
already has a default.
*
mod_auth_anonymous: Log as "auth_anonymous", not as "usermanager".
Waqas Hussain
2010-06-15
1
-1
/
+1
|
*
mod_auth_anonymous: Fixed a syntax error.
Waqas Hussain
2010-06-07
1
-1
/
+1
|
*
mod_auth_anonymous: Auth provider with support for SASL ANONYMOUS.
Waqas Hussain
2010-06-07
1
-0
/
+85